# Ghidra-Switch-Loader **Repository Path**: whu_dma_0/Ghidra-Switch-Loader ## Basic Information - **Project Name**: Ghidra-Switch-Loader - **Description**: No description available - **Primary Language**: Unknown - **License**: ISC - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-17 - **Last Updated**: 2024-12-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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 17 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=`` - **macos/Linux**: Running ``export GHIDRA_INSTALL_DIR=`` - Using ``-PGHIDRA_INSTALL_DIR=`` when running ``./gradlew`` - Adding ``GHIDRA_INSTALL_DIR`` to your Windows environment variables. - Run ``./gradlew`` - You'll find the output zip file inside `/dist` ## Installation - Start Ghidra and use the "Install Extensions" dialog (``File -> Install Extensions...``). - Press the ``+`` button in the upper right corner. - Select the zip file in the file browser, then restart Ghidra.