javascript-deobfuscator icon indicating copy to clipboard operation
javascript-deobfuscator copied to clipboard

Server error

Open tamakoshihiroki opened this issue 5 years ago • 4 comments

I put the following code which is the simple hello world script obfuscated by obfuscator.io, and try to decode _0x3c5af2. Tring to deobfuscate caused Server error.

var _0x2d97=['Hello\x20World!','log'];(function(_0x5939d0,_0x2d97cf){var _0x3b7660=function(_0x128fb4){while(--_0x128fb4){_0x5939d0'push';}};_0x3b7660(++_0x2d97cf);}(_0x2d97,0x1d5));var _0x3b76=function(_0x5939d0,_0x2d97cf){_0x5939d0=_0x5939d0-0x0;var _0x3b7660=_0x2d97[_0x5939d0];return _0x3b7660;};function hi(){var _0x3c5af2=_0x3b76;console_0x3c5af2('0x0');}hi();

tamakoshihiroki avatar Sep 19 '20 03:09 tamakoshihiroki

Thank you for a report. Obfuscator.io owner found this project and then he patched it probably.

Im gonna unpatch it. Sorry for the inconvenience :(

LostMyCode avatar Sep 19 '20 03:09 LostMyCode

Sorry I couldn't understand. I thought this is a bug of https://deo.sigr.io/, but you mentioned that this is a bug of obfuscator.io?

tamakoshihiroki avatar Sep 19 '20 05:09 tamakoshihiroki

image

PS: if you select String Array Wrappers Chained Calls and String Array Wrappers Type: Function options, you see even more interesting things

sanex3339 avatar Sep 19 '20 05:09 sanex3339

@tamakoshihiroki No. I meant obfuscator.io owner updated algo against this project

LostMyCode avatar Sep 20 '20 03:09 LostMyCode