7May
DLL Injection Win32 API
I want to know which Win32 API functions a certain executable calls. The executable is a 32-bit application.
I know what steps to take to perform a DLL injection and hook an API function.
However, there is one thing I don’t quite understan…