Added FuzzExMachina (FExM)

I've added FExM, a large-scale fuzzing framework to the list.
This commit is contained in:
Dominik Maier 2018-09-13 01:49:32 +02:00 committed by GitHub
parent c74e3a8f6a
commit c19e4df21e
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
[go-fuzz](https://github.com/dvyukov/go-fuzz) - Coverage-guided testing of go packages.
[FExM](https://github.com/fgsect/fexm) - Automated Large-Scale Fuzzing Framework
### Taint Analysis
*How user input affects the execution*