java-deobfuscator / deobfuscator

The real deal
https://javadeobfuscator.com
Apache License 2.0
1.56k stars 290 forks source link

Failed Antireleak InvokeDynamic Transformer #854

Open Mqzn opened 2 years ago

Mqzn commented 2 years ago

Hi , I was trying to deobfuscate a jar that contains antireleak's obfuscation so i basically used this order of transformers

image

I received this error https://pastebin.com/geKkZDJh

ItzSomebody commented 2 years ago

Any update on this @Mqzn?

Mqzn commented 1 year ago

Nothing much still same error, im using this now image

Error: https://pastebin.com/kV1Eci6k

Janmm14 commented 1 year ago

Without any legally shared jar file one can test / debug with, this issue will likely stay unresolved :/

Janmm14 commented 1 year ago

@ItzSomebody @ThisTestUser Unfortunaly the shared jar from Mqzn (AngelX anticheat) is not shared legally, please delete.

I do not work with material obtained illegally.

Mqzn commented 1 year ago

well it's a premium version , not the cracked one, also it has a license, so I don't think this is supposed to be illegal since you or others won't be able to utilize it without the license

@ItzSomebody @ThisTestUser Unfortunaly the shared jar from Mqzn (AngelX anticheat) is not shared legally, please delete.

I do not work with material obtained illegally.

Janmm14 commented 1 year ago

well it's a premium version , not the cracked one, also it has a license, so I don't think this is supposed to be illegal since you or others won't be able to utilize it without the license

@ItzSomebody @ThisTestUser Unfortunaly the shared jar from Mqzn (AngelX anticheat) is not shared legally, please delete. I do not work with material obtained illegally.

Clearly jar files of buyable plugins are only meant to be accessible to those who purcharsed despite any further drm mechanisms. At least I will not do stuff about this issue, I'm not sure how exactly the contributing maintainers would rule here, but I doubt it'd be different.

Additionally as the owner of this repo is not that active anymore it was getting really close with responds to dmca's a couple years ago. The content you linked is definitely dmca-risk. See #653

Janmm14 commented 1 year ago

@Mqzn The terms do state that you may not share or leak "the plugin". There is another rule about the license key, so they do mean the jar file with "the plugin".

Edit: You can see me acting identical on similar issues in cases I could find stuff online about it. On a personal note I do really not like helping to break any minecraft anticheat's obfuscation.

ItzSomebody commented 1 year ago

@Mqzn

Try taking a look at these:

Most of these are fairly trivial to make transformers for assuming you know how to work with the bytecode/java-deobfuscator's API. If you need examples to work off of, look at:

Also, yea. What Jan said about DMCA is true so please keep people's intellectual property off of the issue tracker.