-
Notifications
You must be signed in to change notification settings - Fork 1k
DetourBinaryPurgePayloads
Brian Gianforcaro edited this page Aug 22, 2020
·
6 revisions
Remove all payloads from a binary.
BOOL DetourBinaryPurgePayloads(
_In_ PDETOUR_BINARY pBinary
);
pBinary
: Pointer to binary, opened by DetourBinaryOpen
,
to be purged.
DetourBinaryPurgePayloads
removes all payloads from a binary opened by
DetourBinaryOpen
.
For more information on binary editing with Detours, see Payloads and DLL Import Editing in the Detours Overview.
If successful, returns TRUE
; otherwise, returns FALSE
.