summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-01-05Merge pull request #509 from AteChroma0j/fix-dry-runupstream-masterrobertswiecki
2024-01-04Read whole input file in dry runAteChroma0j
2024-01-04Do not mangle in dry runAteChroma0j
2023-12-26Merge pull request #508 from devnexen/sunos_upd2robertswiecki
2023-12-26util_rndThread allow solarish system to use arc4random api.David Carlier
2023-12-20libhfcommon/util: if'izing the util_rndInitThread codeRobert Swiecki
2023-12-20Merge pull request #507 from devnexen/linux_modernize_rndInitrobertswiecki
2023-12-19util_rndInitThread Linux modernisation proposal.David Carlier
2023-12-07hfuzz-cc: try clang-18/17 tooRobert Swiecki
2023-12-07Merge pull request #505 from devnexen/solaris_noaslrrobertswiecki
2023-12-06solaris based system, disable process ASLR.David Carlier
2023-11-29Merge pull request #504 from AteChroma0j/masterrobertswiecki
2023-11-28Fix log message not updating total countersAteChroma0j
2023-11-24libhfuzz: fix HF_strlcpy so it matches the strlcpy spec (ret value)Robert Swiecki
2023-11-24libhfuzz: fix strlcat wrapperRobert Swiecki
2023-11-18mangle: revert e77f7604a0abc6b85c399b6efd8b55be26ccd9d6 as the old behavior s...Robert Swiecki
2023-11-18cmdline: initialize a few varsRobert Swiecki
2023-10-09.cland: add -D_HF_ARCH_LINUXRobert Swiecki
2023-10-04linux/bfd: cast a function of an incompatible type via void*Robert Swiecki
2023-10-02.cland: treat all files as C, as clangd sometimes recognizes .h as objective-cRobert Swiecki
2023-10-02linux/bfd: allow un-strict function conversion with clangRobert Swiecki
2023-10-02linux/bfd: define 'enum fake_disassembler_style' in case the real 'enum disas...Robert Swiecki
2023-10-01cmdline: log '-h/--help' to stdout instead of stderrRobert Swiecki
2023-10-01libhfcommon: include other libhfcommon *.h's without the directory prefixRobert Swiecki
2023-10-01.clangd: for nvim clangd moduleRobert Swiecki
2023-09-25clang-format: IndentCaseLabels: falseRobert Swiecki
2023-09-25Merge pull request #502 from vanhauser-thc/masterrobertswiecki
2023-09-25add --version cmdline parametervanhauser-thc
2023-09-21Prepare for release of Version 2.6Robert Swiecki
2023-09-17make indentRobert Swiecki
2023-09-15make indentRobert Swiecki
2023-09-15Merge pull request #500 from cnheitman/feature/pastis-patchrobertswiecki
2023-09-15Add --statsfile command-line optionChristian Heitman
2023-09-15Add --dynamic_input command-line optionChristian Heitman
2023-09-01libhfcommon/files: use TEMP_FAILURE_RETRY with ftruncateRobert Swiecki
2023-08-28mangle: missing NLJagger
2023-05-28libhfcommon/log: respect NO_COLOR envarRobert Swiecki
2023-04-25linux/bfd: call init_disassemble_info always with 4 argsRobert Swiecki
2023-04-14make indent dependRobert Swiecki
2023-04-14Merge pull request #487 from apach301/exit-on-timerobertswiecki
2023-04-12Support exit_on_time option: issue #399Daniil Kutz
2023-04-11Merge pull request #486 from devnexen/macos_posix_fixrobertswiecki
2023-04-11macOs build fix proposal when OS is set to posix.David CARLIER
2023-04-10honggfuzz.h: timerId seems to be not used anywhereRobert Swiecki
2023-03-30mangle: let mangle_ConstFeedbackDict run with 50% chanceRobert Swiecki
2023-03-25Merge pull request #484 from devnexen/hf_strlcatrobertswiecki
2023-03-25HF_strlcat addition for memorycmpDavid Carlier
2023-03-24Merge pull request #483 from devnexen/hf_strcatrobertswiecki
2023-03-24memorycmp add strcat implementationDavid CARLIER
2023-03-15libhfuzz: new strlcpy implementationRobert Swiecki