cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Hook Api function
Hook Api function
Feb 6, 2012 at 6:19pm UTC
ahura24
(154)
hello guys i have one question. how can i hook to api funtion ? for example i want hook to MessageBoxA and every process call this function i can show alert .
tnx a lot i really need this.
Feb 6, 2012 at 8:57pm UTC
Computergeek01
(5613)
This is kind of a large topic, so I'll just leave you with this:
http://msdn.microsoft.com/en-us/library/ms632589(VS.85).aspx
Feb 6, 2012 at 10:35pm UTC
webJose
(2948)
This kind of hook requires something different:
http://research.microsoft.com/en-us/projects/detours/
. I am unaware of any other way of doing it.
Feb 7, 2012 at 10:09pm UTC
ahura24
(154)
exactly i want "monitoring api calls with other process"! please help me . i search in internet for one day but i ... :(
Topic archived. No new replies allowed.