lelinhtinh / de4js

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

Failure to Handle Large Files + Other Oddities #81

Open ecraven1993 opened 2 years ago

ecraven1993 commented 2 years ago

Hello

,

I've just recently compiled the latest version on my windows 10 machine.

I have a 22000kb file I would like to deobfuscate. First of all, neither my installation nor the publicly hosted one can try and deobfuscate it without it eventually hitting an error_breakpoint on chrome. I have tried other browsers.

Another oddity is that when I first copied the code into either the publicly hosted version or my personally hosted version, it auto decoded into obfuscator.io - which is what I know it to be encoded. Now, randomly, it is not detecting it as obfuscator.io and still does the random crashing.

Any idea as to how I can possibly make it accept larger filesizes, what I tried above just isnt working.

The code I am working on is attached

js.zip

Kind regards, Evan craven