Merge pull request #11 from oxagast/oxagast-ansvif-1

Added ansvif (A Not So Very Intelligent Fuzzer) to the list.
This commit is contained in:
Mohammed A Imran 2017-04-17 12:20:51 +08:00 committed by GitHub
commit c7770f078f

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*