2019-04-02 14:55:54 +11:00
2019-03-09 02:06:40 +11:00
2019-03-09 02:06:40 +11:00
2019-03-23 09:53:25 +11:00
2019-03-30 12:50:51 +11:00
2019-03-09 02:06:40 +11:00
2019-03-09 02:06:40 +11:00
2019-03-29 19:35:06 +11:00

Ghidra Switch Loader

A loader for Ghidra supporting a variety of Nintendo Switch file formats.

Building

  • Ensure you have JAVA_HOME set to the path of your JDK 11 installation.
  • Set GHIDRA_INSTALL_DIR to your Ghidra install directory. This can be done in one of the following ways:
    • Windows: Running set GHIDRA_INSTALL_DIR=<Absolute path to Ghidra without quotations>
    • macos/Linux: Running export GHIDRA_INSTALL_DIR=<Absolute path to Ghidra>
    • Using -PGHIDRA_INSTALL_DIR=<Absolute path to Ghidra> when running ./gradlew
    • Adding GHIDRA_INSTALL_DIR to your Windows environment variables.
  • Run ./gradlew
  • You'll find the output zip file inside /dist

Installation

  • Copy the zip file to <Ghidra install directory>/Extensions/Ghidra.
  • Start Ghidra and use the "Install Extensions" dialog to finish the installation. (File -> Install Extensions...).
S
Description
No description provided
Readme 345 KiB
Languages
Java 100%