Skip to content
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

Open
GraxCode opened this issue Apr 13, 2020 · 3 comments
Open

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

GraxCode opened this issue Apr 13, 2020 · 3 comments
Labels
help wanted Extra attention is needed

Comments

@GraxCode
Copy link
Owner

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

@GraxCode GraxCode added the help wanted Extra attention is needed label Apr 13, 2020
@GraxCode GraxCode pinned this issue Apr 13, 2020
@eox2
Copy link

eox2 commented Jul 7, 2020

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
Copy link
Owner Author

GraxCode commented Jul 7, 2020

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
Copy link

zeruth commented Jul 24, 2020

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

@d4ft1337 d4ft1337 mentioned this issue Aug 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants