mirror of
https://github.com/Maschell/GhidraRPXLoader.git
synced 2024-11-14 04:15:09 +01:00
Update the README
This commit is contained in:
parent
f9bc953bd6
commit
2f4362b159
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user