Setting up Ghidra
Este conteúdo não está disponível em sua língua ainda.
Ghidra is a powerful open-source reverse engineering tool developed by the National Security Agency (NSA). It allows you to analyze and decompile executable files, making it easier to understand how a game works and how to modify it.
Prerequisites
Section titled “Prerequisites”Installing Ghidra
Section titled “Installing Ghidra”- Go to the latest GitHub release.
- Download the
.zipfile. - Extract the downloaded file to a location of your choice.
- Open the extracted folder.
- Run
./ghidraRun(macOS/Linux) or double-clickghidraRun.bat(Windows).
Installing Switch Loader
Section titled “Installing Switch Loader”To analyze Tomodachi Life: Living the Dream or any Nintendo Switch game, you will need to install the Switch Loader plugin for Ghidra. This plugin allows Ghidra to understand and analyze Nintendo Switch executable files.
We personally recommend using dt12345’s fork of Switch Loader, as it is more up to date and has some extra features.
- Go to the latest GitHub release.
- Start Ghidra and use the “Install Extensions” dialog (
File->Install Extensions). - Click on the
+button in the upper right corner. - Select the downloaded
.zipand reopen Ghidra.