EazFixer
EazFixer copied to clipboard
A deobfuscation tool for Eazfuscator.
Currently we use invocation to fix strings, which can be very dangerous. Using emulation when Echo provides it would help.
Hello, It looks like in one of the newer Eazfuscator versions (I can't specify a exact version number, sorry!), the assembly resolver component has had a change made to it...
Eaz does not currently use very strong control flow obfuscation, but once they do it may be useful to use [Echo](https://github.com/washi1337/echo) to resolve stack dependencies for the string decrypter method.
Currently, running on a file without any options requires using the `--file /path/to/file` flag. Removing the need for `--file` will also allow drag-and-drop to work again.
There should be an option to keep mdtokens, without using --keep-types.
The sample from #14 has multiple `LibTongue.resources.dll` files, for different cultures. Right now, only the very last one gets written to disk, which is not the behavior I want. Possible...