Extracts the javascript source code and assets of Node Single Executable Applications.
Compatible with ELF (Linux), PE (Windows), and Mach-O (MacOS) executables.
- Clone the repo
- Run
pip install -r requirements.txt
- Run
python unsea.py <path-to-executable>
Output files:
sea.js
: source codesea.jsc
: code cache / bytecodesea_assets/
: extracted assets