CC: Ghidra
Introduction
Create a New Project
Analyze a binary
It's your turn!
How many user created functions(including main) are there?
What is the first variable set to in the main function?
What is the first variable set to, in the function "fn1"?
If you provide the input "1", when you run the binary, what would the output be.(Note you can just run the binary to find this out, but that would defeat the whole purpose!).
Miscellaneous Operations
Section 1: Patching Binaries

Section 2: Searching
Final Exam
What outputs the good job message?
References
Last updated