java-deobfuscator / deobfuscator

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

Is it possible to deobfuscate this? its giving me errors. #612

Closed Napoleon-x closed 4 years ago

Napoleon-x commented 4 years ago

https://www.mediafire.com/file/dl6ax4rpw4d33wc/Jigsaw.jar/file The detect thing in gui version of this says to use normalizer sourcefileclassnormalizer and i think i also used package normalizer, idk i use it and it says error (filepath) Using COMPUTE_MAXS It gives me a deobfuscated version but its not fully deobfuscated, i want it to look exactly like what the source code would have looked like This is the deobfuscated but not fully file https://www.mediafire.com/file/bi5sbzfdcbp7wsw/Jigs1111aw.jar/file what other deobfuscation methods should i use to get a version that looks exactly or almost excatly like the source code version?

ThisTestUser commented 4 years ago

The file only has name obfuscation, so there's nothing the deobfuscator can do.

Napoleon-x commented 4 years ago

The file only has name obfuscation, so there's nothing the deobfuscator can do.

How do i make it so it looks like a source file?

ThisTestUser commented 4 years ago

You can use SourceFileClassNormalizer, which brings back the original names of the class files. You can't bring back the method and field names, because they have been removed.