lelinhtinh / de4js

JavaScript Deobfuscator and Unpacker
https://lelinhtinh.github.io/de4js/
MIT License
1.35k stars 332 forks source link

Replacing Array not working with this #5

Closed RetiredQQ closed 5 years ago

RetiredQQ commented 5 years ago

var _0xa5d4 = [ 'particles', 'flares', 'Curves' ];

var _0x4a5d = function (_0x3544d8, _0x498512) { _0x3544d8 = _0x3544d8 - 0; var _0x1ee7ae = _0xa5d4[_0x3544d8]; return _0x1ee7ae; };

//console.log(_0x4a5d("0x0"));

Do you support this?

lelinhtinh commented 5 years ago

Looks like JavaScript Obfuscator. My tool cannot decode it.