MrReaper
Bronze II
28 days agoFoundational 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 this function.
Taking a look about GetModuleHandleA, there's no references or calls to API in any part of the code.
Also tried to look for references to GetProcAddress or LoadLibrary and nothing.
Am doing something wrong? Any idea to find the "parameter" of the function that calls to the API?.
Is the only question from this part remaining...
Thanks and regards.