We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Find the PE binary in a process containing a known function.
HMODULE DetourGetContainingModule( _In_ PVOID vpAddr );
pvAddr : Address of a function in the process.
Handle to the containing module or NULL if the address doesn't reside in a loaded PE binary.
NULL
Tryman