javascript-obfuscator / javascript-obfuscator-ui

A web UI to the JavaScript Obfuscator node.js package.
https://obfuscator.io
BSD 2-Clause "Simplified" License
230 stars 130 forks source link

Obfuscator Not Working good. #46

Closed 3MoSteve closed 4 years ago

3MoSteve commented 4 years ago

There are a lot of peoples that can deobfuscate my codes and get the code easy! and i tried all obfuscations settings but they could debofuscate my codes and understand all thigns and deobfuscate the variables example if i obfuscate this code: function test() { console.log ("hi"); } test();

then they can deobfuscate the code and get it like this: function test() { console.log ("hi"); } test();

i ready don't know how they can deobfuscate my codes.

here is my settings. if someone know how to fix that so please tell me 👍 image

sanex3339 commented 4 years ago

It is impossible to restore original names of the renamed variables or properties. All other things can be restored in some way but it takes a time depends on code size and obfuscation level.

Maybe you used obfuscator with sourceMap option and serve source maps alongside the obfuscated code?

Can you show me more detailed examples of your obfuscated code and how it was restored? You can send it via my email