kfiros / execmon

Advanced process execution monitoring utility for linux (procmon like)
Apache License 2.0
84 stars 31 forks source link

Have a look at monks #1

Open alexandernst opened 8 years ago

alexandernst commented 8 years ago

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 "normal" syscalls).

wolegeyun commented 3 years ago

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 "normal" syscalls).

I have a question. In mem.h, why "MAX_RELATIVE_CALL_OFFSET" = 150?