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