Skip to content

Commit

Permalink
Add back note
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisTestUser committed Oct 4, 2020
1 parent 271613a commit 52c9a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commonerrors/Superblaubeere.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
## 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.
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.

0 comments on commit 52c9a9e

Please sign in to comment.