Skip to content

Commit 2fdefac

Browse files
authored
Update README.md
1 parent c5fa271 commit 2fdefac

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,18 @@
11
# ghidra_nodejs
2+
3+
## Description
4+
5+
GHIDRA plugin to parse, disassemble and decompile NodeJS Bytenode (JSC) binaries.
6+
7+
## Supported NodeJS versions:
8+
- v8.16.0 (x64)
9+
- v8.16.0 (x86)
10+
11+
## Build instructions
12+
13+
1. Clone the repo
14+
2. Import the repo into Eclipse with GhidraDev plugin installed
15+
3. Link Ghidra to your Ghidra's installation (option in the project's context menu)
16+
4. Export & build plugin using the project's context menu. Eclipse will generate a resulting .zip archive with the plugin.
17+
5. In Ghidra: File->Install Extensions...->Press green (Plus/+) button, then select previously generated .zip archive to install it. Press OK, then Restart Ghidra.
18+
6. Drag-n-drop jsc files.

0 commit comments

Comments
 (0)