java-deobfuscator / deobfuscator

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

Deobfuscation failed #251

Closed Igor-Yavych closed 3 years ago

Igor-Yavych commented 6 years ago
Deobfuscation failed. Please open a ticket on GitHub and provide the following error:
java.lang.NullPointerException
        at com.javadeobfuscator.deobfuscator.transformers.zelix.string.SimpleStringEncryptionTransformer.transform(SimpleStringEncryptionTransformer.java:78)
        at com.javadeobfuscator.deobfuscator.Deobfuscator.runFromConfig(Deobfuscator.java:328)
        at com.javadeobfuscator.deobfuscator.Deobfuscator.start(Deobfuscator.java:285)
        at com.javadeobfuscator.deobfuscator.DeobfuscatorMain.run(DeobfuscatorMain.java:120)
        at com.javadeobfuscator.deobfuscator.DeobfuscatorMain.run(DeobfuscatorMain.java:113)
        at com.javadeobfuscator.deobfuscator.DeobfuscatorMain.main(DeobfuscatorMain.java:50)

jar: https://www26.zippyshare.com/v/WkAhXuEl/file.html Original: jar (before anything was used on it) in case someone would be kind enough to deobfuscate it properly for me https://www21.zippyshare.com/v/qifJBSfu/file.html Whole package, in case needed: https://goo.gl/WPAgtU (jar is at \web\WEB-INF\lib)

Igor-Yavych commented 6 years ago

Thanks a lot, @ThisTestUser . If you don't mind, few questions:

ThisTestUser commented 6 years ago
  1. Yes.
  2. I used my own private analyzer, which requires some manual work and is not public.
Igor-Yavych commented 6 years ago

I see. Thank you once again.

truenature commented 6 years ago

@ThisTestUser would it be possible to get you to take a look at this again?

There's a new version with a few changes.

https://drive.google.com/file/d/1FjFChnKS5NF94xmVabPKKReAT1o2HcVD/view?usp=sharing

Whole package, in case needed: https://goo.gl/WPAgtU (jar is at \web\WEB-INF\lib)