java-deobfuscator / deobfuscator

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

How to use custom transformers #858

Closed ImjecAdam closed 2 years ago

ImjecAdam commented 2 years ago

I have a custom transformer I was sent by a friend. How do I use it?

Janmm14 commented 2 years ago

If he sent you the source: You clone the repository, add the transformer in the right package. Then you use maven to compile the deobfuscator.

If he sent you the .class: Add it to the classpath via -cp argument

specify the full package.class name in the config