summaryrefslogtreecommitdiff
path: root/libhfcommon
AgeCommit message (Expand)Author
2020-04-29New directives in .clang-formatRobert Swiecki
2020-04-27Move defer{} implementation to libhfuzz/utilRobert Swiecki
2020-04-17libhfcommon: O_CLOEXEC is not needed with shm_open, and Cygwin doesn't like i...Robert Swiecki
2020-04-17libhfuzz: fix cygwin buildRobert Swiecki
2020-04-17libhfcommon/util: disable util_getProgAddr() for cygwin as it doesn't use ELFRobert Swiecki
2020-04-11libhfuzz/instrument: use fallocate to zero memory in the fileRobert Swiecki
2020-04-10libhfuzz/instrument: use hugetlb when available for large mappingsRobert Swiecki
2020-04-10libhfcommon/util: change an incorrect call for non-x86 archsRobert Swiecki
2020-04-10Implement edge counting for PC-guards as well (in addition to 8-bit-counters)Robert Swiecki
2020-03-31libhfcommon: remove ATOMIC_POST_OR_RELAXED and adjust callersRobert Swiecki
2020-03-29use usecs instead of msecs as the basic unit of timeRobert Swiecki
2020-03-28mangle: use actual slow_factor and not the skip_factor for counting number of...Robert Swiecki
2020-03-28libhfcommon/files: implement files_writeStrToFile and move some callers of fi...Robert Swiecki
2020-03-28libhfcommon/util: implement util_AllocCopy, and use util_Calloc instead of ut...Robert Swiecki
2020-03-26libhfcommon/log: call global vars in a more unique wayRobert Swiecki
2020-03-23mangle: use direct mangle_ResizeRobert Swiecki
2020-03-23libhfuzz/instrument: allow for all values found in loadable binariesRobert Swiecki
2020-03-23libhfcommon/util: proper darvin version of funcsRobert Swiecki
2020-03-23libhfcommon/util: look for known values in all loadable sectionsRobert Swiecki
2020-03-23libhfuzz/libhfcommon: add known (existing in the fuzzed binary) 32/64-bit val...Robert Swiecki
2020-03-15libhfcommon/util: new func util_runForROSegments()Robert Swiecki
2020-03-14libhfuzz/hfuzz-cc: support -fsanitize=fuzzer-no-link instrumentationRobert Swiecki
2020-03-12libhfcommon/util: correct declaration of util_getProgAddr for macosRobert Swiecki
2020-03-12libhfcommon/util: make util_getProgAddr return a tri-state valueRobert Swiecki
2020-03-08libhfcommon/util: group funcs by functionRobert Swiecki
2020-03-04input: start with filesize of 8192 bytes firstRobert Swiecki
2020-03-03fuzz: read input files in smaller chunks in the dynamic_dry_mode, to limit si...Robert Swiecki
2020-03-01libhfcommon/util: implement LOCK_BTS for x86(-64) specificallyRobert Swiecki
2020-03-01libhfuzz: always test value with atomics before calling xchgRobert Swiecki
2020-02-27libhfcommon: link.h is not defined with MacOSXRobert Swiecki
2020-02-26cmpConstFeedbackL unify infrastructure for integers and other memoryRobert Swiecki
2020-01-18libhfcommon/files: pre-faulting memory is not a good idea if repeated exeve i...Robert Swiecki
2020-01-17Fix regression described in https://github.com/google/honggfuzz/issues/299Robert Swiecki
2019-12-05libhfcommon/util: add SIGLIBRT to the list of known signalsRobert Swiecki
2019-12-05libhfcommon/util: add SIGINFO to the list of known signalsRobert Swiecki
2019-12-05libhfcommon/util: SIGRT(MIN|MAX) is not defined under openbsdRobert Swiecki
2019-12-05libhfcommon/util: use SIGRTMIN instead of __SIGRTMIN for posixRobert Swiecki
2019-12-05report: move report generating to report.cRobert Swiecki
2019-12-03linux/trace: use HF_STR_LEN instead PATH_MAX for some non-path stringsRobert Swiecki
2019-12-03android: fixes for AndroidRobert Swiecki
2019-11-29libhfcommon/log: save/restore errnoRobert Swiecki
2019-11-28libhfnetdriver: a few cleanups around setting options for TCP socketsRobert Swiecki
2019-11-27make indent dependRobert Swiecki
2019-11-27Support AF_UNIX address formattingMichael Hanselmann
2019-11-21libhfcommon/linux: allow to specify mount options for tmpfsRobert Swiecki
2019-11-04Added option to export the feedback struct to diskSamuel Groß
2019-10-08libhfcommon/files: better log msgRobert Swiecki
2019-09-16libhfuzz/files: prefault the mmap'd memoryRobert Swiecki
2019-09-16libhfcommon/files: implement files_getTmpMapFlags and make it usedRobert Swiecki
2019-09-13libhfcommon/files: remove unneeded copyFileRobert Swiecki