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.
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:
Needs per-protection parameters first - a
modearg 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.