Go to file
2019-03-10 17:31:45 +01:00
data/languages Now rpx/rpl files can be imported directly. 2019-03-08 19:22:40 +01:00
ghidra_scripts Add missing directories. 2019-03-07 01:32:03 +01:00
src/main Minor code cleanup 2019-03-10 17:31:45 +01:00
.gitignore First commit. 2019-03-06 14:56:59 +01:00
build.gradle First commit. 2019-03-06 14:56:59 +01:00
extension.properties First commit. 2019-03-06 14:56:59 +01:00
LICENSE First commit. 2019-03-06 14:56:59 +01:00
Module.manifest First commit. 2019-03-06 14:56:59 +01:00
README.md Update the README 2019-03-08 19:25:41 +01:00

Ghidra RPX/RPL loader

This is a (WIP) simple extension to open .rpx and .rpl files with Ghidra.

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.

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 

Output goes into dist

Credits

Based on https://github.com/Relys/rpl2elf