Coder Social home page Coder Social logo

dottobr83 / de4js Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lelinhtinh/de4js

0.0 1.0 0.0 547 KB

JavaScript Deobfuscator and Unpacker

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

License: MIT License

Ruby 15.71% HTML 11.73% JavaScript 52.25% Dockerfile 0.52% Shell 0.14% SCSS 19.65%

de4js's Introduction

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

de4js's People

Contributors

lelinhtinh avatar dependabot[bot] avatar flleeppyy avatar himura2la avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.