-
Notifications
You must be signed in to change notification settings - Fork 1.1k
SampleSetdll
Brian Gianforcaro edited this page Aug 22, 2020
·
4 revisions
Add a DLL to the import table of any binary (a .DLL or .EXE for example).
Use setdll.exe to attach one of the sample DLLs to an application .EXE file.
Note: The target binary will fail to load if the target DLL does not
contain a exported function with ordinal #1. For more information, see
the DetourBinaryEditImports API.
Source is located in the /samples/setdll directory.
DetourBinaryClose,
DetourBinaryEditImports,
DetourBinaryOpen,
DetourBinaryResetImports,
DetourBinaryWrite.