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.c
Age
Commit message (
Expand
)
Author
2023-09-25
clang-format: IndentCaseLabels: false
Robert Swiecki
2022-06-25
libhfuzz/instrument: mark custom memcmp as __attribute__((hot))
Robert Swiecki
2022-06-25
libhfuzz/instrument: better logging for memcmp initialization
Robert Swiecki
2022-06-23
libhfuzz/instrument: debugging typo
Robert Swiecki
2022-06-23
libhfuzz/instrument: avoid situation in which two instrumented by honggfuzz m...
Robert Swiecki
2022-06-14
libhfuzz/instrument: print debugging for memcmp earlier
Robert Swiecki
2022-06-09
libhfuzz/instrument: avoid situation in which memcmp() used in instrumentatio...
Robert Swiecki
2022-01-05
libhfuzz/instrument.c: remove memset for the time being
Robert Swiecki
2022-01-04
libhfuzz/instrument: type initialze -> initialize
Robert Swiecki
2022-01-04
Fixed the crash problem caused by not initialized when applying for globalCmp...
Laplace1814
2021-06-07
Increase number of dictionary entries (1024 -> 8192) and their size (256 -> 512)
Robert Swiecki
2021-04-24
map huge tlb support for FreeBSD proposal.
David Carlier
2021-02-09
libhfuzz/instrument: don't add memory of len <= 1 to the dynamic dict
Robert Swiecki
2021-02-09
libhfuzz/instrument: don't add 1 byte values to the dynamic dictionary
Robert Swiecki
2020-12-18
make indent
Robert Swiecki
2020-08-26
make indent
Robert Swiecki
2020-07-22
make indent depend
Robert Swiecki
2020-07-10
randomize instrumentLimitEvery
hen
2020-07-02
delete some wmb calls
hen
2020-05-05
iwyu: use iwyu to fix includes across the code
Robert Swiecki
2020-05-02
libhfuzz/instrument: try to use THP for mappings
Robert Swiecki
2020-04-29
New directives in .clang-format
Robert Swiecki
2020-04-19
libhfuzz: use _memcmp as memcmp() by default
Robert Swiecki
2020-04-17
libhfuzz: don't LOG_F is real_memcmp cannot be resolved
Robert Swiecki
2020-04-17
libhfuzz: fix cygwin build
Robert Swiecki
2020-04-16
libhfuzz: update total counters for the pc-guard method as well
Robert Swiecki
2020-04-12
libhfuzz: don't set guards to zero if global guard non-zero
Robert Swiecki
2020-04-12
libhfuzz: clear guards if these are no longer interesting
Robert Swiecki
2020-04-11
libhfuzz/instrument: don't evaluate a guard if it's == 0
Robert Swiecki
2020-04-11
libhfuzz: use ATOMIC_PRE_INC when updating localcovmap
Robert Swiecki
2020-04-11
libhfuzz: reset pc-guard-max plus 1
Robert Swiecki
2020-04-11
libhfuzz: reset the pcguard map locally, as it's faster than fallocate
Robert Swiecki
2020-04-11
Implement edge counting for PC-guards as well (in addition to 8-bit-counters
Robert Swiecki
2020-04-10
libhfuzz/instrument: use hugetlb when available for large mappings
Robert Swiecki
2020-04-10
Implement edge counting for PC-guards as well (in addition to 8-bit-counters)
Robert Swiecki
2020-04-05
libhfuzz/instrument: allow for more constdict values with cmp4 and with cmp8
Robert Swiecki
2020-04-04
libhfuzz: clearing memory while it's cached is faster then with memset
Robert Swiecki
2020-04-04
libhfuzz/performance: typo == -> =
Robert Swiecki
2020-04-04
libhfuzz/performance: print my_thread_no with debug messaging
Robert Swiecki
2020-03-31
libhfcommon: remove ATOMIC_POST_OR_RELAXED and adjust callers
Robert Swiecki
2020-03-30
fuzz/libhfuzz: set/analyze the number of total PC/EDGE/CMP values per input
Robert Swiecki
2020-03-30
honggfuzz: rename pidFeedback* to more correct pidNew*
Robert Swiecki
2020-03-29
libhfuzz: missing write memory barriers
Robert Swiecki
2020-03-29
libhfuzz: update scaleMap for counters
Robert Swiecki
2020-03-25
libhfuzz: add memory barriers
Robert Swiecki
2020-03-25
libhfuzz: move 8bit bitmap clearing code to HonggfuzzRunOneInput()
Robert Swiecki
2020-03-23
libhfuzz: avoid bus locking in instrumentLimitEvery()
Robert Swiecki
2020-03-23
libhfuzz/instrument: faster check for util_XXbitValInBinary()
Robert Swiecki
2020-03-23
libhfuzz/instrument: allow for all values found in loadable binaries
Robert Swiecki
2020-03-23
libhfuzz/instrument: more dbg messaging
Robert Swiecki
[next]