relative / synchrony

javascript-obfuscator cleaner & deobfuscator
https://deobfuscate.relative.im/
GNU General Public License v3.0
892 stars 118 forks source link

Output file not correct. #11

Closed ThuGie closed 2 years ago

ThuGie commented 3 years ago

Tried other files from the same projected worked all fine, But this one is causing some issues: https://pastebin.com/0Z6A4yHA

Some things end up like: line 409 function _0x51585a(_0x5aa8ef) { var _0x451406 = _0x6cf1ef; 0 = _0x5aa8ef['offsetX'], 0 = _0x5aa8ef['offsetY']; }

While the obfuscated is: function _0x51585a(_0x5aa8ef) { var _0x451406 = _0x6cf1ef; _0x10fe39['x'] = _0x5aa8ef['offsetX'], _0x10fe39['y'] = _0x5aa8ef[_0x451406(0x18d)]; }

There are issues at other locations, not sure why this might be happening. While i am here, is there a way to remove all the trash it leaves behind ?