js-confuser icon indicating copy to clipboard operation
js-confuser copied to clipboard

Different string obfuscation

Open doctor8296 opened this issue 11 months ago • 1 comments

I don't remember if I already suggested it, but there is another fancy way to mess with strings. Currently I cannot afford using any of the string methods since they all use a patchable functions. But I found alternative! I split the functions by chars with obfuscator.io "example" -> "e"+"x"+"a"+"m"+"p"+"l"+"e" and then I apply options that stores all primitives in array. It turns out pretty confusing to me and without patchable functions :p

doctor8296 avatar Dec 10 '24 03:12 doctor8296

Still weak as deobfuscators can undo pretty easy. Safe functions are planned, potentially with #152

MichaelXF avatar Dec 11 '24 23:12 MichaelXF