-
Notifications
You must be signed in to change notification settings - Fork 1k
DetourBinaryCommitCallback
Brian Gianforcaro edited this page Aug 21, 2020
·
5 revisions
Pointer to function called at the end of editing an import table using the DetourBinaryEditImports API.
BOOL BinaryCommitCallback(
_In_opt_ PVOID pContext
);
pContext : Unmodified program specific context pointer passed as pContext argument to DetourBinaryEditImports.
TRUE
to continue editing import table or FALSE
to abort.