G
Guest
Hi,
I was wondering if I can use the Reflection namespace to list the opcodes of an assembly. I found the Emit namespace which allows generation of IL code, but I want to view the IL code of the assembly. I figured Reflection would be easier than to write a PE parser, but I don't know if it's possible.
Thanks!
Eirik
I was wondering if I can use the Reflection namespace to list the opcodes of an assembly. I found the Emit namespace which allows generation of IL code, but I want to view the IL code of the assembly. I figured Reflection would be easier than to write a PE parser, but I don't know if it's possible.
Thanks!
Eirik