-
## Expected Behavior
issue some javascript cannot read on browser when use high option preset. for this code
```
//this for index home only
function rid_request_file() {
…
-
We use "webpack-obfuscator": "^3.5.1"
with
const webpackObfuscator = new WebpackObfuscator(
{
sourceMap: true,
});
but sourcemaps files not generating
I also opened stackoverf…
-
![2dba049b-ab0e-4504-acab-22196978863e](https://user-images.githubusercontent.com/8287891/138864091-865d8f2a-6430-467c-8dc0-4ba941d115f0.jpeg)
-
- https://github.com/pionxzh/wakaru
- > Javascript decompiler for modern frontend
- https://github.com/j4k0xb/webcrack
- > Deobfuscate obfuscator.io, unminify and unpack bundled javascript
-
The obfuscator seems to unescape escaped unicode in strings. For example, consider the following input javascript:
```
console.log("\ud83d\ude03");
console.log("😃");
```
## Expected B…
-
`escodegen` is not up to date with the newest ECMAScript nodes, so it fails on a `PrivateIdentifier` AST node.
Adding
```js
class WithPriv{
#privateId = 1;
}
```
to the `array_function_rep…
-
The plugin just don't work...
**installed other dependencies needed:**
```
npm install babylon --save
npm install --save babel-traverse
```
**transformer.js**
```
const obfuscatingTransf…
-
`javascript-obfuscator` is currently 4.0.2 at time of this writing. Thank you.
-
## Current Behavior
Obfuscating via a grunt task or manually, the Error: $injector:modulerr Module Error is given, without any more context
## Steps to Reproduce
1. Run obfuscator before or after…
-
I'm using nestjs , and applying javascript-obfuscator
when javascript-obfuscator-cli runs, it can't obfuscate the static file as hbs, png,... or json file as i18n json file
It seems only obfuscate j…