tracexec 0.1.0 is now finally released! ๐ŸŽ‰
v0.1.0 features a fancy TUI built with #Ratatui, file descriptor analyzing, and ability to trace setuid/gid binaries

In case you don't know, it is a small utility for tracing execve{,at} and pre-exec behavior, powered by #linux #ptrace

It's useful for #debugging build systems, understanding what scripts actually do, figuring out what programs does a proprietary software run, or you just want to watch the programs installed on your system exec-ing
1/2

It's now available on GitHub releases and AUR.

https://github.com/kxxt/tracexec/releases/tag/v0.1.0

2/2

Release v0.1.0 ยท kxxt/tracexec

tracexec v0.1.0 is now finally released! ๐ŸŽ‰๐ŸŽ‰๐ŸŽ‰ This release includes TUI feature and many improvements and bug fixes. Notable changes since v0.0.5 Added An awesome TUI built with awesome ratatui. T...

GitHub