How to Ghidra
Hello 👋, I will be using this repo to keep track of notes as I learn how to use Ghidra.
Ghidra version
At the time of this repos creation I am using version 9.04 which is not listed on the Ghidra site, which is here btw, but rather on the release tab of the github page here
Goals
- Code analysis, - trace changes in memory (like cheatengine)
- Making plugins - write a static analyzer (TODO - what does a static analyzer mean?)
- Function Identification - this area of code is a sorting algo, or SHA-256
- Check for copied code - do malware people just copy paste code from say StackOverFlow?.