diff --git a/README.md b/README.md index e58d0da..36d4bcc 100644 --- a/README.md +++ b/README.md @@ -4,19 +4,19 @@ This is a (WIP) simple extension to open .rpx and .rpl files with Ghidra. # Usage -Install the extension by using the `Install Extensions` option inside Ghidra or extracting the .zip manually into `[GHIDRA_ROOT]\Ghidra\Extensions`. Make sure to restart the program after installing. +Install the extension using the `Install Extensions` option inside Ghidra or extract the .zip manually into `[GHIDRA_ROOT]\Ghidra\Extensions`. Make sure to restart the program after installing. -Once the extension is installed, you import a .rpx/.rpl via `File->Import...`. +Once the extension is installed, you can import a .rpx/.rpl file via `File->Import File...`. # Building ``` cd /path/to/extension export GHIDRA_INSTALL_DIR=/path/to/ghidra -gradle extensionDistZip #Substitute extension name +gradle ``` -Output goes into `build/distributions/` +Output goes into `dist` # Credits