js-confuser
js-confuser copied to clipboard
Different string obfuscation
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
Still weak as deobfuscators can undo pretty easy. Safe functions are planned, potentially with #152