Skip to content

Releases: kxxt/tracexec

v0.0.5

29 Feb 03:53
Compare
Choose a tag to compare

tracexec v0.0.5 released!

Changes since v0.0.4:

  • Seccomp-bpf optimization is implemented and enabled by default. This almost reduces the performance overhead of tracexec to zero.
    • --seccomp-bpf option is added to control this feature.
    • Added a warning when running on untested low kernel versions (<4.8).
  • Bug fixes for --no-show-env.
  • List is now highlighted when using --more-colors.

v0.0.5-rc.1

29 Feb 03:43
Compare
Choose a tag to compare
v0.0.5-rc.1 Pre-release
Pre-release

Changes since v0.0.4:

  • Seccomp-bpf optimization is implemented and enabled by default. This almost reduces the performance overhead of tracexec to zero.
    • --seccomp-bpf option is added to control this feature.
    • Added a warning when running on untested low kernel versions (<4.8).
  • Bug fixes for --no-show-env.
  • List is now highlighted when using --more-colors.

v0.0.4

10 Nov 15:13
Compare
Choose a tag to compare

tracexec v0.0.4 released!

Changes since v0.0.3:

  • --show-cmdline now always shows the filename in the place of argv[0]. A warning will be logged if the filename does not match argv[0].
  • Log level is now controlled via --verbose and --quiet flags instead of RUST_LOG environment variable.

v0.0.3

05 Nov 04:24
Compare
Choose a tag to compare

tracexec v0.0.3 released!

Changes since v0.0.2:

  • Fix hangs in some cases because SIGCHILD is not delivered to tracee.

v0.0.2

27 Oct 11:32
Compare
Choose a tag to compare

tracexec v0.0.2 released!

Changes since v0.0.1:

  • Add riscv64 support
  • Fix a bug that a equal sign incorrectly got printed in the printed cmdline when an env var got deleted.
  • Change description.

v0.0.2-rc.1

27 Oct 11:26
Compare
Choose a tag to compare
v0.0.2-rc.1 Pre-release
Pre-release

tracexec v0.0.2 released!

Changes since v0.0.1:

  • Add riscv64 support
  • Fix a bug that a equal sign incorrectly got printed in the printed cmdline

v0.0.1

27 Oct 08:56
Compare
Choose a tag to compare

tracexec v0.0.1 released!

Changes since v0.0.0-experimental.7:

  • feat: --output, stderr by default
  • feat: set foreground process group
  • feat: use exit code from root child
  • cli: allow show-filename to be used with show-cmdline
  • cli: rename some options
  • docs: update README

v0.0.0-experimental.7

26 Oct 12:48
Compare
Choose a tag to compare
v0.0.0-experimental.7 Pre-release
Pre-release
  • Fix github release workflow
  • cli: add author, version, about and more help

v0.0.0-experimental.6

26 Oct 12:48
Compare
Choose a tag to compare
v0.0.0-experimental.6 Pre-release
Pre-release
  • Internal refactor and bug fixes
  • feat(cli): add color level option
  • --print-cmdline: show cmdline hint
  • more colors
  • deps: update shell-quote to 0.3.2, which makes the output of --print-cmdline more aesthetically pleasing.
  • feat: --print-children for a message when a child is created
  • docs: update README.
  • Github: add release workflow