Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kuizuo committed Dec 3, 2023
1 parent 6d57ec4 commit ea15ab2
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 8 deletions.
27 changes: 19 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@

## 使用

### 网页

[js-de-obfuscator.vercel.app](https://js-de-obfuscator.vercel.app/)[js-de-obfuscator.kuizuo.cn](https://js-de-obfuscator.kuizuo.cn/) 在线体验

![image-1](./images/1.png)

在执行还原前,请设置相关反混淆配置

![image-2](./images/2.png)

控制台可查看相关处理日志

![image-3](./images/3.png)


### 本地

安装
Expand All @@ -24,17 +39,13 @@ pnpm i
│ ├── code_2.js # 记录反混淆过程代码 2
│ ├── pretty.js # 可选, 用作美化对比
│ ├── output.js # 最终处理完成的结果
│ ├── evalCode.js # 代注入执行代码
│ ├── errorCode.js # 当替换代码导致语法错误, 则将错误代码输出到该文件
```

> 切记不要更改 code.js、pretty.js、output.js 文件名, 否则会触发 eslint 格式化。
node index.js 即可反混淆代码

### 网页

[js-de-obfuscator.vercel.app](https://js-de-obfuscator.vercel.app/)[js-de-obfuscator.kuizuo.cn](https://js-de-obfuscator.kuizuo.cn/) 在线体验
> 切记按照要求上述文件名格式, 否则会触发 eslint 格式化。
![image-20231117225958048](https://img.kuizuo.cn/202311172300568.png)
node index.js 即可开始还原代码


## 致谢
Expand Down
Binary file added images/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ea15ab2

Please sign in to comment.