From: Kostya Serebryany <kcc@google.com> Date: Fri, 22 May 2015 22:43:05 +0000 (+0000) Subject: [lib/Fuzzer] mention the user-supplied mutators X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b3fdcb3739e80e97df1cb59f16d5d9b0fd02d4c3;p=oota-llvm.git [lib/Fuzzer] mention the user-supplied mutators git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238062 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/LibFuzzer.rst b/docs/LibFuzzer.rst index 831b74fcdee..cfd4c7664d0 100644 --- a/docs/LibFuzzer.rst +++ b/docs/LibFuzzer.rst @@ -299,6 +299,12 @@ and dump covered PCs to disk before exiting. Then you can subtract the set of covered PCs from the set of all instrumented PCs in the binary, see SanitizerCoverage_ for details. +User-supplied mutators +---------------------- + +LibFuzzer allows to use custom (user-supplied) mutators, +see FuzzerInterface.h_ + Fuzzing components of LLVM ========================== @@ -408,3 +414,5 @@ Examples: regular expression matchers, text or binary format parsers. .. _SanitizerCoverage: http://clang.llvm.org/docs/SanitizerCoverage.html .. _Heartbleed: http://en.wikipedia.org/wiki/Heartbleed + +.. _FuzzerInterface.h: https://github.com/llvm-mirror/llvm/blob/master/lib/Fuzzer/FuzzerInterface.h