Wednesday, April 12, 2006

Tricking ildasm Into Dumping a Metadata Delta File

I found a way to trick ildasm into dumping the metadata delta file. Just add .obj to the filename and constrain the output:

> ildasm HelloWorld.exe.1.dmeta.obj /text /metadata=raw /metadata=heaps

No comments: