Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/PositiveTechnologies/ghidra_nodejs
GHIDRA plugin to parse, disassemble and decompile NodeJS Bytenode (JSC) binaries
https://github.com/PositiveTechnologies/ghidra_nodejs
ghidra javascript jsc nodejs
Last synced: 8 days ago
JSON representation
GHIDRA plugin to parse, disassemble and decompile NodeJS Bytenode (JSC) binaries
- Host: GitHub
- URL: https://github.com/PositiveTechnologies/ghidra_nodejs
- Owner: PositiveTechnologies
- Archived: true
- Created: 2021-03-02T11:37:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-03-04T15:06:11.000Z (over 3 years ago)
- Last Synced: 2024-07-31T23:46:13.359Z (3 months ago)
- Topics: ghidra, javascript, jsc, nodejs
- Language: Java
- Homepage:
- Size: 253 KB
- Stars: 315
- Watchers: 13
- Forks: 74
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ghidra_nodejs
## Description
GHIDRA plugin to parse, disassemble and decompile NodeJS Bytenode (JSC) binaries.
## Supported NodeJS versions:
- v8.16.0 (x64) (V8 version: 6.2.414.77)
- v8.16.0 (x86) (V8 version: 6.2.414.77)## Build instructions
1. Clone the repo
2. Import the repo into Eclipse with GhidraDev plugin installed
3. Link Ghidra to your Ghidra's installation (option in the project's context menu)
4. Export & build plugin using the project's context menu. Eclipse will generate a resulting .zip archive with the plugin.
5. In Ghidra: File->Install Extensions...->Press green (Plus/+) button, then select previously generated .zip archive to install it. Press OK, then Restart Ghidra.
6. Drag-n-drop jsc files.