-
Notifications
You must be signed in to change notification settings - Fork 1k
DetourBinaryResetImports
Galen Hunt edited this page Nov 2, 2016
·
5 revisions
Remove all edits by Detours of the binary's import table.
BOOL DetourBinaryResetImports( _In_ PDETOUR_BINARY pBinary );
pBinary : Pointer to the binary opened by DetourBinaryOpen.
If successful, returns TRUE
; otherwise, returns FALSE
.
DetourBinaryResetImports
Removes all Detours edits made to the import
table of a binary opened by
DetourBinaryOpen.
For more information on binary editing with Detours, see Payloads and DLL Import Editing in the Detours Overview.