aboutsummaryrefslogtreecommitdiff
path: root/libhfuzz/instrument.h
AgeCommit message (Expand)Author
2020-05-05iwyu: use iwyu to fix includes across the codeRobert Swiecki
2020-04-29New directives in .clang-formatRobert Swiecki
2020-04-11libhfuzz: reset the pcguard map locally, as it's faster than fallocateRobert Swiecki
2020-04-04libhfuzz: clearing memory while it's cached is faster then with memsetRobert Swiecki
2020-04-04libhfuzz/performance: print my_thread_no with debug messagingRobert Swiecki
2020-03-14libhfuzz/hfuzz-cc: support -fsanitize=fuzzer-no-link instrumentationRobert Swiecki
2020-03-05libhfuzz: avoid extensive const instrumentation of strstr, strcasestr and memmemRobert Swiecki
2020-03-05libhfuzz: make string const feedback faster by not using str(n)len() until it...Robert Swiecki
2020-02-26cmpConstFeedbackL unify infrastructure for integers and other memoryRobert Swiecki
2020-01-09make instrumentUpdateCmpMap return a value of whether updated cmp goodness wa...Robert Swiecki
2019-02-05libhfuzz: make cmp bitmap 32bitRobert Swiecki
2018-02-27Update copyright/authors headersRobert Swiecki
2018-01-11libhfuzz: move main() to a separate fileRobert Swiecki
2018-01-10Different way of pasing data to persistent process, now as a memory-file-desc...Robert Swiecki
2017-12-18libhfuzz: use uintptr_t instead of void* for address passingRobert Swiecki
2017-10-11Makefile: indent everything with clang-formatRobert Swiecki
2017-07-11libhfuzz: export memory comparison functionsRobert Swiecki
2017-06-27libhfuzz: implement proper 'void instrumentCmpMap(void *addr, unsigned int n)'Robert Swiecki
2017-05-24Introduce libcommonRobert Swiecki
2017-01-29libhfuzz: inline bitmap modyfying functionRobert Swiecki
2016-09-12Move mem/strcmp to a separate fileJagger