Releases: leandrofroes/gftrace
Releases · leandrofroes/gftrace
gftrace v3.3
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
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
BUGFIX:
- Fix pointer arithmetic in "hooks.c" that can result in a wrong "jump back" address in asmstdcall hook.
gftrace v3.0
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
- Add support to 32 bits files tracing.
- Add multiple other API functions to gftrace.cfg.
- Small code improvement.
gftrace v1.0
First release.