aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTom Smeding <tom.smeding@gmail.com>2020-08-17 23:50:52 +0200
committerTom Smeding <tom.smeding@gmail.com>2020-08-17 23:50:52 +0200
commit0e1d50c8f0faba9cf50a2e5c90f5e8e82e90e4b3 (patch)
tree018023ea77ecda64dcdb9402076b90ca61909cf0 /README.md
Initial working version
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..63073aa
--- /dev/null
+++ b/README.md
@@ -0,0 +1,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.