Releases: trailofbits/gosentry
Releases · trailofbits/gosentry
gosentry 0.4
Biggest change is coming from Nautilus integration. gosentry has now grammar fuzzing capabilities.
What's Changed
- Harness engineering guidelines by @kevin-valerio in #10
- more details when printing backtrace by @kevin-valerio in #11
Full Changelog: 0.3...0.4
gosentry 0.3
The naming was way too bad... so we renamed cybergo to gosentry.
This adds a bunch of features and bug fixes:
- CTRL+C stops the fuzzers
- Integrates
goleakat fuzz-time - Integrate race condition detectors at fuzz-time
- Introduces LibAFL git-aware mode (experimental)
- other changes (read README.md)
etc.
What's Changed
- Libafl git aware by @kevin-valerio in #7
Full Changelog: 0.2...0.3
gosentry 0.2
gosentry 0.1
This version of gosentry contains the full integration of go-panikint and LibAFL (via golibafl).