blob: 63073aac6b9ddce86f1d832aa758fd97d7191778 (
plain)
1
2
3
4
5
6
7
8
9
|
# exec-intercept
This is like [bear](https://github.com/rizsotto/Bear), except it's not specialised to C-like compiler invocations.
This tool intercepts all `execve` calls, logs them to a file, then executes the
`execve` calls normally. The same is done for `execve` calls of processes thus
started.
The tool currently only works on Linux.
|