Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Farzad E. authored and Farzad E. committed Jan 15, 2015
1 parent 5085d65 commit b9a9ff4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ The goal of this project is to deobfuscate JavaScript files that were proccessed
# Usage
You can run the program with the provided test files or create your own using the jsfuck.js located @ https://github.com/aemkei/jsfuck/blob/master/jsfuck.js

_(NOTE: the jsfuck.js served by www.jsfuck.com is slightly different and I noticed this after I finished writing this tool, I will update it later to work with both versions)_
_NOTE: the jsfuck.js served by www.jsfuck.com is slightly different than the one posted in their repo. This program will use a simple heuristic approach to detect which file was probably used._
```
Usage: JSUNFuck.exe <JSFuck Encrypted File> <Output Filename>
Usage: JSUNFuck.exe <JSFuck Encrypted File>
JSUNFuck.exe <JSFuck Encrypted File> <Output Filename>
```
Here's the sample output you should expect from the provided test files ...
```
Expand Down

0 comments on commit b9a9ff4

Please sign in to comment.