|
ConfuserEx-Unpacker
ConfuserEx-Unpacker :
Home page: https://github.com/XenocodeRCE/ConfuserEx-Unpacker
A dynamic confuserex unpacker that relies on invoke for most things
If the protected assembly is protected by anti-tamper protection remove it using ConfuseExDAntitamper https://forum.tuts4you.com/topic/45360-confuseexdantitamper
since this tool is bad for antitamper;
use it like this:
ConfuserEx-Unpacker.exe -d file_to_unpack
- This is the recommended option for unpacking most target; it is dynamic unpacking
You could try also static unpacking using ConfuserEx-Unpacker.exe -s file_to_unpack
There is also -vv parameter which can be passed to this program - very verbose - print more stuffs
First version:
- fixed some bugs in control flow deobfuscation
- added constants decryption; initially was only string decryption
ConfuserEx-Unpacker fixed1:
- Fixed some bugs ReferenceProxy removing;
ConfuserEx-Unpacker_fixed1_p2.rar
.sdata section - no anti-tamper fixed.
|