summaryrefslogtreecommitdiff
path: root/fuzz.c
AgeCommit message (Expand)Author
2020-05-05iwyu: use iwyu to fix includes across the codeRobert Swiecki
2020-04-29New directives in .clang-formatRobert Swiecki
2020-04-26move mutexes into a separate substructRobert Swiecki
2020-04-20move linux.hwCnts to just hwCnts, as these are not linux-specificRobert Swiecki
2020-04-16libhfuzz: update total counters for the pc-guard method as wellRobert Swiecki
2020-04-11libhfuzz: reset the pcguard map locally, as it's faster than fallocateRobert Swiecki
2020-04-10Implement edge counting for PC-guards as well (in addition to 8-bit-counters)Robert Swiecki
2020-03-30fuzz/libhfuzz: set/analyze the number of total PC/EDGE/CMP values per inputRobert Swiecki
2020-03-30honggfuzz: rename pidFeedback* to more correct pidNew*Robert Swiecki
2020-03-29fuzz: use non-monetary printf separatorRobert Swiecki
2020-03-29use usecs instead of msecs as the basic unit of timeRobert Swiecki
2020-03-28fuzz: use input_removeStaticFile instead of simple unlink()Robert Swiecki
2020-03-25fuzz: print execution time per added inputRobert Swiecki
2020-03-25remove timeAddedMillis from dynfile_tRobert Swiecki
2020-03-25fuzz: simplified minimization #2Robert Swiecki
2020-03-25shorten struct _dynfile_t to dynfile_tRobert Swiecki
2020-03-25fuzz: simplified minimizationRobert Swiecki
2020-03-25input: make input_writeCovFile() use struct dynfile_tRobert Swiecki
2020-03-25all: use struct dynfile_t inside run_tRobert Swiecki
2020-03-25mangle: increase mutation factor for slow inputsRobert Swiecki
2020-03-19input: don't bump testing ratio for inputs older than 10 secondsRobert Swiecki
2020-03-18input: remove input_renumerateInputs() as it doesn't bring much benefitRobert Swiecki
2020-03-18fuzz: add coverage info to dynamic inputsRobert Swiecki
2020-03-18input: when adding new dynamic input, add it to the head of the list, and res...Robert Swiecki
2020-03-04input: start with filesize of 8192 bytes firstRobert Swiecki
2020-03-03fuzz: read input files in smaller chunks in the dynamic_dry_mode, to limit si...Robert Swiecki
2020-02-26Add const cmp feedback functionality behind the --experimental_const_feedback...Robert Swiecki
2020-02-26introduce concept of cmpfeedback map which will be used to report back to the...Robert Swiecki
2020-01-20fuzz: correct LOG_E messagesRobert Swiecki
2019-12-05report: move report generating to report.cRobert Swiecki
2019-11-04Added option to export the feedback struct to diskSamuel Groß
2019-10-09input: add empty file instead of 1-byte fileRobert Swiecki
2019-10-09fuzz: minimization msg #3Robert Swiecki
2019-10-09fuzz: minimization msg #2Robert Swiecki
2019-10-09fuzz: minimization msgRobert Swiecki
2019-10-08input: sort dynamic input on additionRobert Swiecki
2019-10-08better messaging about minimization #2Robert Swiecki
2019-10-08better messaging about minimizationRobert Swiecki
2019-10-07input: use log2 insdtead of log2lRobert Swiecki
2019-10-07fuzz: provide corectly-sized array to a functionRobert Swiecki
2019-10-07minimization: separating file name from input dirRobert Swiecki
2019-10-07input: remove duplicating input_feedbackMutateFile()Robert Swiecki
2019-10-07log2(0) is undefinedRobert Swiecki
2019-10-07input: secondary factor when sorting inputs for minimization is the input siz...Robert Swiecki
2019-10-07move corpus manipulation to the input moduleRobert Swiecki
2019-10-07fuzz: add mininimization msg #1Robert Swiecki
2019-10-07fuzz: add mininimization msgRobert Swiecki
2019-10-07input: more readable sortingRobert Swiecki
2019-10-06fuzz: correct hw minimization coverageRobert Swiecki
2019-10-06cmdline: introduce --outputRobert Swiecki