We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7a6db8 commit 2494996Copy full SHA for 2494996
plugins/GhidraPlugin/README.md
@@ -7,7 +7,7 @@ Generate functions and instructions by DeepDi.
7
## Usage
8
9
* Edit `String key` in the `./src/deepdi_plugin.java`.
10
-* Copy `/src/deepdi_plugin.java` to ghidra's plugin folder. eg: `~/ghidra_scripts/`.
+* Copy `./src/deepdi_plugin.java` to ghidra's plugin folder. eg: `~/ghidra_scripts/`.
11
* Copy `/lib/DeepDi.dll` to somewhere in the PATH.
12
* Copy `./src/lib/jna.jar` to somewhere ghidra can find. eg: `ghidra_9.1.2_PUBLIC\Ghidra\Features\Base\lib`
13
* Open Ghidra's script manager and locate to `Deepdi/deepdi_plugin.java`.
0 commit comments