GitHub - thebabush/go-hfuzz: gluing honggfuzz and go (original) (raw)
Navigation Menu
- GitHub Copilot Write better code with AI
- GitHub Models New Manage and compare prompts
- GitHub Advanced Security Find and fix vulnerabilities
- Actions Automate any workflow
- Codespaces Instant dev environments
- Issues Plan and track work
- Code Review Manage code changes
- Discussions Collaborate outside of code
- Code Search Find more, search less
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Repository files navigation
go-hfuzz
Go bindings for honggfuzz.
NOTE: this module does NOT instrument your code automatically. If you want that, you probably want to use go's built-in fuzzing support.
Install
Example
Test
mkdir -p /tmp/in ./honggfuzz/honggfuzz -P -i /tmp/in -o /tmp/out --crashdir /tmp/crash -- ./cmd/simple-test/simple-test
...wait until the crash and then:
$ xxd /tmp/crash/* 00000000: c0ca f16a dead beef [...] [...]