shellphish / driller

Driller: augmenting AFL with symbolic execution!
BSD 2-Clause "Simplified" License
880 stars 163 forks source link

Input length extension & some cleanup #59

Closed anon8675309 closed 6 years ago

anon8675309 commented 6 years ago

We wanted driller to be able to extend the length of the input, so it can find more code paths. This patch does that (and a little cleanup such as using proper arguments, even if it is "for internal use only"). There's a little demo program in our blog post on the topic in case you want a test case. https://blog.grimm-co.com/post/guided-fuzzing-with-driller/

rhelmot commented 6 years ago

This looks fine to me. Anyone else?

salls commented 6 years ago

Seems good to me