Brainstorming for presentation

by Jason Haley 10. September 2005 10:43

Just got back from Starbucks, where I have been brainstorming about what I should cover in my code camp presentation on disassembling. 

My current “Point B“ - To provide a clear understanding of the logical pieces of a .net assembly file and its physical representation.

Here is the list of demos I came up with so far:

  1. WinCV - show the power of reflection (what you can do with reflection)
  2. DILE - Hello world example of disassembling
  3. ILDasm/ILAsm - round trip a hello world example
  4. Refelctor - view WinCV's code in C# (example of decompiling)
  5. DumpBin - view the different pieces of a .net assembly
  6. MetaInfo - view yet more detail of a .net assembly
  7. Vijay - metadata tables and streams - what they look like (and the code it takes to get at it)
  8. Vijay - manifest - what it really looks like (entries in metadata tables)

 

Comments (2) | Post RSSRSS comment feed |

Categories:
Tags:

Comments

Comments are closed