- 76f73e1 Test for binary existence first by Robert Swiecki · 7 years ago
- c39819b cmdline: better usage by Robert Swiecki · 7 years ago
- 6edfd6c cmdline: explanation for --noinst by Robert Swiecki · 7 years ago
- b1f5a25 cmdline: clarification of abort for Android by Robert Swiecki · 7 years ago
- ac640e0 cmdline: clarification of rss_limit impact on ASAN by Robert Swiecki · 7 years ago
- 5627619 make indent depend by Robert Swiecki · 7 years ago
- edf9f8d Support external fuzzer and provide code coverage by dobin · 7 years ago
- 3917218 cmdline: cast time_t to long by Robert Swiecki · 7 years ago
- 5cc1f7b cmdline: discover both persistent and netdriver modes by Robert Swiecki · 7 years ago
- 36f7e51 display: display duration from the last coverage update by Robert Swiecki · 7 years ago
- 40332e9 dictionary: no need to use dictqCurrent + more logging when parsing the dict by Robert Swiecki · 7 years ago
- 437280c files: settle of the convention that mmap cannot return NULL, so abstractions can use it to indicate errors by Robert Swiecki · 7 years ago
- 3ab1664 mangle: Move input fetching functions to mangle.c by Robert Swiecki · 7 years ago
- e46d8af cmdline: comment on auto-detection of --persistent by Robert Swiecki · 7 years ago
- c3d5d5b cmdline: correct *pritnf arguments by Robert Swiecki · 7 years ago
- 0a01ea7 Remove notion of the inputFile, in favor of input file-descriptors accessible as /dev/fd/<x> by Robert Swiecki · 7 years ago
- f4cbd8b cmdline: set only the first byte of cmdline_txt by Robert Swiecki · 7 years ago
- e2a05ed sanitizers: remove sanOpts_t by Robert Swiecki · 7 years ago
- 97d8893 sanitizers: simplify *SAN_OPTIONS management by Robert Swiecki · 7 years ago
- 32ae389 Add automatic persistency check - don't perform check if -P was explicitly specified by Robert Swiecki · 7 years ago
- f829258 Add automatic persistency check by Robert Swiecki · 7 years ago
- 2aeff25 arch: simplify arch handling a bit by Robert Swiecki · 7 years ago
- 246af3e Includes/Libs: rename directories to the 'hf' prefix, so it doesn't collide with other public libraries by Robert Swiecki · 7 years ago
- 97cd624 Remove -d [0-5], introduce -d and -q by Robert Swiecki · 7 years ago
- 06008f7 sanitizers: simplify memory alloc/dealloc a bit by Robert Swiecki · 7 years ago
- eba2717 run->global->timing.tmoutVTAlarm -> run->global->timing.tmoutVTALRM by Robert Swiecki · 7 years ago
- 371e129 honggfuzz.h: move some fields into timing subfield by Robert Swiecki · 7 years ago
- 97d0cee move some struct honggfuzz fields into exe subfield by Robert Swiecki · 7 years ago
- a35d9d8 cmdline: move cmd-line option verification to a separate func by Robert Swiecki · 7 years ago
- ced3eba Implement idea of total (all) and new coverage directories, as well as concept of crash directory by Robert Swiecki · 7 years ago
- 216a436 usage: Use djpeg instead of tiffinfo in usage, to avoid using -D flag by Robert Swiecki · 7 years ago
- 06a0d8c linux: make pidCmd buffer static by Robert Swiecki · 7 years ago
- 6e88511 display: off-by-one in cmdline text by Robert Swiecki · 7 years ago
- 0dde76d terminating logic: more improvements by Robert Swiecki · 7 years ago
- 35978ac better termination logic by Robert Swiecki · 7 years ago
- 26fd6d5 hongguzz.h: move saveUnique to io struct by Robert Swiecki · 7 years ago
- 8954afd Implement RSS and DATA rlimits by Robert Swiecki · 7 years ago
- 82c707c all: move more struct fields into substructers for clarity by Robert Swiecki · 7 years ago
- 01a980e make indent by Robert Swiecki · 7 years ago
- 2542dc0 Merge by Robert Swiecki · 7 years ago
- d50ed42 all: indent webkit->google by Robert Swiecki · 7 years ago
- 58054df all: move all counetrs into a separate struct by Robert Swiecki · 7 years ago
- 66b6512 honggfuzz.h: group some fileds of the main struct by Robert Swiecki · 7 years ago
- b0e261a fuzz: use TAILQ, as CIRCLEQ is not present under all supported OSes by Robert Swiecki · 7 years ago
- bf8f8cc fuzz: use rwlocks for the global list of dynamic files by Robert Swiecki · 7 years ago
- 5c673d6 cmdline: remove one comma by Robert Swiecki · 7 years ago
- 13d9502 == 0.0L -> == 0U in int comparison by Robert Swiecki · 7 years ago
- 10e9356 mangle: introduce mutationsPerRun instead of flipRate by Robert Swiecki · 7 years ago
- 930e12f cmdline: make the compile-time instrumentation the default option, can be disable with -x by Robert Swiecki · 7 years ago
- 0b56611 Makefile: add clang-format ColumnLimit:100 by Robert Swiecki · 7 years ago
- 290fc51 make indent by Robert Swiecki · 7 years ago
- b443211 cmdline: indent-off for long structs by Robert Swiecki · 7 years ago
- 4e595fb Makefile: indent everything with clang-format by Robert Swiecki · 7 years ago
- 4021d12 linux/ptrace -> linux/ptrace_utils due to Android build failures by Robert Swiecki · 7 years ago
- d0fa62c make indent with clang-format by Robert Swiecki · 7 years ago
- 618dc2f cmdline: remove --msan_report_umrs as reporting uninitialized memory is the main task of MSAN by Robert Swiecki · 7 years ago
- c95cf2a Implement maximum session time by Robert Swiecki · 8 years ago
- 6134ce0 Linux: remove BTS block - as it's just BTS edge by Robert Swiecki · 8 years ago
- dd8ca10 cmdline: remove unused --linux_skip_glibc_check by Robert Swiecki · 8 years ago
- bf95adc --wordlist -> --dict by Robert Swiecki · 8 years ago
- 23c14a1 files: implement libfuzzer/afl style dictionaries by Robert Swiecki · 8 years ago
- 810d2c9 subproc: use arch_clone also for subproc_System by Robert Swiecki · 8 years ago
- 3377e1c Linux: actually fail with outdated glibc by Robert Swiecki · 8 years ago
- 1c9d809 Use fork() instead of clone() because https://bugzilla.redhat.com/show_bug.cgi?id=906468 is fixed in newer version by Robert Swiecki · 8 years ago
- 069b48f Implement --exit_upon_crash by Robert Swiecki · 8 years ago
- 241a741 Introduce libcommon by Robert Swiecki · 8 years ago
- 4332ae9 cmdline: Reverse meaning of 'q', introduce 'Q' instead by Robert Swiecki · 8 years ago
- ebdb2a5 cmdline: put persistent/coverage options on top by Robert Swiecki · 8 years ago
- d633fe0 implement hfuzz_cc_bin by Robert Swiecki · 8 years ago
- 5b775b2 cmdline: exclude -s and -P by Robert Swiecki · 8 years ago
- 37d27ca Allow to choose between user and kernel perf by Robert Swiecki · 8 years ago
- afb1610 fuzz: *bsd doesn't support circleq by Robert Swiecki · 8 years ago
- 37498fd fuzz: use different mutexes for feedback and the dynamic file queue by Robert Swiecki · 8 years ago
- 9f5f943 Use CIRCLEQ to avoid iterating over TAILQ by Robert Swiecki · 8 years ago
- 92a3136 fuzz: more light-weight method of changing fuzzing states by Robert Swiecki · 8 years ago
- 8d01b01 More thread termination clean-ups by Robert Swiecki · 8 years ago
- 44f6b19 fuzz: don't fetch feedback if the process has been signaled, idea from nezetic by Robert Swiecki · 8 years ago
- 89b8447 subproc: delete parent if the child cannot be launched by Robert Swiecki · 8 years ago
- aa87aae Add pid logging with the initial msg by Robert Swiecki · 8 years ago
- 0ec9811 Libhfuzz: get rid of global -msse4.2 for intel by Robert Swiecki · 8 years ago
- 9453b76 Merge branch 'master' into refactor_sanitizers_env by Anestis Bechtsoudis · 8 years ago
- 846ccd7 Rudimentary support for namespaces in Linux by Robert Swiecki · 8 years ago
- c1a0d9f sancov cannot be used without enabling sanitizers flag by Anestis Bechtsoudis · 8 years ago
- ac366a1 make indent by Anestis Bechtsoudis · 8 years ago
- ecab776 Log monitorSIGBART flag status by Anestis Bechtsoudis · 8 years ago
- e5f09f8 Refactor sanitizers env preparation & crashes monitor by Anestis Bechtsoudis · 8 years ago
- 5d47c73 Accept -T as a short command line flag for --tmout_sigvtalrm by Gergely Nagy · 8 years ago
- e84b645 cmdline: allow to kill process with SIGVTALRM is it timeouts by Robert Swiecki · 8 years ago
- f2d9c3a display: Better printing for cmdline by Robert Swiecki · 8 years ago
- d158aac Remove customCnt counters by Robert Swiecki · 8 years ago
- 43f0b28 make indent by Robert Swiecki · 8 years ago
- f05b1cd cmdline: proper links to libhfuzz/libhfuzz.a for -z and -P by Robert Swiecki · 8 years ago
- 1412949 cmdline: more examples for -z and -P by Robert Swiecki · 8 years ago
- 8499c66 cmdline: Add info about libipt.so by Robert Swiecki · 8 years ago
- ac8d66d cmdline: remove example for --linux_perf_custom #2 by Robert Swiecki · 8 years ago
- 1131702 cmdline: remove example for --linux_perf_custom by Robert Swiecki · 8 years ago
- 60cdf52 Remove --linux_perf_custom and supporting code by Robert Swiecki · 8 years ago
- fafb333 [Linux] Align symbols bl/wl args with name convention by Anestis Bechtsoudis · 8 years ago
- ba68b38 [Linux] Implement symbol filters by Anestis Bechtsoudis · 8 years ago
- 349cb9e cmdline: for Intel PT and BTS by Robert Swiecki · 8 years ago