fuzz/

directory
v1.1.4 Latest Latest
Warning

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

Go to latest
Published: Jan 28, 2021 License: GPL-3.0

README

How to fuzz Radon using go-fuzz

This document will describe how to use the fuzz-testing library go-fuzz on Radon packages.

Setup and Installation
  • First, we must get go-fuzz:
$ go get -u github.com/dvyukov/go-fuzz/...
  • Next, Build the test program - this produces a -fuzz.zip (archive) file.
$ go-fuzz-build fuzz/sqlparser
  • Now, run go-fuzz!!!
$ go-fuzz -bin=./sqlparser-fuzz.zip -workdir=./src/fuzz/sqlparser

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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