Hi
I have a driver that also uses dispatch table hooking.
I want to monitor it's performance and memory usage.
I know that numega's bounds checker should handle part of these things
but it sometimes crashes (maybe because of the hooking?) and i can't
see the place in the diver's source of the error or memory leak.
Any other recommended tool / way ? (also want to check handle leaks..)
Also, is there a way to monitor CPU usage of a driver ?
Thanks!