mirror of
https://github.com/cemu-project/GhidraRPXLoader.git
synced 2024-11-22 09:19:17 +01:00
Update README.md to recommend the Gekko/Broadway language spec.
This commit is contained in:
parent
55e72815e3
commit
08707def0e
@ -2,6 +2,14 @@
|
|||||||
|
|
||||||
This is a (WIP) simple extension to open .rpx and .rpl files with Ghidra.
|
This is a (WIP) simple extension to open .rpx and .rpl files with Ghidra.
|
||||||
|
|
||||||
|
# Dependencies
|
||||||
|
|
||||||
|
This loader uses the Gekko/Broadway processor definitions for Ghidra if found - it is recommended that this should be installed prior to using the loader.
|
||||||
|
|
||||||
|
https://github.com/aldelaro5/ghidra-gekko-broadway-lang
|
||||||
|
|
||||||
|
The loader will fallback to the default PowerPC processor if the Gekko/Broadway language is not found, but do not expect good results if the program uses any paired single instructions.
|
||||||
|
|
||||||
# Usage
|
# Usage
|
||||||
|
|
||||||
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.
|
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user