Dumping executing Assembly back to byte array (PE-file)?
Is it possible to convert Assembly loaded from a byte array (using Assembly.Load method) back to byte array (PE-file)? Assembly was loaded from memory, so obviously there is no file associated with it. And I don't have the access to the byte array Assembly was loaded from. The task is to somehow get a loadable bytearray back from a loaded and executed Assembly object (PE-file, NET-module or someething else that can be loaded again).
0 comments:
Post a Comment