Home > Software engineering >  Reverse acquisition method call DLL information
Reverse acquisition method call DLL information

Time:11-10

Main program HOOK 1. DLL function address the implementation of the main program itself function, 2. 1. DLL call DLL function addresses are pointing in the direction of the main program
When the main program is 1. DLL call or 3/4/5. DLL call how do you know the caller information
Or get to the caller through the ESP

CodePudding user response:

The call stack

CodePudding user response:

Manually triggered an exception, then intercept exception processing can know that the higher the caller information

CodePudding user response:

Try GetModuleFileName the first parameter NULL


  • Related