From 2fb64663ea0e9e02705fcc6d87e0595c04758719 Mon Sep 17 00:00:00 2001 From: "Farzad E." Date: Wed, 14 Jan 2015 23:59:47 -0800 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c6d1cb0..de1a8ac 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ # JSUNFuck -Description to follow ... +The goal of this project is to deobfuscate JavaScript files that were proccessed with JSFuck (http://www.jsfuck.com) + +# License +Everything in this repository is licensed under MIT Open Source License and is free to use (without any warranty) and modify with proper attribution. + + +*TODO: Complete README.md, add LICENSE file, test the project with more JS files*