View Single Post
  #1  
Old 07-05-2026, 22:32
CodeCracker CodeCracker is offline
VIP
 
Join Date: Jun 2011
Posts: 929
Rept. Given: 71
Rept. Rcvd 669 Times in 284 Posts
Thanks Given: 67
Thanks Rcvd at 3,868 Times in 730 Posts
CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699 CodeCracker Reputation: 500-699
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.
Attached Files
File Type: rar AgileUnpackerDnlib.rar (440.8 KB, 2 views)
Reply With Quote
The Following User Says Thank You to CodeCracker For This Useful Post:
user_hidden (07-06-2026)