|
LLVM
4.0.0
|
#include <FuzzerCorpus.h>
Public Attributes | |
| Unit | U |
| uint8_t | Sha1 [kSHA1NumBytes] |
| size_t | NumFeatures = 0 |
| size_t | Tmp = 0 |
| size_t | NumExecutedMutations = 0 |
| size_t | NumSuccessfullMutations = 0 |
| bool | MayDeleteFile = false |
Definition at line 27 of file FuzzerCorpus.h.
Definition at line 36 of file FuzzerCorpus.h.
Referenced by fuzzer::InputCorpus::AddToCorpus(), and fuzzer::InputCorpus::DeleteInput().
| size_t fuzzer::InputInfo::NumExecutedMutations = 0 |
Definition at line 34 of file FuzzerCorpus.h.
| size_t fuzzer::InputInfo::NumFeatures = 0 |
Definition at line 31 of file FuzzerCorpus.h.
Referenced by fuzzer::InputCorpus::AddFeature(), and fuzzer::InputCorpus::AddToCorpus().
| size_t fuzzer::InputInfo::NumSuccessfullMutations = 0 |
Definition at line 35 of file FuzzerCorpus.h.
| uint8_t fuzzer::InputInfo::Sha1[kSHA1NumBytes] |
Definition at line 29 of file FuzzerCorpus.h.
Referenced by fuzzer::InputCorpus::AddToCorpus(), and fuzzer::InputCorpus::DeleteInput().
| size_t fuzzer::InputInfo::Tmp = 0 |
Definition at line 32 of file FuzzerCorpus.h.
| Unit fuzzer::InputInfo::U |
Definition at line 28 of file FuzzerCorpus.h.
Referenced by fuzzer::InputCorpus::AddToCorpus(), fuzzer::InputCorpus::ChooseUnitToMutate(), and fuzzer::InputCorpus::DeleteInput().
1.8.6