Forum: C++ May 6th, 2009 |
| Replies: 4 Views: 536 thanks, but I'm not interested in these hooks (like keyboard hooks, mouse event hooks, etc.)
I need to intercept/hook every call to a certain win32 api function on the system
How do I do that... |
Forum: C++ May 6th, 2009 |
| Replies: 4 Views: 536 What is the best way to do system wide user mode (NOT KERNEL MODE) api hook on Windows NT? |