java-deobfuscator / deobfuscator

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

deobfuscation // A bit of help #611

Closed PbIBa closed 4 years ago

PbIBa commented 4 years ago

I've recently tried to decompile a minecraft spigot plugin, I'm just intrested into the source code, and its obfuscated. If I give you plugin that will be able to competently remove deobfuscation? Plugin uses Stringer. (Sorry if this is a stupid post I'm new to deobfuscating/obfuscating)

ThisTestUser commented 4 years ago

Use stringer.StringEncryptionTransformer and stringer.HideAccessObfuscationTransformer. Be sure to add the libraries (spigot.jar).

PbIBa commented 4 years ago

Use stringer.StringEncryptionTransformer and stringer.HideAccessObfuscationTransformer. Be sure to add the libraries (spigot.jar).

How can I add a library that needs to be entered in config.yml?

ThisTestUser commented 4 years ago

Use deobfuscator-gui (https://github.com/java-deobfuscator/deobfuscator-gui) and add the libraries.

PbIBa commented 4 years ago

Use deobfuscator-gui (https://github.com/java-deobfuscator/deobfuscator-gui) and add the libraries.

DO NOT OPEN AN ISSUE ON GITHUB Could not locate a class file. Have you added the necessary files to the -libraries argument?

PbIBa commented 4 years ago

https://i.imgur.com/oEKotrO.png

ThisTestUser commented 4 years ago

You need to add rt.jar from your java installation directory.

PbIBa commented 4 years ago

INFO com.javadeobfuscator.deobfuscator.Deobfuscator - Writing (Is this the end?)

You need to add rt.jar from your java installation directory.

Janmm14 commented 4 years ago

If the output file exists and its filled, then thats the end.

PbIBa commented 4 years ago

Thank!

If the output file exists and its filled, then thats the end.