Hi, I have question if I can set for obfuscator not to convert numbers from decimal to hexadecimal.
For example default configuration on this:
would end up like this:
I know that I can get rid of the hexadecimal number by using identifierNamesGenerator: 'mangled-shuffled' in the config, but i didn't found any value for the numbers. Also would it be possible to have this conversion on the string array indexes?
Just to be sure the result from the examples, that I would like is:
and with identifierNamesGenerator: 'mangled-shuffled':
Also I know that I can simply do find and replace and it would probably work, but I am just asking if there is anything available in the default script.
Hi, I have question if I can set for obfuscator not to convert numbers from decimal to hexadecimal.
For example default configuration on this:
would end up like this:
I know that I can get rid of the hexadecimal number by using
identifierNamesGenerator: 'mangled-shuffled'in the config, but i didn't found any value for the numbers. Also would it be possible to have this conversion on the string array indexes?Just to be sure the result from the examples, that I would like is:
and with
identifierNamesGenerator: 'mangled-shuffled':Also I know that I can simply do find and replace and it would probably work, but I am just asking if there is anything available in the default script.