GraxCode / threadtear

Multifunctional java deobfuscation tool suite
GNU General Public License v3.0
885 stars 123 forks source link

It's your turn! Make an own execution! #1

Open GraxCode opened 4 years ago

GraxCode commented 4 years ago

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

eox2 commented 4 years ago

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.

GraxCode commented 4 years ago

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?

zeruth commented 4 years ago

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