Friday, August 24, 2018

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).

Dumping executing Assembly back to byte array (PE-file)? Click here
  • Blogger Comment
  • Facebook Comment

0 comments:

Post a Comment

The webdev Team