Monitoring API calls - system wide (Global hook) #314
Unanswered
ramanathanv
asked this question in
Q&A
Replies: 1 comment
-
You can achieve this by injecting into all processes. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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?
Beta Was this translation helpful? Give feedback.
All reactions