feat(procmon): Library to hook and monitor selected system calls

A general debugging tool. 3rd party applications such as
"procmon" (same name) provide these capabilites and even
more. But, they are more difficult to run with bemanitools
and don't provide a unified look at the output in combination
with the log output by bemanitools.

Provide an initial set of system call hooks that have already
supported debugging efforts. More can be added when needed
later.
This commit is contained in:
icex2
2024-02-03 15:26:50 +01:00
parent d95633c451
commit d42b426291
14 changed files with 679 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
libs += procmon-lib
libs_procmon-lib := \
util \
src_procmon-lib := \
procmon.c \