简体   繁体   中英

system calls detection and monitering

I want to monitor a process's system calls but I am not sure how can I do this, I want to do this in Windows. any help would be great.I have tried doing this in Linux using signals but that was not helpful.

As Shawn mentioned, strace is a great tool for monitoring system calls in linux. Here is one of those resources on strace that I like referring from time to time: http://www.brendangregg.com/blog/2014-05-11/strace-wow-much-syscall.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM