tracexec 1.0.0

Tracer for execve{,at} and pre-exec behavior, launcher for debuggers.
1
2
3
4
5
6
7
8
all: a b

a: a.rs
	rustc a.rs
b: b.rs
	rustc b.rs
clean:
	rm -f a b