Skip to content

Releases: leandrofroes/gftrace

gftrace v3.3

04 Dec 23:14
2cda67b
Compare
Choose a tag to compare

BUGFIX:

  • Fix byte pattern mask length (dumb mistake from the last release). Without this fix gftrace will not work for AMD64 binaries compiled with the new Golang versions.

gftrace v3.2

12 Nov 21:08
e519b43
Compare
Choose a tag to compare

BUGFIX:

  • Make asmstdcall byte pattern more generic to support recent Go versions

FEATURE:

  • Add support to cmdline parameters to be passed to the target process

gftrace v3.1

03 May 15:40
Compare
Choose a tag to compare

BUGFIX:

  • Fix pointer arithmetic in "hooks.c" that can result in a wrong "jump back" address in asmstdcall hook.

gftrace v3.0

25 Apr 19:18
Compare
Choose a tag to compare

BUGFIX:

  • Fix the way pointer values are printed.

FEATURES:

  • Add support for Go binaries compiled with cgo/gcc.

OTHERS:

  • General code improvement.

gftrace v2.0

24 Feb 19:56
Compare
Choose a tag to compare
  • Add support to 32 bits files tracing.
  • Add multiple other API functions to gftrace.cfg.
  • Small code improvement.

gftrace v1.0

14 Feb 14:07
Compare
Choose a tag to compare

First release.