C++ class to read PE.NET
Pn (Pnluck) <pn_luckyahooit> Friday, September 14 2007 03:48.42 CDT


I'm coding a C++ Class in order to read PE.NET executables: by now, it can read some PE.NET, but it work fine. hXXp://quequero.org/uicwiki/images/NET_class.zip
You can use it to extract the .NET resources, or to make a tool to remove the StrongNameSignature.

Please report to me every PE.NET which my class doesn't read.

Comments
camus Posted: Friday, September 14 2007 08:30.39 CDT
Nice, thanks a lot ;)