dottobr83 / de4js

JavaScript Deobfuscator and Unpacker

Home Page:https://lelinhtinh.github.io/de4js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

de4js

JavaScript Deobfuscator and Unpacker

Helper

The Unreadable option is disabled by default, because it uses data from JS Nice. This cannot be done with JavaScript. You need to install UserScript de4js_helper.user.js to enable it.

Install one of the following links:

* de4js helper doesn't work offline.

Features

Running with Docker

docker-compose up

Preview de4js in your web browser at http://localhost:4000/de4js/

Attach Shell

docker exec -it de4js_app /bin/sh -c "[ -e /bin/bash ] && /bin/bash || /bin/sh"
jekyll build

Local Development

Install

git clone https://github.com/lelinhtinh/de4js.git
cd de4js

If you don't have Ruby installed, install Ruby 2.1.0 or higher.

Fix missing libraries on Ubuntu:

sudo apt install ruby-dev zlib1g-dev

Install Bundler:

gem install bundler

Install Jekyll and other dependencies from the GitHub Pages gem:

bundle install

Fix EventMachine C extension not loading on Windows 10:

gem uninstall eventmachine
gem install eventmachine --platform ruby

Running

bundle exec jekyll serve --watch --config _config.yml,_config_development.yml --livereload

Preview de4js in your web browser at http://localhost:4000/de4js/

Build

bundle exec jekyll build

License

MIT License © lelinhtinh

Credits

Active Contributors

Open Source Contributors

Related projects

About

JavaScript Deobfuscator and Unpacker

https://lelinhtinh.github.io/de4js/

License:MIT License


Languages

Language:JavaScript 52.2%Language:SCSS 19.6%Language:Ruby 15.7%Language:HTML 11.7%Language:Dockerfile 0.5%Language:Shell 0.1%