Written guide: https://github.com/StevensND/ghidra-p...
Main GDB commands: https://github.com/StevensND/ghidra-p...
How to extract the main files, get the nsobid etc etc: https://github.com/StevensND/ghidra-p...
How to setup Ghidra: https://github.com/StevensND/ghidra-p...
This is an updated video guide of the Fruithapje21's guide on Reddit. The main reason for updating it is that the method wasn't working for all games due to the the error "Cannot access memory at address ...". Also, now we have Python scripts that makes the full process more easier than before (Thanks to Fl4sh_ for this).
In the Github guides I explain step by step in more detail how to follow this guide. I also indicate what is necessary for follow the guide, I tell you the commands that I'm using, useful websites, tips etc etc.
In addition, I have tried to make this guide as clear as possible by adding screenshots and indicating each message that appeared in the scripts as well as in the GDB console.
So please, read the guide while you're watching this video guide. It's very important to understand the whole process. I won't answer questions that are solved on the written guide or the video guide.
Be patient. Follow the step-by-step guide, assess the work done and don't skip steps/don't skip the video to ask questions that are solved.
Finally if you want to support me, follow my Github. You can also support me on Ko-Fi: https://ko-fi.com/stevenss
Fruithapje21's guide on Reddit: / a_guide_on_how_to_create_asmpatches_for_ni...
Old video guide: • GDB to Ghidra Address | Zelda TOTK Aspect ...
Timestamps:
0:00 Disclaimer. Read the video description
0:30 Downloading GDB
1:05 Yuzu & Cheat Engine Setup
2:05 Finding the AR value using CE
7:35 Running the 1st script
13:05 Running the 2nd script
20:22 Running the final script
21:15 Checking Ghidra
24:47 End of the guide