This reverts commit 5bb187777b.
5bb187777b
Send SIGABRT to the root process being fuzzed to generate a stacktrace. Also distinguish between syscall enter and exit.
* execSan: Follow forks. - ptrace all child processes. - Look for execve() calls with /tmp/tripwire as the first argument. There's no need for it to actually run. - Convert to C++. * remove ununused tripwire code * comments