Forum Discussion
MrReaper
1 year 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...
- 1 year 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
1 year agoThe ansi version is not used, however there are two more similar APIs with extendend unicode and unicode support. Dig into these.