A deobfuscation tool for Eazfuscator.
You can download the latest master build at AppVeyor. If there was no commit in the last 6 months, you will have to build it yourself. Please do not open issues asking for me to build it for you.
EazFixer is a deobfuscation tool for Eazfuscator, a commercial .NET obfuscator. For a list of features, see the list below.
Call from the command line or drag and drop the file on and let it run or use the command line flag --file
.
If your assembly is protected with control-flow obfuscation, run it through de4dot with the
--only-cflow-deob
flag first.
The flag --file
is used for the input file.
The flag --keep-types
is similar to the de4dot flag, Keeps obfuscator types and assemblies.
The flag --virt-fix
keeps certain parts obfuscated to stay working with virtualized assemblies.
example: EazFixer.exe --file test.exe --keep-types
Clone the repository and use the latest version of Visual Studio (2019, at the time of writing).
EazFixer is (and will always be) targeted at the latest version of Eazfuscator. If your version is not supported, try a more universal deobfuscator like de4dot. If your version is newer than what this tool supports, create an issue only after verifying with the latest version of Eazfuscator.
Also, I will not help you use this program. Consider it for advanced users only. If you do run into a problem and are sure it is a bug, feel free to submit an issue but I cannot guarantee I will fix it.
This tool uses the following (open source) software: