[PATCH] D49621: [libFuzzer] Initial implementation of weighted mutation leveraging during runtime.
Kodé Williams via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 20 15:36:04 PDT 2018
kodewilliams created this revision.
kodewilliams added reviewers: Dor1s, metzman.
Herald added subscribers: Sanitizers, llvm-commits.
Added functions that calculate stats while fuzz targets are running and give mutations weight based on how much new coverage they provide, and choose better performing mutations more often.
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D49621
Files:
lib/fuzzer/FuzzerDriver.cpp
lib/fuzzer/FuzzerFlags.def
lib/fuzzer/FuzzerLoop.cpp
lib/fuzzer/FuzzerMutate.cpp
lib/fuzzer/FuzzerMutate.h
lib/fuzzer/FuzzerOptions.h
test/fuzzer/fuzzer-weightedmutations.test
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49621.156623.patch
Type: text/x-patch
Size: 6047 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180720/df4b99c1/attachment.bin>
More information about the llvm-commits
mailing list