summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2025-04-06 00:19:57 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2025-04-06 00:19:57 -0400
commita571aa24147dd089f3c5e0b2af73bf9afea23077 (patch)
tree98a9dd2f5696aa0eda56b91318d9ccb25e41dafe /README.md
parent2d5c305a9c075c8beef6bbfd6b4f5a93086bc614 (diff)
Fix Ghidra signup tutorial
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index c7b8895c..a2c20d9d 100644
--- a/README.md
+++ b/README.md
@@ -99,6 +99,7 @@ Ghidra is a tool that automatically decompiles code. Although Ghidra's output is
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.
+* Create a Ghidra account by entering a new username and password into the form on the right.
* 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:
@@ -109,9 +110,8 @@ Then wait for an admin to approve your request. Once you have access, you can se
* In Ghidra, go to `File -> New Project...`. Select `Shared Project` and input the following information:
* Server Name: ghidra.decomp.dev
* Port Number: 13100
- * User ID: `put your own username here`
- * Password: changeme
-* After logging in, change your password as prompted so that it's not "changeme".
+ * User ID: (the username that you chose earlier)
+ * Password: (the password that you chose earlier)
* You should now be able to view the files in the Ghidra project. You should checkout the `main` file.
Now you have Ghidra set up and ready to use.