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