Skip to content

conanliu/de-js-obfuscator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

一个JavaScript-Obfuscator混淆逆向工具

目前支持对JavaScript-Obfuscator混淆后的字符串进行自动化还原。

Usage

Notice: 本工具仅支持node 8及以上版本

# 安装依赖
npm install
# 读取当前目录的hello-world-obf.js并还原其字符串
node index.js

文件说明

  • hello-world-obf.js 经过JavaScript-Obfuscator混淆后的js,其功能是打印hello world!
  • index.js 逆向工具,自动读当前目录的hello-world-obf.js,并将逆向的产物输出到dist目录

License

MIT

About

javascript obfuscator decrypt tool.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published