Forum Discussion

MrReaper's avatar
MrReaper
Icon for Bronze II rankBronze II
8 months ago
Solved

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...
  • netcat's avatar
    8 months ago

    The ansi version is not used, however there are two more similar APIs with extendend unicode and unicode support. Dig into these.