A Nintendo GameCube binary loader for Ghidra.
Includes optional symbol map importing, automatic namespace creation, and demangling support.
JAVA_HOME
set to the path of your JDK 17 installation.GHIDRA_INSTALL_DIR
to your Ghidra install directory. This can be done in one of the following ways:
set GHIDRA_INSTALL_DIR=<Absolute path to Ghidra without quotations>
export GHIDRA_INSTALL_DIR=<Absolute path to Ghidra>
-PGHIDRA_INSTALL_DIR=<Absolute path to Ghidra>
when running ./gradlew
GHIDRA_INSTALL_DIR
to your Windows environment variables../gradlew
/dist
<Ghidra install directory>/Extensions/Ghidra
.File -> Install Extensions...
).