1. de82cde linux/bdf: another way to figure out number of arguments to disassemble() - closes #535 by Robert Swiecki · 7 days ago upstream/master
  2. a4491e6 linux/pt: include missing linux/perf.h - closes #534 by Robert Swiecki · 7 days ago
  3. f031488 libhfuzz+linux/bfd: unify static and dynamic (cmp) dictionaries into one by Robert Swiecki · 3 months ago oss-fuzz
  4. b5433dc libhfuzz/instrument+mangle: efficiency updates by Robert Swiecki · 3 months ago
  5. 6c6740b libhfcommon/util: don't use defer{} in libhfcommon by Robert Swiecki · 3 months ago
  6. 4dc1e98 mangle: disable ununsed func by Robert Swiecki · 3 months ago
  7. 9b48349 libhfuzz/instrument: don't log small values in more places by Robert Swiecki · 3 months ago
  8. be76169 libhfuzz/instrument: don't bswap, use bswap in mangle.c only by Robert Swiecki · 3 months ago
  9. e15ceb1 mangle/instrument: don't log bswp'd values to the dynamic dict, but use bswp'd values 10% of time by Robert Swiecki · 3 months ago
  10. c51285d libhfuzz: collect 32/64 bit values from ELF's interesting sections only by Robert Swiecki · 3 months ago
  11. ab83bd8 libhfuzz/instrument: re-enable magic-val in-binary/ELF existence for sanitizer_cov_trace_cmp4/sanitizer_cov_trace_cmp8 by Robert Swiecki · 3 months ago
  12. 6ba9b81 libhfuzz/util: simpler value collection mechanism for 32/64bit in-ELF values by Robert Swiecki · 3 months ago
  13. 439efeb dict: larger dict by Robert Swiecki · 3 months ago
  14. 0ed84a1 mangle: new strats (dictionaryinsert and punct) by Robert Swiecki · 3 months ago
  15. 7183526 libhfuzz/memory+hfuzz-cc: new wrappers for openssh/mbedtls by Robert Swiecki · 3 months ago
  16. 132d7c0 libhfuzz/instrument: disable checks for RO 32/64bit vars, as these pollute the dynamic dict by Robert Swiecki · 3 months ago
  17. 4b0c88f dynamicdict: bigger size of individual keywords in the dynamic dict (32->64) by Robert Swiecki · 3 months ago
  18. dfbbb38 power: use entropy estimates by Robert Swiecki · 3 months ago
  19. 197d734 dict: add dict.c|.h - and extract data from .rodata sections of the fuzzed binary by Robert Swiecki · 3 months ago
  20. 66bd56a linux/bfd: extract Lemon/Bison/Yacc literals by Robert Swiecki · 3 months ago
  21. e905b88 subproc: kill process group in addition to pid by Robert Swiecki · 3 months ago
  22. fe75915 libhfuzz: smaller fixes by Robert Swiecki · 3 months ago
  23. 4cf1240 libhfuzz/memorycmp.c: more instrumented funcs (strspn and friends) by Robert Swiecki · 3 months ago
  24. 329d450 power: new power schedules by Robert Swiecki · 3 months ago
  25. f52d707 libhfuzz/persistent: remove duplicate initializer, and reset stack depth upon running one input by Robert Swiecki · 3 months ago
  26. 90876ed stack-depth: add stack-depth tracking, use it as a coverage marker by Robert Swiecki · 3 months ago
  27. 63bd41d libhfuzz/performance: correct type for usec by Robert Swiecki · 3 months ago
  28. 98ab717 libhfuzz/memory: fix implementation of HF_strcat and HF_strlcpy by Robert Swiecki · 3 months ago
  29. 9d6863f mangle: a few new mutation strats by Robert Swiecki · 3 months ago
  30. 8baf395 input/mangle: new power schedules and mutation strategies by Robert Swiecki · 3 months ago
  31. 188694c Readme - categorized by Robert Swiecki · 3 months ago
  32. 6dff0a7 linux/bfd: cover all 3 variations of disassmebler() in bfd by Robert Swiecki · 3 months ago
  33. 7c495f8 m68k: linux/trace fixes by Robert Swiecki · 7 months ago
  34. 6f54863 hfuzz-cc: m68k/linux needs -latomic by Robert Swiecki · 7 months ago
  35. 6b277c0 Makefile # 2: m68k/linux needs -latomic (for POSIX) by Robert Swiecki · 7 months ago
  36. e24f7bc Makefile: m68k/linux needs -latomic by Robert Swiecki · 7 months ago
  37. 41eab96 m68k: new arch by Robert Swiecki · 7 months ago
  38. 98aff50 fuzz.c: fix *rintf formatting by Robert Swiecki · 7 months ago
  39. ded8c87 hfuzz-cc: support for clang-21/22 by Robert Swiecki · 11 months ago
  40. d7a0053 Merge pull request #527 from CodeIntelligenceTesting/fix-mac-linking by robertswiecki · 11 months ago
  41. 6f38afb Fix linking of fuzz test on mac by Simon Resch · 11 months ago
  42. 83aa442 make indent by Robert Swiecki · 12 months ago
  43. c5e89e8 Merge pull request #524 from CodeIntelligenceTesting/fix-linking-libhfuzz by robertswiecki · 12 months ago
  44. 904b577 hfuzz-cc: ensure libhfuzz is linked to executables by Khaled Yakdan · 12 months ago
  45. 4cfa62f mangle: support gcc-15 with __attribute__((nonstring)) by Robert Swiecki · 1 year ago
  46. 3b08d87 make indent by Robert Swiecki · 1 year ago
  47. 1a8b65d Merge PR #520, resolving conflicts with #521 by Robert Swiecki · 1 year ago
  48. ec60f70 Merge pull request #521 from CodeIntelligenceTesting/support-mac-as-posix by robertswiecki · 1 year ago
  49. 9913fc5 cmdline: undeprecate --sanitizers by Khaled Yakdan · 1 year ago
  50. 505f5e5 posix: disable ASLR for the child process on macOS by Khaled Yakdan · 1 year ago
  51. 1112d1b posix: increment crash count before duplicate check by Khaled Yakdan · 1 year ago
  52. aa8b605 make: add a preprocessor define for the real OS by Khaled Yakdan · 1 year ago
  53. c95d447 fuzz: use correct format specifier for size_t by Khaled Yakdan · 1 year ago
  54. a44eb2d Include corpus queue size in stats file by Simon Resch · 1 year ago upstream/pr1-branch
  55. defed10 Merge pull request #517 from apach301/report-imported-seeds by robertswiecki · 1 year, 1 month ago
  56. 12f524d Merge pull request #513 from chinsyo/master by robertswiecki · 1 year, 1 month ago
  57. bbbb92f Merge pull request #516 from devnexen/clang20_upd by robertswiecki · 1 year, 1 month ago
  58. 3de7ab0 Check coverage for imported seeds by Daniil Kutz · 1 year, 1 month ago
  59. cc742fa preparing for clang 20 release. by David Carlier · 1 year, 1 month ago
  60. 974db6a make indent by Robert Swiecki · 1 year, 3 months ago
  61. c549b4c Merge pull request #515 from noob6t5/patch-1 by robertswiecki · 1 year, 5 months ago
  62. f3cc717 Update README.md by Sangharsha · 1 year, 5 months ago
  63. 2516265 Merge pull request #514 from CodeConstruct/pr/rndlock by robertswiecki · 1 year, 5 months ago
  64. 241cf8e libhfcommon/util: Don't use pthread_once in rnd by Matt Johnston · 1 year, 5 months ago
  65. 299442f socketfuzzer/socketclient: migration honggfuzz_socketclinet.py to python3, refactor to get closer with `PEP8` by Chinsyo · 1 year, 6 months ago
  66. b4f72b4 hfuzz-cc: add clang-19 by Robert Swiecki · 1 year, 8 months ago
  67. 02f8a7f hfuzz-cc/libhfuzz/memorycmp: wrappers for sqlite3 by Robert Swiecki · 1 year, 9 months ago
  68. e13230f input: make sure files are read in small chunks (starting with 4 bytes) when using dynamic mode by Robert Swiecki · 1 year, 9 months ago
  69. f4d2962 mangle/input: simplify input selection by not trusting the speed factor that much by Robert Swiecki · 1 year, 9 months ago
  70. 26f1a84 libhfcommon/util: xorshiro128+ -> xorshiro256++ by Robert Swiecki · 1 year, 9 months ago
  71. 348a472 Merge pull request #509 from AteChroma0j/fix-dry-run by robertswiecki · 2 years, 3 months ago
  72. c81048e Read whole input file in dry run by AteChroma0j · 2 years, 3 months ago
  73. e90a3e4 Do not mangle in dry run by AteChroma0j · 2 years, 3 months ago
  74. 10802df Merge pull request #508 from devnexen/sunos_upd2 by robertswiecki · 2 years, 3 months ago
  75. 01f0021 util_rndThread allow solarish system to use arc4random api. by David Carlier · 2 years, 3 months ago
  76. 408ec90 libhfcommon/util: if'izing the util_rndInitThread code by Robert Swiecki · 2 years, 3 months ago
  77. b366086 Merge pull request #507 from devnexen/linux_modernize_rndInit by robertswiecki · 2 years, 3 months ago
  78. 656eea6 util_rndInitThread Linux modernisation proposal. by David Carlier · 2 years, 3 months ago
  79. 81164ad hfuzz-cc: try clang-18/17 too by Robert Swiecki · 2 years, 4 months ago
  80. 5d92463 Merge pull request #505 from devnexen/solaris_noaslr by robertswiecki · 2 years, 4 months ago
  81. 47bb7ad solaris based system, disable process ASLR. by David Carlier · 2 years, 4 months ago
  82. ed60362 Merge pull request #504 from AteChroma0j/master by robertswiecki · 2 years, 4 months ago
  83. 5fbebc5 Fix log message not updating total counters by AteChroma0j · 2 years, 4 months ago
  84. 07d6f8a libhfuzz: fix HF_strlcpy so it matches the strlcpy spec (ret value) by Robert Swiecki · 2 years, 4 months ago
  85. 1912660 libhfuzz: fix strlcat wrapper by Robert Swiecki · 2 years, 4 months ago
  86. 88709ce mangle: revert e77f7604a0abc6b85c399b6efd8b55be26ccd9d6 as the old behavior seems to give better results by Robert Swiecki · 2 years, 5 months ago
  87. 0feb576 cmdline: initialize a few vars by Robert Swiecki · 2 years, 5 months ago
  88. 4856852 .cland: add -D_HF_ARCH_LINUX by Robert Swiecki · 2 years, 6 months ago
  89. 4c85173 linux/bfd: cast a function of an incompatible type via void* by Robert Swiecki · 2 years, 6 months ago
  90. 803476a .cland: treat all files as C, as clangd sometimes recognizes .h as objective-c by Robert Swiecki · 2 years, 6 months ago
  91. ad389c4 linux/bfd: allow un-strict function conversion with clang by Robert Swiecki · 2 years, 6 months ago
  92. c0522ed linux/bfd: define 'enum fake_disassembler_style' in case the real 'enum disassembler_style' is not defined in older dis-asm.h by Robert Swiecki · 2 years, 6 months ago
  93. fd8d1a7 cmdline: log '-h/--help' to stdout instead of stderr by Robert Swiecki · 2 years, 6 months ago
  94. 89b38c9 libhfcommon: include other libhfcommon *.h's without the directory prefix by Robert Swiecki · 2 years, 6 months ago
  95. 39fb05d .clangd: for nvim clangd module by Robert Swiecki · 2 years, 6 months ago
  96. 7b89f38 clang-format: IndentCaseLabels: false by Robert Swiecki · 2 years, 6 months ago
  97. be0b669 Merge pull request #502 from vanhauser-thc/master by robertswiecki · 2 years, 6 months ago
  98. a18aac3 add --version cmdline parameter by vanhauser-thc · 2 years, 6 months ago
  99. 83a8415 Prepare for release of Version 2.6 by Robert Swiecki · 2 years, 6 months ago 2.6
  100. 8c38013 make indent by Robert Swiecki · 2 years, 7 months ago