From f6247bb867ffd45ed03ac8d36cc4947d3dddb75e Mon Sep 17 00:00:00 2001 From: LagoLunatic Date: Tue, 3 Sep 2024 12:35:24 -0400 Subject: [PATCH] Update Ghidra guide --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ccb0955..6260c620 100644 --- a/README.md +++ b/README.md @@ -96,10 +96,13 @@ Setting up Ghidra Ghidra is a tool that automatically decompiles code. Although Ghidra's output is not accurate enough to be directly copy-pasted into this decompilation project, it can still be helpful for understanding functions and decompiling them faster. -We have a shared Ghidra project for TWW already set up which you can access like so: +We have a shared Ghidra project for TWW already set up. To get access to this server: * Go to https://ghidra.decomp.dev and link your Discord account. * Request "Read" access to the WindWaker server. + +Then wait for an admin to approve your request. Once you have access, you can set up the Ghidra project like so: + * To use Ghidra, you first need to install JDK. You can download OpenJDK 17 from [here](https://adoptium.net/de/temurin/releases/). * Download the RootCubed Ghidra build ghidra_11.1_DEV_20240115 from [here](https://rootcubed.dev/ghidra_builds/). * Launch Ghidra with `ghidraRun`.