-
Notifications
You must be signed in to change notification settings - Fork 124
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
It's your turn! Make an own execution! #1
Comments
Take a look at http://oldschool25.runescape.com/gamepack.jar They add redundant methods, making it harder to signature methods and fields, obfuscate integer values using multipliers, opaque predicates and some other shit. There's plenty of deobbers out there that deob it but would be nice to have it in your deobber. |
Haven't taken a look at it, but doesn't "Remove unnecessary" and some generic executions do the job? |
the osrs gamepack as it's called is mostly unaffected by threadtear. Our deobfuscators works pretty well though. They can be found here https://github.com/open-osrs/runelite/blob/master/deobfuscator/src/main/java/net/runelite/deob/Deob.java I don't think it's rather important these get implemented to threadtear, as they are very specific use cases but I'll admit it would be nice if threadtear could handle it and we could dump the module hahaha :p |
If you know an obfuscator that has no execution class yet, or have an idea what could be useful for deobfuscation and analysis, make your own execution! Just extend me.nov.threadtear.execution.Execution, do your action, and open a pull request or send it to me on discord: noverify#7184
The text was updated successfully, but these errors were encountered: