Monitoring API calls - system wide (Global hook) #314
Unanswered
Ramanathan (ramanathanv)
asked this question in
Q&A
Replies: 1 comment 2 replies
|
You can achieve this by injecting into all processes. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Google Gemini mentioned that detours can be used for monitoring API calls by injecting it into specific process as well as having a global hook on all process. (see: https://g.co/gemini/share/fcc818374057)
But in all the samples in the GitHub repository, I only see examples of monitoring API calls through injecting it into specific process.
Can detour monitor Windows API calls by having a global hook on all processes?
All reactions