Skip to content
#

afl

Here are 71 public repositories matching this topic...

vient
vient commented Jul 24, 2019

I spent an hour right now trying to debug error connecting to pipe on test run without afl-fuzz. It occured that I forgot the -debug option. While the whole thing is kinda obvious, if you need test run then you shouldn't forget the -debug, a suggestion about it on pipe error would've been very helpful.

What I propose is to edit error message so it would be `error connecting to pipe (did y

Eh2406
Eh2406 commented Jan 23, 2019

Section 3.4 of the paper describes using gradient descent with a 2-point method for computing the gradient vector. This basically involves doing O(d) function calls to find the approximate gradient then doing a small number of calls to move in that direction. There is a long history of Derivative free Optimization Methods, that try to make each function evaluation do some of both. For example so

Improve this page

Add a description, image, and links to the afl topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the afl topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.