Skip to content

A step by step decoder for JSFuck. Use it to understand how the obfucated code works.

License

Notifications You must be signed in to change notification settings

HMaker/jsfuck-debugger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JSFuck Debugger

Partially evaluates a JSFuck-encoded JavaScript source making the obfuscated code readable.

Usage

git clone https://github.com/HMaker/jsfuck-debugger.git
cd jsfuck-debugger
npm install
nodejs . jsfuck-sample.txt

Warning

Don't evaluate untrusted code. jsfuck-debugger uses new Function(...)() construct to evaluate the code inside the modules' global scope.

This work in licensed under the MIT License.

About

A step by step decoder for JSFuck. Use it to understand how the obfucated code works.

Topics

Resources

License

Stars

Watchers

Forks