Categorygithub.com/holiman/gofuzz-shim
repositorypackage
0.0.0-20240509121320-c1eff0bcb432
Repository: https://github.com/holiman/gofuzz-shim.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

gofuzz-shim

gofuzz-shim is heavily inspired by go-118-fuzz-build, but is rewritten from scratch. It does not have the same algorithm for conversion of fuzzing-input to test-inputs, hence corpus is not reusable across these engines.

The data-conversion algorithm in gofuzz-shim if focused on allowing libfuzzer to have as much control as possible over the input, and making full use of the libfuzzer instrumentation data.

Status

Very much work in progress.