windows - Determine the caller process of a Win32 function -
is there way determine process has called win32 function. need hook few functions , in addition need determine process has called function. done hooking functions findnextfile()
, winsock functions send()
, receive()
using ms detours problem later part i.e. determining caller process. kindly help.
your hook run in context of calling process, may call getcurrentprocessid or similar function returns need know process.
Comments
Post a Comment