I have been searching for some time now on ways to get syscalls in realtime on windows. I have looked at couple of posts here at stackoverflow and elsewhere but could not find anything easy enough that I could follow. I have looked at procmon but its output has been pretty unstable. Same binary on two systems has generated different number of entries. Perhaps I lack the pre-requisite knowledge to do such stuff. Any help/recommendation is welcome.
I have looked at these link before:
- System Calls in windows & Native API?
- http://www.codeguru.com/cpp/w-p/system/devicedriverdevelopment/article.php/c8035
- http://technet.microsoft.com/en-us/sysinternals/bb897447.aspx
Regards