-
**Describe the bug:**
For example, use https://www.virustotal.com/gui/home/upload to check for viruses through obfucsated javascript files. With shuffle: "hash" configuration it finds the viruses s…
-
Hello,
Thank you for creating such a nice tool.
Do you have any plan to add javascript obfuscator?
That would add some extra security :)
Thanks
-
Hello JavaScript Obfuscator Development Team,
I would like to report a critical issue related to the obfuscation of JavaScript code using your tool, `javascript-obfuscator`. I have utilized your to…
-
**Describe the bug**
```
sourceMap: true,
sourceMapMode: 'separate',
```
With these options the sourcemap file is not being created.
I'm assuming it's an issue with rollup plugin as I can…
JonL1 updated
3 months ago
-
--options-preset [default, low-obfuscation, medium-obfuscation, high-obfuscation]
## Expected Behavior
When I changes the option to different values the obfuscation result data size must grow.
…
-
Hi,
With current 0.13.0 version of javascript-obfuscator I'm getting error
`The number of constructor arguments in the derived class t must be >= than the number of constructor arguments of it…
-
So i created a basic script with express to test if obfuscation process is reliable and test the performance to see if it will fit my needs.
## Expected Behavior
When i obfuscate the code, it shou…
-
Hi, if you want, you can transfer this repo under `javascript-obfuscator` organisation.
Let me now if you will and i'll send you invitation to the organisation.
-
I have to obfuscate 7173 modules (application in ReactJS CoreUI framework). With this configuration:
```
plugins: [
react(),
obfuscator({
compact: false,
numbersToExpressions: true…
-
## Expected Behavior
The obsufcator sees this as normal js code.
## Current Behavior
Currently it fails at import statements using "with" like:
```js
import config from "../../config.js…