Added a link to building a feedback fuzzer

The tutorial explains how to build a feedback fuzzer using DynamoRio and Qt Framework, while the fuzzer is not production ready, the tutorial helps understanding the concepts behind feedback fuzzing.
This commit is contained in:
fadyosman 2019-05-16 04:28:52 +02:00 committed by GitHub
parent e059bd2167
commit 867d89d428
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -194,6 +194,9 @@ https://www.corelan.be/index.php/2013/02/26/root-cause-analysis-memory-corruptio
[Z3 - A guide](https://rise4fun.com/z3/tutorial/guide) - Getting Started with Z3: A Guide
##### Building a Feedback Fuzzer (for educational purposes)
[Building A Feedback Fuzzer](https://blog.fadyothman.com/tag/myfuzzer/) - by @fady_othman
## Tools