Added ansvif (A Not So Very Intelligent Fuzzer) to the list.
This commit is contained in:
Marshall Whittaker 2017-04-12 10:22:06 -04:00 committed by GitHub
parent 385a1e64b2
commit 49dc9fb8bb

View File

@ -259,6 +259,8 @@ https://www.corelan.be/index.php/2013/02/26/root-cause-analysis-memory-corruptio
[syzkaller](https://github.com/google/syzkaller) - Distributed, unsupervised, coverage-guided Linux syscall fuzzer.
[ansvif](https://oxagast.github.io/ansvif/) - An advanced cross platform fuzzing framework designed to find vulnerabilities in C/C++ code.
### Taint Analysis
*How user input affects the execution*