Skip to content

Commit 028602b

Browse files
committed
Merge pull request fffaraz#179 from jpetso/afl
Add afl-fuzz to the Miscellaneous section. It's crazy, and awesome.
2 parents f0331bb + 58edb35 commit 028602b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -514,6 +514,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
514514
*Useful libraries or tools that don't fit in the categories above or maybe just not categorised yet*
515515

516516
* [access_profiler](https://github.com/arvidn/access_profiler) - A tool to count accesses to member variables in c++ programs. [GPL3]
517+
* [American fuzzy lop](http://lcamtuf.coredump.cx/afl/) a.k.a. afl-fuzz - Crazy fuzzing tool that automatically discovers bugs given time and minimal example input. [Apache2]
517518
* [Better Enums](https://github.com/aantron/better-enums) - Reflective enums (to string, iteration). Single header. [BSD] [website](http://aantron.github.io/better-enums/)
518519
* [Better String](http://bstring.sourceforge.net) - An alternative to the string library for C which is more functional and does not have buffer overflow overrun problems. Also includes a C++ wrapper. [BSD, GPL2]
519520
* [Boost.Signals](http://www.boost.org/doc/libs/1_56_0/doc/html/signals.html) - An implementation of a managed signals and slots system. [Boost]

0 commit comments

Comments
 (0)