All Projects → lelinhtinh → De4js

lelinhtinh / De4js

Licence: mit
JavaScript Deobfuscator and Unpacker

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to De4js

Ollvm Breaker
使用Binary Ninja去除ollvm流程平坦混淆
Stars: ✭ 239 (-57.01%)
Mutual labels:  deobfuscation
tiro
TIRO - A hybrid iterative deobfuscation framework for Android applications
Stars: ✭ 20 (-96.4%)
Mutual labels:  deobfuscation
r2con2021 deobfuscation
Workshop Material on VM-based Deobfuscation
Stars: ✭ 109 (-80.4%)
Mutual labels:  deobfuscation
Plasma
Minecraft Mappings for legacy versions (currently just beta 1.7.3)
Stars: ✭ 30 (-94.6%)
Mutual labels:  deobfuscation
deollvm
deollvm arm64 based unicorn
Stars: ✭ 26 (-95.32%)
Mutual labels:  deobfuscation
decrypticon
Java-layer Android Malware Simplifier
Stars: ✭ 17 (-96.94%)
Mutual labels:  deobfuscation
Eazfixer
A deobfuscation tool for Eazfuscator.
Stars: ✭ 168 (-69.78%)
Mutual labels:  deobfuscation
Dex Oracle
A pattern based Dalvik deobfuscator which uses limited execution to improve semantic analysis
Stars: ✭ 398 (-28.42%)
Mutual labels:  deobfuscation
javascript-deobfuscator
A deobfuscator for JavaScript codes generated by Obfuscator.io
Stars: ✭ 136 (-75.54%)
Mutual labels:  deobfuscation
batch deobfuscator
Deobfuscate batch scripts obfuscated using string substitution and escape character techniques.
Stars: ✭ 82 (-85.25%)
Mutual labels:  deobfuscation
Deobfuscator
Some deobfuscator for java lol
Stars: ✭ 225 (-59.53%)
Mutual labels:  deobfuscation
mzphp2-deobfuscator
A de-obfuscate tool for code generated by mzphp2. 用于解混淆mzphp2加密的php文件的工具。
Stars: ✭ 36 (-93.53%)
Mutual labels:  deobfuscation
Deobfuscation
Binary Deobfuscation Series
Stars: ✭ 15 (-97.3%)
Mutual labels:  deobfuscation
Dnpatch
.NET Patcher library using dnlib
Stars: ✭ 249 (-55.22%)
Mutual labels:  deobfuscation
Malware Jail
Sandbox for semi-automatic Javascript malware analysis, deobfuscation and payload extraction. Written for Node.js
Stars: ✭ 349 (-37.23%)
Mutual labels:  deobfuscation
Etacsufbo
基于 AST 变换的简易 Javascript 反混淆辅助工具
Stars: ✭ 224 (-59.71%)
Mutual labels:  deobfuscation
java-unpacker
Extract Crypted Jar Archives
Stars: ✭ 67 (-87.95%)
Mutual labels:  deobfuscation
Tigress protection
Playing with the Tigress binary protection. Break some of its protections and solve some of its challenges. Automatic deobfuscation using symbolic execution, taint analysis and LLVM.
Stars: ✭ 550 (-1.08%)
Mutual labels:  deobfuscation
Simplify
Android virtual machine and deobfuscator
Stars: ✭ 3,865 (+595.14%)
Mutual labels:  deobfuscation
JavaDeobfuscator
Java Deobfuscator
Stars: ✭ 32 (-94.24%)
Mutual labels:  deobfuscation

de4js

Logo

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 bash
bundle exec 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

Install Workbox CLI:

npm install workbox-cli --global

Start serve

npm start

Or, with livereload:

npm run watch

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

Build

npm run build

License

MIT License © lelinhtinh

Credits

Active Contributors

Open Source Contributors

Resources

Related projects

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].