Skip to main content

Azul Plugin Js Deobf

Deobfuscates JavaScript to make it more human readable.

Installation

# Require install of npm packages seperately.
npm install deobfuscator
npm install restringer

# Python package install
pip install azul-plugin-js-deobf

Npm Packages

deobfuscator - https://github.com/relative/synchrony restringer - https://github.com/PerimeterX/restringer/tree/main

Usage

Usage on local files:

$ azul-plugin-js-deobf malware.file
... example output goes here ...

Check azul-plugin-js-deobf --help for advanced usage.