I\'m currently working on a project where I need to track the usage of several system calls and low-level functions like mmap
, brk
, sbrk
You can examine function invocation unobtrusively using tools such as:
These tools allow a monitor program to inform you when a function is called, and allow you to interrogate the arguments.
The main differences are: