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

A powerful obfuscator for JavaScript and Node.js

Results 243 javascript-obfuscator issues
Sort by recently updated
recently updated
newest added

I have protected my app with javascript-obfuscator and used debugProtection flag to protect requests and logs from being seen in console and network tab. I have seen that I can...

![image](https://user-images.githubusercontent.com/6015571/178965748-fc86b498-b881-460f-be01-a516d0e7500c.png) Using Unicode as identifier, making obfuscated code more alien. Randomized by default.

javascript-obfuscator version: 4.0.0 `stringArray: true` will cause this error, ` UnhandledPromiseRejectionWarning: Error: Evaluation failed: ReferenceError: _0xa28d is not defined` ### config: ``` { "compact": true, } ``` run code sussessed...

Bumps [terser](https://github.com/terser/terser) from 5.10.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

![image](https://user-images.githubusercontent.com/75168420/179602640-60d75375-fbd5-4573-9de4-d91f2e54985f.png) Why is it still changing char to HEX even when unicodeEscapeSequence set to false?

Does this obfuscator also support typescript?

Obfuscated code won't run due to "Invalid Regular Expression" error. Same error in Chrome and Firefox. This happens with the default configuration. I've also systematically set each configuration option to...

I am also getting this error. version : javascript-obfuscator -v 4.0.0_2022-02-14T16:47:01.077Z I am on Red Hat 4.8.5-11 Command used javascript-obfuscator gh.js --config test.json The config file is a copy of...

How can I de-obfuscate an obfuscated file? Sorry for my bad English