|
AgileUnpackerDnlib
AgileUnpackerDnlib:
- this should be used after decrypting msil with SMD for Agile or other msil decryption tools.
AgileUnpacker is a command line program, you must at last specify the filename to deobfuscate!
Specify -verbose to print more information
Specify -preserve to preserve types and methods
Example of usage: AgileUnpacker.exe C:\test.exe -verbose -preserve
All additional parameters are set to false by default.
What's new:
- switched from AsmResolver to dnlib.
|