Registry / testing / adalogics-go-fuzz-headers

adalogics-go-fuzz-headers

JSON →
library0.0.0-20230811130428-ced1acdcaa24gogounverified

Package go-fuzz-headers provides utilities for generating fuzz inputs from structured data.

go get github.com/AdaLogics/go-fuzz-headers
INSTALL
IMPORT
SIG · ADALOGICS-GO-FUZZ-
A
adalogics-go-fuzz-headers
testinggov0.0.0-20230811130428-ced1acdcaa24
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

go_fuzz_headers
github.com/AdaLogics/go-fuzz-headers

Create a fuzz consumer and read bytes

package main import ( "fmt" fuzz "github.com/AdaLogics/go-fuzz-headers" ) func main() { data := []byte("test") consumer := fuzz.NewConsumer(data) b, err := consumer.GetBytes() if err != nil { panic(err) } fmt.Println(b) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20230811130428-ced1acdcaa24latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
47 hits · last 30 days
node
42
OpenAI (training)
1
Resources
adalogics-go-fuzz-headers — go get adalogics-go-fuzz-headers · libregistry