aboutsummaryrefslogtreecommitdiff
path: root/fuzz.c
AgeCommit message (Expand)Author
2025-09-11fuzz.c: fix *rintf formattingRobert Swiecki
2025-03-21make indentRobert Swiecki
2025-03-21Merge PR #520, resolving conflicts with #521Robert Swiecki
2025-03-20fuzz: use correct format specifier for size_tKhaled Yakdan
2025-03-18Include corpus queue size in stats filepr1-branchSimon Resch
2025-02-25Check coverage for imported seedsDaniil Kutz
2024-07-21hfuzz-cc/libhfuzz/memorycmp: wrappers for sqlite3oss-fuzzRobert Swiecki
2024-07-21input: make sure files are read in small chunks (starting with 4 bytes) when ...Robert Swiecki
2024-07-12mangle/input: simplify input selection by not trusting the speed factor that ...Robert Swiecki
2024-01-04Do not mangle in dry runAteChroma0j
2023-11-28Fix log message not updating total countersAteChroma0j
2023-09-15make indentRobert Swiecki
2023-09-15Add --statsfile command-line optionChristian Heitman
2023-03-09fuzz: just correct missing ';' at end of declarationgnbon
2023-03-04fuzz: fix memory leakRobin Linden
2023-01-05fuzz: don't use feedback if '-z' is usedRobert Swiecki
2022-11-22set the current process as init process on FreeBSD.David CARLIER
2021-10-28cmdline/linux: initial version of thread-cpu pinningRobert Swiecki
2020-12-01Initialize memoryjmccl
2020-08-26make indentRobert Swiecki
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