java-deobfuscator / deobfuscator

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

Allatori remove package #997

Closed Midaco-YT closed 2 months ago

Midaco-YT commented 2 months ago

Hello, I have a question, allatori renames classes and deletes packages. Is it possible to retrieve packages and their names?

Janmm14 commented 2 months ago

No, unless the user or allatori was too sloppy in the implementation. Then SourceFileClassNormalizer could help. But usually obfuscators edit source file name as well or change it to garbage

Midaco-YT commented 2 months ago

okay, Also I believe that allatori create classes with not much at the interrieur. how to find the original class number?

ItzSomebody commented 2 months ago

how to find the original class number?

This may or may not be possible. Check the SourceFileClassNormalizer like Jan suggested. If that doesn't work, then unfortunately nothing else can really be done.