java-deobfuscator / deobfuscator

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

None of Transformers working #599

Closed apkunpacker closed 4 years ago

jackwpa commented 4 years ago
ThisTestUser commented 4 years ago

input.jarDeob.zip Managed to edit dasho.StringEncryptionTransformer to deobfuscate your file. StringEncryptionTransformer.txt If you would like to run this yourself, you have to add java/lang/String.getBytes() and java/lang/Integer.parseInt(String, int) to JVMMethodProvider.

ThisTestUser commented 4 years ago

StringEncTransformer.zip The latest release of deobfuscator (1.2.0) has the methods inserted in, so you don't need to worry about JVMMethodProvider. Just drag the class file in the zip to com/javadeobfuscator/deobfuscator/transformers/dasho.