Add Go fuzz

This commit is contained in:
Wil Selwood 2018-07-20 09:04:26 +01:00 committed by GitHub
parent 489e37d9ec
commit 87acdb4bfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -291,6 +291,8 @@ https://www.corelan.be/index.php/2013/02/26/root-cause-analysis-memory-corruptio
[Tribble](https://github.com/SatelliteApplicationsCatapult/tribble) - Easy-to-use, coverage-guided JVM fuzzing framework.
[go-fuzz](https://github.com/dvyukov/go-fuzz) - Coverage-guided testing of go packages.
### Taint Analysis
*How user input affects the execution*