-
As an OSCAL user, I might find it difficult to make bug reports on OSCAL data because I can't share the data. How can I show the bug?
A little OSCAL data-obfuscator demo that rewrote OSCAL fragment…
-
I have a file that, when fed to the obfuscator, causes it to hang at this point:
2015-03-30 11:07:41.120 ios-class-guard[20143:4698377] Generating symbol table...
2015-03-30 11:07:41.121 ios-class-gu…
-
### I am using the default options, there is no error when running pnpm build, but the output is not obfuscated at all
![image](https://github.com/user-attachments/assets/a1a4fa91-0d67-457e-9299-a16f…
-
When an ajax webform has an email field with an email address filled in by the user, the obfuscator obfuscates it even though that shouldn't happen for input fields.
Temporary fix is already in `1.…
-
Obfuscator brakes working code after processing and not working correctly with `gulp-sourcemaps`. My task looks like the following:
```
return gulp.src(paths.src.js)
.pipe(gulpif((process.env…
-
--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.
…
-
@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…
-
It would be great to have official obfuscator for dart projects.
The goal is to be able to distribute "closed source" packages and SDKs.
Since it's not possible to distribute binaries the only …
-
Hello, first of all I'd like to thank your work producing a really impressive javascript obfuscator, it really does make the code secure to be used. I was testing it with a personal project of mine an…