java-deobfuscator / deobfuscator

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

Deobf failed #960

Open MarkGG8181 opened 1 year ago

MarkGG8181 commented 1 year ago

Deobfuscation failed. Please open a ticket on GitHub and provide the following error: java.util.ConcurrentModificationException at java.util.HashMap$Values.forEach(Unknown Source) at com.javadeobfuscator.deobfuscator.Deobfuscator.start(Deobfuscator.java:455) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.javadeobfuscator.deobfuscator.ui.wrap.Deobfuscator.run(Deobfuscator.java:88) at com.javadeobfuscator.deobfuscator.ui.SwingWindow.lambda$null$21(SwingWindow.java:1108) at java.lang.Thread.run(Unknown Source)

image these are my settings

Janmm14 commented 1 year ago

Never use normalizers before deobfuscation transformers lke zelix stringencryption. I suggest you try with just the zelix transformer first and look whether that already did the trick. When zelix is being used, the sourcefileclassnormalizer is usually not going to help at all.