java-deobfuscator / deobfuscator

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

Deobfuscation help #988

Open FDPUser443 opened 6 months ago

FDPUser443 commented 6 months ago

Hi. I have a certain jar file and I can't deobfuscate it

the log is there: https://paste.md-5.net/ewakihakij.cs

My config file is there: https://paste.md-5.net/apemijirot.makefile

Is there anything I can do to resolve it ?

Janmm14 commented 6 months ago

The errors mentioned there are actually just warnings, the output file should be created and smoke's inserted math operations should have been folded.

It could be that your jar file was actually obfuscated with another obfuscator and just the inserted math operations were smilar to what the smoke obfuscator used, resulting the detector for smoke math triggering and few math operations being resolved, while the main part of the unsupported obfuscator or supported obfuscator with missing detection stayed untouched.

You could experiment with other transformers, but they might fail or not do anything. This project is essentially dead in the public, because for every public transformer the obfuscators will be changed so they won't work anymore.