You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Brian Gianforcaro edited this page Aug 22, 2020
·
4 revisions
Setdll
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.