Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 589 Bytes

JObf.md

File metadata and controls

2 lines (2 loc) · 589 Bytes

JObfTransformer (superblaubeere27's obfuscator)

One issue with this obfuscator is that it may inject local variables into the code, which prevents the file from being completely deobfuscated. In that case, use general.LocalVariableRemover, write to file, and then run the deobfuscator on the output. If you are still having issues with some features not being deobfuscated, use DeadCodeRemover and then RedundantGotoRemover to get rid of the junk code that may be in the way. Note that there are some settings which you cannot configure in this transformer without forking this project.