Latest News
Showing posts with label iat. Show all posts
Showing posts with label iat. Show all posts
Microsoft Detours
Posted by genesisdatabase
on
Friday, 3 December 2010
, under
address,
api,
C,
cpp,
detours,
iat,
import,
intercept,
kernel,
microsoft,
ms,
msn,
recv,
redirect,
send,
table,
win32,
winapi
|
comments (0)
Detours is a library for instrumenting arbitrary Win32 functions on x86, x64, and IA64 machines. Detours intercepts Win32 functions by rewriting the in-memory code for target functions. The Detours package also contains utilities to attach arbitrary dynamic-link libraries (DLLs) and data segments (called payloads) to any Win32 binary.