Hi guys, I've got a question on how to be able to hook various WinAPI functions like VirtualQuery and be able to see the parameters being passed to a certain process.
I've tried using the user-defined/system-defined callbacks but there are apparently only like 4 functions you can "hook" on (GetSystemTime, etc)...
I want an official Microsoft provided way to see WinAPI functions called in a process in a 64bit machine running Win 10...
I've tried using the user-defined/system-defined callbacks but there are apparently only like 4 functions you can "hook" on (GetSystemTime, etc)...
I want an official Microsoft provided way to see WinAPI functions called in a process in a 64bit machine running Win 10...