Hi!
I want to get my hands on an assembly by saving it to disc or reflect it at runtime. The assembly is generated dynamically in memory by third party.
Does anyone know how to do this?
//Daniel
Hi!
I want to get my hands on an assembly by saving it to disc or reflect it at runtime. The assembly is generated dynamically in memory by third party.
Does anyone know how to do this?
//Daniel
You can do this using SOS in WinDbg.
The problem is finding the modules.
If you do get your hands on it, there is a 'SaveModule' command to dump the module/assembly to file.
Good luck :)