shellphish / fuzzer

A Python interface to AFL, allowing for easy injection of testcases and other functionality.
BSD 2-Clause "Simplified" License
638 stars 130 forks source link

documentation #1

Open zardus opened 8 years ago

zardus commented 8 years ago

This is actually a really useful standalone tool. We should get some docs.

guaka commented 8 years ago

To start, what's AFL besides Australian Football League?

ivanistheone commented 8 years ago

american fuzzy lop

On Sun, Aug 21, 2016 at 9:59 AM, Kasper Souren notifications@github.com wrote:

To start, what's AFL besides Australian Football League?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/shellphish/fuzzer/issues/1#issuecomment-241259245, or mute the thread https://github.com/notifications/unsubscribe-auth/AAKAfgImGX9DjDLfmhxZNqrCm-Swwym1ks5qiFnCgaJpZM4JpOkd .

sebix commented 8 years ago

Another question that docs should answer (besides usage): What's the difference to python-afl?

zardus commented 8 years ago

All this should probably go into a README.md (PRs welcome!), but:

radhikasundararaman24 commented 6 years ago

Hello: I'd like to pitch in for doc help. To start, what are you looking for in doc help?

svbar commented 5 years ago

yes documentation will be really helpful.

for example in afl-fuzz we have -o for output directory .. What is the equivalent switch for output directory in shellphuzz ??