Please add a new feature to this java obfuscator that I really need:
Set an option so that a package in the original jar can be retained, but the classes under the package are renamed to the new name.
For example, like this:
The directories and files in the original jar file:
| org/example/test/MathUtil.class
| org/example/test/Options.class
| Main.class
Set to retain packages for org/example/test/
| org/example/test/ili1iliIl1.class
| org/example/test/iLil1ili.class
| Main.class
If this feature already exists, I apologize for any inconvenience caused. If this feature is not available, please add it. I really like this obfuscator program.
Thank you very much
Please add a new feature to this java obfuscator that I really need:
Set an option so that a package in the original jar can be retained, but the classes under the package are renamed to the new name.
For example, like this:
The directories and files in the original jar file:
| org/example/test/MathUtil.class
| org/example/test/Options.class
| Main.class
Set to retain packages for org/example/test/
| org/example/test/ili1iliIl1.class
| org/example/test/iLil1ili.class
| Main.class
If this feature already exists, I apologize for any inconvenience caused. If this feature is not available, please add it. I really like this obfuscator program.
Thank you very much