cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Windows Programming
hooking functions..
hooking functions..
Jan 12, 2011 at 1:51pm UTC
harikrishnanm
(1)
Is there any methods to hook the function,which was called inside a .exe file from some other dll files...if we know the prototype of that function....???
Jan 12, 2011 at 10:18pm UTC
Kiana
(186)
Use
Microsoft Detours
.
http://research.microsoft.com/en-us/projects/detours/
I assume you're talking about hooking a function within a process' memory space via the use of an injected DLL.
Topic archived. No new replies allowed.