You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments