java-deobfuscator / deobfuscator

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

Help me because i can't decompile this (radon) #882

Closed Haru1ca closed 2 years ago

Haru1ca commented 2 years ago

this Is a Radon obfuscation sample, can someone decompile it? thx. https://www.mediafire.com/file/uglt4ii7pczx8xr/Lowkeyv2.jar.zip/file

Janmm14 commented 2 years ago

There are two transformers for radon. What error comes up during usage?

Haru1ca commented 2 years ago

There are two transformers for radon. What error comes up during usage?

special.RadonTransformer and general.peephole.DeadCodeRemover

Haru1ca commented 2 years ago

There are two transformers for radon. What error comes up during usage?

V2 is also unuseful it also shows could not parse *.class (is it a class file) and detect is disabled

Haru1ca commented 2 years ago

There are two transformers for radon. What error comes up during usage?

can you help me to try it? thx.

Janmm14 commented 2 years ago

@Haru1ca

Its sad that you don't post the errors of the program. This is not deobfuscation-as-a-service! I tried to convey this message earlier in a more gentle way.

While errors pop up it seem that there are numerous classes readable, strings and numbers getting successfully deobfuscated.

Radon can add trash classes, so the errors might just come from those trash classes.