Open pedroamarques opened 3 years ago
Hello. How it breaks your code?
I mean, _0x50a854(0x6c)
returns 'settings'
string, so these two lines should work in the same way:
this[_0x50a854(0x6c)][_0x50a854(0x6a)] = 0x0
this["settings"][_0x50a854(0x6a)] = 0x0
Hello, first of all I'd like to thank your work producing a really impressive javascript obfuscator, it really does make the code secure to be used. I was testing it with a personal project of mine and came across the following problem. This is a simple initializer for a structure of mine:
And this is the result after using the obfuscator.io website:
As can be seen, sometimes the obfuscator does not substitute the array index "settings" for "_0x50a854(0x6c)", which then breaks the code, affirming that this["settings"] does not exist.