-
### Which plugin are you reporting a bug for?
obfuscator
### Version of Node
20.14
### Input code
https://github.com/goodwenhao/study/blob/main/test.js
### Additional context
_No response_
-
--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.
…
-
So when on obfuscatorPlugin is defined in plugins i'm not able to read .env variables
When i comment it obfuscatorPlugin out env variables works as they should.
New on obfuscating apps so i don't…
-
@amilajack How to use webpack-obfuscator with electron-react-boilerplate?
i am getting cannot find module './lib/express'
i am using express server to run react part on port
and i have used we…
-
### Build tool
Rollup
### Where do you see the problem?
- [X] In the browser
- [ ] In the terminal
### Describe the bug
The `background.js` file is not loaded and crash once `simpleReloader()` is…
-
## 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…
-
Maybe it's me (I don't understand).
I used the program to obfuscate a javascript file, but the strings are all visible in the code.
I used this command line:
```
javascript-obfuscator in.js …
-
go to the main website https://obfuscator.io/ and obfuscate with the highest preset, https://webcrack.netlify.app/ will crack it in 1 second.
-
**Describe the bug**
If global is set to false, Identifier "createApp" has already been declared.
**To Reproduce**
1.global is set to false
2.build the project
3.Identifier "createApp" has …
-
gulp.task('task3', function () {
return gulp.src('./src/inject/temp2-min.js')
.pipe(javascriptObfuscator())
.pipe(concat('temp3-min.js'))
.pipe(gulp.dest('./src/inject…
miadz updated
7 years ago