GoFuzz

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 29, 2020 License: BSD-2-Clause Imports: 2 Imported by: 0

README

Fuzz.go contains to methods that can be fuzzed using go-fuzz, https://github.com/dvyukov/go-fuzz.

(1) Build and Fuzz ReadFrom method

go-fuzz-build -func=FuzzReadFrom
go-fuzz -bin=GoFuzz-fuzz.zip -workdir=workdir -procs=1

(2) Build and Fuzz UnmarshalBinary method

go-fuzz-build -func=FuzzUnmarshalBinary
go-fuzz -bin=GoFuzz-fuzz.zip -workdir=workdir -procs=1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FuzzReadFrom

func FuzzReadFrom(data []byte) int

func FuzzUnmarshalBinary

func FuzzUnmarshalBinary(data []byte) int

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL