directory
Version:
v1.0.7
Opens a new window with list of versions in this module.
Published: Jul 20, 2019
License: GPL-3.0
Opens a new window with license information.
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
$ go-fuzz -bin=./sqlparser-fuzz.zip -workdir=./src/fuzz/sqlparser
Directories
¶
Click to show internal directories.
Click to hide internal directories.