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

Performance like [email protected]

Open Madriix opened this issue 4 years ago • 1 comments

Hi

For years I have been under [email protected] and compiling: grun clean && grunt && grunt obf && node app.js so it is very fast to do especially at the level of the obfuscator. With the new version [email protected] I would like to use because it compiles fine when I use async / await in my application, or it displays an error with [email protected] but not with [email protected] The only problem I have with [email protected] is performance, this one doesn't suit me: Default preset, High performance and this one "Medium obfuscation, optimal performance" it is a little slower to compile and I have the impression that the browser is lagging a little more with this one. Is it possible to have the same identical performance as on [email protected]?

Cdt

Madriix avatar Nov 13 '21 21:11 Madriix

Currently under [email protected] the application (the same) it is 3.10 MB, it's huge! Here's a preview of the start of the code: (fonction (_0x3cc0aa, _0x148252) {fonction 0x15099c (

Currently under [email protected] my application is 960 kb, here is a preview of the beginning of the code: var _0x2968 = ['\ x3c\x62\x3e\x49\x6d\x70\x6f\x This one is better, how to do the same with [email protected] ?

Madriix avatar Nov 13 '21 21:11 Madriix