From 08707def0ec5bb6f37b3f7a86431d5621f62edb9 Mon Sep 17 00:00:00 2001 From: James Benton Date: Thu, 3 Oct 2019 11:57:47 +0100 Subject: [PATCH] Update README.md to recommend the Gekko/Broadway language spec. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 36d4bcc..f350050 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,14 @@ 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 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.