You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following code: if(index < scriptFiles.length-1)
is converted to: if (_0x219af0 < _0x441e3a[_0x56ae('0xf')] - 0x1)
If I step through in Chrome Browser, _0x56ae('0xf') is incorrectly equated as 'style' instead of 'length'.
If I build it again, it goes fine.
So, it is intermittent. Can somebody point if I am doing anything wrong?
The text was updated successfully, but these errors were encountered:
manik-ushur
changed the title
Obfuscating going wrong - Not same error always
Obfuscating going wrong - Not same result always
Feb 24, 2022
node --version
v10.16.3
"gulp-concat": "~2.3.3",
"gulp-preprocess": "^1.2.0",
"gulp-javascript-obfuscator": "^1.1.2",
The following gulp code is used:
The following code:
if(index < scriptFiles.length-1)
is converted to:
if (_0x219af0 < _0x441e3a[_0x56ae('0xf')] - 0x1)
If I step through in Chrome Browser, _0x56ae('0xf') is incorrectly equated as 'style' instead of 'length'.
If I build it again, it goes fine.
So, it is intermittent. Can somebody point if I am doing anything wrong?
The text was updated successfully, but these errors were encountered: