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.
Write an updated binary to a file.
BOOL DetourBinaryWrite( _In_ PDETOUR_BINARY pBinary, _In_ HANDLE hFile );
pBinary : Pointer to the binary to be written to a file.
hFile : Handle of the file to receive the contents of the binary.
If successful, returns TRUE; otherwise, returns FALSE.
TRUE
FALSE
DetourBinaryWrite writes the updated binary, opened by DetourBinaryOpen, to a file.
DetourBinaryWrite
DetourBinaryOpen
For more information on binary editing with Detours, see Payloads and DLL Import Editing in the Detours Overview.
Impmunge, Setdll.