A Python interface to AFL, allowing for easy injection of test cases (github.com) 39 points by adulau 9y ago ↗ HN
[–] jmpeax 9y ago ↗ What does it have to do with Australian Rules Football? [–] cariaso 9y ago ↗ I'll assume you're kidding, but surely there is someone who doesn't know and will find it useful --AFL = American Fuzzy Lop http://lcamtuf.coredump.cx/afl/https://en.wikipedia.org/wiki/American_fuzzy_lop_(fuzzer)A tool which helps to find interesting and exploitable bugs in compiled programs. [–] visarga 9y ago ↗ No, it's Autoland Flight Tests injection of testcases.
[–] cariaso 9y ago ↗ I'll assume you're kidding, but surely there is someone who doesn't know and will find it useful --AFL = American Fuzzy Lop http://lcamtuf.coredump.cx/afl/https://en.wikipedia.org/wiki/American_fuzzy_lop_(fuzzer)A tool which helps to find interesting and exploitable bugs in compiled programs.
[–] crdoconnor 9y ago ↗ No docs? [–] Twirrim 9y ago ↗ You're supposed to just know how to use it, apparently. Looking at the code the comments aren't that helpful either, focusing on explaining what the next bit of code is doing. [–] redpola 9y ago ↗ Maybe the assumption is that- everyone has time to figure it outOr- nobody will use it
[–] Twirrim 9y ago ↗ You're supposed to just know how to use it, apparently. Looking at the code the comments aren't that helpful either, focusing on explaining what the next bit of code is doing.
[–] redpola 9y ago ↗ Maybe the assumption is that- everyone has time to figure it outOr- nobody will use it
7 comments
[ 1094 ms ] story [ 327 ms ] threadAFL = American Fuzzy Lop http://lcamtuf.coredump.cx/afl/
https://en.wikipedia.org/wiki/American_fuzzy_lop_(fuzzer)
A tool which helps to find interesting and exploitable bugs in compiled programs.
- everyone has time to figure it out
Or
- nobody will use it