Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drylikov/ghidra_nodejs
GHIDRA plugin to parse, disassemble and decompile NodeJS Bytenode (JSC) binaries.
https://github.com/drylikov/ghidra_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/drylikov/ghidra_nodejs
- Owner: drylikov
- License: mit
- Created: 2024-07-09T22:24:08.000Z (4 months ago)
- Default Branch: drylikov
- Last Pushed: 2024-07-09T22:27:20.000Z (4 months ago)
- Last Synced: 2024-07-10T02:41:08.811Z (4 months ago)
- Language: Java
- Size: 254 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ghidra_NodeJS
## Description
GHIDRA plugin to parse, disassemble and decompile NodeJS Bytenode (JSC) binaries.
## 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.