-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Webcrack doesn't fully remove deadcode #57
Comments
Not sure if this is the same issue but it also fails to deobfuscate this: https://agma.io/js/ag251.js?v=240 |
cant reproduce from the example but its random if it works or not. removing dead code is a known issue: #44
this one is obfuscated multiple times in a row and has dead code, possibly a custom/forked version |
The dead code is not removed when mangle variables is on. Otherwise it deobfuscates it fine. Obfuscated multiple times makes sense. Webcrack usually works on forked versions of obfuscator.io. Also, why wouldn't it work on code thats obfuscated multiple times? |
it usually works, but if there dead code is left over it could mess up the next deobfuscations completely (e.g. string array isnt found) |
ah ok. it was probably a custom version then. |
This code obfuscated with obfuscator.io (high):
Returns this when deobfuscated:
The text was updated successfully, but these errors were encountered: