Forum Discussion
MrReaper
11 months agoBronze II
Foundational Static Analysis: API Analysis
Hi all, I'm stuck in this part, where using Ghidra, I have to find where the Windows API GetModuleHandleA is used, in the binary called exercise_two.exe, and once located, find the parameter of thi...
- 11 months ago
The ansi version is not used, however there are two more similar APIs with extendend unicode and unicode support. Dig into these.
netcat
Advocate
11 months agoThe ansi version is not used, however there are two more similar APIs with extendend unicode and unicode support. Dig into these.