Update the README

This commit is contained in:
Maschell 2019-03-08 19:25:41 +01:00
parent f9bc953bd6
commit 2f4362b159

View File

@ -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