-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,18 @@ | ||
# ghidra_nodejs | ||
|
||
## Description | ||
|
||
GHIDRA plugin to parse, disassemble and decompile NodeJS Bytenode (JSC) binaries. | ||
|
||
## Supported NodeJS versions: | ||
- v8.16.0 (x64) | ||
- v8.16.0 (x86) | ||
|
||
## 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. |