Partially evaluates a JSFuck-encoded JavaScript source making the obfuscated code readable.
git clone https://github.com/HMaker/jsfuck-debugger.git
cd jsfuck-debugger
npm install
nodejs . jsfuck-sample.txt
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.