-
Notifications
You must be signed in to change notification settings - Fork 1k
DetourBinaryDeletePayload
Galen Hunt edited this page Nov 2, 2016
·
6 revisions
Remove a payload from a binary.
BOOL DetourBinaryDeletePayload( _In_ PDETOUR_BINARY pBinary, _In_ REFGUID rguid );
pBinary : Pointer to the binary opened by DetourBinaryOpen, .
rguid : GUID of payload to remove.
DetourBinaryDeletePayload
removes a payload from a binary opened by
DetourBinaryOpen .
For more information on binary editing with Detours and paylods, see Payloads and DLL Import Editing in the Detours Overview.
If successful, returns TRUE
; otherwise, returns FALSE
.