TrackFS 0.0.8 (Default branch) |
|
|
Trackfs is a small program that tracks file system
changes made by another program (or group of
programs). It is similar to "installwatch", but
works quite differently. While installwatch uses
LD_PRELOAD to intercept library functions like
open() and unlink(), trackfs runs the child
program(s) with tracing enabled and tracks the
system calls they make.
License: GNU General Public License (GPL)
Changes:
This release adds a new "trexec" program. It has improved execve() handling, in particular in biarch (32/64-bit) environments.
|