mirror of
https://github.com/cpp-best-practices/cppbestpractices.git
synced 2025-12-17 11:14:35 +03:00
Update 02-Use_the_Tools_Available.md
This commit is contained in:
@@ -217,6 +217,7 @@ Both of these tools use coverage reporting to find new code execution paths and
|
|||||||
|
|
||||||
* [american fuzzy lop](http://lcamtuf.coredump.cx/afl/)
|
* [american fuzzy lop](http://lcamtuf.coredump.cx/afl/)
|
||||||
* [LibFuzzer](http://llvm.org/docs/LibFuzzer.html)
|
* [LibFuzzer](http://llvm.org/docs/LibFuzzer.html)
|
||||||
|
* [KLEE](http://klee.github.io/) - Can be used to fuzz individual functions
|
||||||
|
|
||||||
## Ignoring Warnings
|
## Ignoring Warnings
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user