Skip to content

FullRenamer: add a "mode" for how names are generated #288

Description

@sunnamed434

Right now FullRenamer always renames using the random strings pool. Would be nice to pick how the names look, like ConfuserEx's rename modes.

Some modes I'm thinking of:

  • words from the random strings list (what it does now, keep as default)
  • unprintable / unicode garbage (harder to read in decompilers)
  • sequential (a, b, c... or _1, _2, _3)
  • random ascii

Needs per-protection parameters first - a mode arg in protections.json. Right now protections are just on/off, so that has to come before this.

Not urgent, just writing it down so it's not lost.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions