Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/filipemgs/poisonjs

PoisonJS - De-obfuscate eval-based JavaScript obfuscation with monkey-patched eval(-like) functions.
https://github.com/filipemgs/poisonjs

deobfuscator javascript javascript-tools malware-analysis

Last synced: about 2 months ago
JSON representation

PoisonJS - De-obfuscate eval-based JavaScript obfuscation with monkey-patched eval(-like) functions.

Awesome Lists containing this project

README

        

# poisonjs
PoisonJS - De-obfuscate eval-based JavaScript obfuscation with monkey-patched eval(-like) functions.

(n.b. old project with old dependencies)

## Demo
https://filipemgs.github.io/poisonjs/

## Setup
```bash
npm i
npm run build
```

## Run
Open `deploy/browser/index.html` on your Browser.