From 2fdefacf05df3613826fe8685d719e83cd058dff Mon Sep 17 00:00:00 2001 From: Vladimir Kononovich Date: Thu, 4 Mar 2021 16:19:14 +0300 Subject: [PATCH] Update README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 7da5af2..9d53bcf 100644 --- a/README.md +++ b/README.md @@ -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.