
Deobfuscator for ConfuserEx 2.
A tool for deobfuscating C# binaries protected with ConfuserEx2.
This was originally a private project that I decided to make public after it had no real use to me anymore. The removal of protections was focused on one specific binary I was reversing and they seemed to be using a slightly modified version of ConfuserEx, so it's possible that some things will be broken.
UnConfuserEx.exe <obfuscated_target> <optional: deobfuscated_output>
If no output path is specified, the deobfuscated output will be in the same directory as the target with the "-deobfuscated" suffix applied.
Most common protections are removed by UnconfuserEx, but I haven't exhaustively tested permutations of the protections removed by it. YMMV.
There may be more that I've missed.
If you run into a consistent error trying to deobfuscate a binary, upload the binary to any file sharing site and raise an issue with a link to the file, as well as the console output.
All contributions are welcome, make a pull request and I'll try to respond in a reasonable amount of time.