EazFixer icon indicating copy to clipboard operation
EazFixer copied to clipboard

A deobfuscation tool for Eazfuscator.

Results 6 EazFixer issues
Sort by recently updated
recently updated
newest added

Currently we use invocation to fix strings, which can be very dangerous. Using emulation when Echo provides it would help.

enhancement

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...

bug
good first issue
Eazfuscator Update

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.

enhancement

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.

enhancement
good first issue

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...

enhancement