Writing an IL disassembler for fun

by Jason Haley 31. August 2005 04:41

I am starting to work on my presentation for Code Camp 4 and would love some feedback (it's been a long time since I have put a presentation together), so ... what would you expect to learn (or what would you want to learn) from a presentation with this description:

Writing an IL disassembler for fun - This session is to cover the lessons learned in writing a disassembler from the ground up. We’ll cover all the pieces of an assembly: the file format (PE/COFF), CLI headers, metadata streams (metadata, strings, guid, user strings, blob), metadata tables (logical and physical representations), etc. and how to make sense of it all. I’ll also provide you with the source code for the project (written in C#).

Comments (1) | Post RSSRSS comment feed |

Categories:
Tags:

Comments

Comments are closed