summaryrefslogtreecommitdiff
path: root/honggfuzz.h
AgeCommit message (Expand)Author
2021-04-05Remove hongfuzz.HEADmastermainElliott Hughes
2020-07-22Prepare for version 2.3Robert Swiecki
2020-06-23honggfuzz.h: increase the number of maximum positional args to execve that ho...Robert Swiecki
2020-05-05iwyu: use iwyu to fix includes across the codeRobert Swiecki
2020-04-29New directives in .clang-formatRobert Swiecki
2020-04-27Makefile: switch from c11 to c17 which is default (except 'gnu') for modern g...Robert Swiecki
2020-04-27Move defer{} implementation to libhfuzz/utilRobert Swiecki
2020-04-26move mutexes into a separate substructRobert Swiecki
2020-04-25netbsd: netbsd-specific run_t is not neededRobert Swiecki
2020-04-23Version 2.2Robert Swiecki
2020-04-23all: rename linux/netbsd to arch_linux/arch_netbsd as -std=gnu11 complains ab...Robert Swiecki
2020-04-20move linux.hwCnts to just hwCnts, as these are not linux-specificRobert Swiecki
2020-04-17input: allow for testing specific samples for more timeRobert Swiecki
2020-04-16input: count penalty on the basis of per-input coverageRobert Swiecki
2020-04-10Implement edge counting for PC-guards as well (in addition to 8-bit-counters)Robert 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-29linux: enable network namespacing by default (if available)Robert Swiecki
2020-03-28honggfuzz.h: remove unused struct definitionsRobert Swiecki
2020-03-27input: compute the likelyhood of an input being tested on the basis of more p...Robert Swiecki
2020-03-25remove timeAddedMillis from dynfile_tRobert Swiecki
2020-03-25shorten struct _dynfile_t to 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-25input: remove the tested<numTested() semantics, as it can slow down fuzzing a...Robert Swiecki
2020-03-21input: simpler input_getRandomInputAsBufRobert Swiecki
2020-03-21mangle: add first version of cross-file splicing - make it faster by using a ...Robert Swiecki
2020-03-19input: don't bump testing ratio for inputs older than 10 secondsRobert Swiecki
2020-03-18input: when adding new dynamic input, add it to the head of the list, and res...Robert Swiecki
2020-03-17display: display number of tested files during the dry runRobert Swiecki
2020-03-17Lower the technical maximum input file size to 1MB (from 128MB)Robert Swiecki
2020-03-14libhfuzz/hfuzz-cc: support -fsanitize=fuzzer-no-link instrumentationRobert Swiecki
2020-03-08dictionary: simplify wordlist and feedback list dictionary operationsRobert Swiecki
2020-03-03fuzz: read input files in smaller chunks in the dynamic_dry_mode, to limit si...Robert Swiecki
2020-03-03Prepare version 2.1 for releaseRobert Swiecki
2020-02-27hongfuzz.h: increase cmpMap to 16k entriesRobert Swiecki
2020-02-26honggfuzz: set size of cmpFeedback strings to 32bytes maxRobert Swiecki
2020-02-26cmpConstFeedbackL unify infrastructure for integers and other memoryRobert 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-02-23cmdline/subproc: allow to set RLIMIT_STACKRobert Swiecki
2020-01-20subproc: move argument generation to subproc.cRobert Swiecki
2019-12-07Release version 2.0Robert Swiecki
2019-12-06cmdline: evaluate cwd, instead of using '.'Robert Swiecki
2019-12-05report: move report generating to report.cRobert Swiecki
2019-12-05honggfuzz: increase size of a reportRobert Swiecki
2019-12-04sanitizers: move arch_hashCallstack to sanitizersRobert Swiecki
2019-12-04sanitizers/linux: remove monitorSIGABRT convention: now SIGABRT is always mon...Robert Swiecki
2019-12-04cmdline/sanitizers: add option to delete/retain asan report, as well as move ...Robert Swiecki