Skip to content

Feature Request: Package-based renaming and exclusions #54

Description

@xgstd

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions