execmon icon indicating copy to clipboard operation
execmon copied to clipboard

Advanced process execution monitoring utility for linux (procmon like)

Results 5 execmon issues
Sort by recently updated
recently updated
newest added

https://github.com/alexandernst/monks Maybe we can join forces? Your project pretty much covers the missing parts of mine (patching execv and similar stubs) and mine covers the missing parts of yours (patching...

I have tried.I insmmod execmon.ko ,execve moniter is normal. but , The system GCC is abnormal, gcc hello.c is failed. open /var/log/message 371 May 16 13:41:47 localhost kernel: gcc[21267]: segfault...

kernel version 4.13.0 make error: error adding symbols: Archive has no index; run ranlib to add one why?

Hi Kfir, thanks for this awesome utility. It helped me a lot. Your utility, execmon, works well on kernels up till 4.5. I'd tested it on Ubuntu 16.04 with kernel...

``` In [49]: !make make -C /lib/modules/5.4.0-132-generic/build M=/home/qgb/github/execmon/kmod make[1]: Entering directory '/usr/src/linux-headers-5.4.0-132-generic' CC /home/qgb/github/execmon/kmod/libudis86/decode.o /home/qgb/github/execmon/kmod/libudis86/decode.c: In function ‘decode_operand’: /home/qgb/github/execmon/kmod/libudis86/decode.c:744:18: warning: this statement may fall through [-Wimplicit-fallthrough=] u->br_far = 1; ~~~~~~~~~~~^~~...