index
:
honggfuzz
gh-pages
master
pr1-branch
Security oriented software fuzzer.
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libhfuzz
/
instrument.h
Age
Commit message (
Expand
)
Author
2020-05-05
iwyu: use iwyu to fix includes across the code
Robert Swiecki
2020-04-29
New directives in .clang-format
Robert Swiecki
2020-04-11
libhfuzz: reset the pcguard map locally, as it's faster than fallocate
Robert Swiecki
2020-04-04
libhfuzz: clearing memory while it's cached is faster then with memset
Robert Swiecki
2020-04-04
libhfuzz/performance: print my_thread_no with debug messaging
Robert Swiecki
2020-03-14
libhfuzz/hfuzz-cc: support -fsanitize=fuzzer-no-link instrumentation
Robert Swiecki
2020-03-05
libhfuzz: avoid extensive const instrumentation of strstr, strcasestr and memmem
Robert Swiecki
2020-03-05
libhfuzz: make string const feedback faster by not using str(n)len() until it...
Robert Swiecki
2020-02-26
cmpConstFeedbackL unify infrastructure for integers and other memory
Robert Swiecki
2020-01-09
make instrumentUpdateCmpMap return a value of whether updated cmp goodness wa...
Robert Swiecki
2019-02-05
libhfuzz: make cmp bitmap 32bit
Robert Swiecki
2018-02-27
Update copyright/authors headers
Robert Swiecki
2018-01-11
libhfuzz: move main() to a separate file
Robert Swiecki
2018-01-10
Different way of pasing data to persistent process, now as a memory-file-desc...
Robert Swiecki
2017-12-18
libhfuzz: use uintptr_t instead of void* for address passing
Robert Swiecki
2017-10-11
Makefile: indent everything with clang-format
Robert Swiecki
2017-07-11
libhfuzz: export memory comparison functions
Robert Swiecki
2017-06-27
libhfuzz: implement proper 'void instrumentCmpMap(void *addr, unsigned int n)'
Robert Swiecki
2017-05-24
Introduce libcommon
Robert Swiecki
2017-01-29
libhfuzz: inline bitmap modyfying function
Robert Swiecki
2016-09-12
Move mem/strcmp to a separate file
Jagger