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
Age
Commit message (
Expand
)
Author
2024-07-21
hfuzz-cc/libhfuzz/memorycmp: wrappers for sqlite3
oss-fuzz
Robert Swiecki
2023-11-24
libhfuzz: fix HF_strlcpy so it matches the strlcpy spec (ret value)
Robert Swiecki
2023-11-24
libhfuzz: fix strlcat wrapper
Robert Swiecki
2023-09-25
clang-format: IndentCaseLabels: false
Robert Swiecki
2023-04-11
macOs build fix proposal when OS is set to posix.
David CARLIER
2023-03-30
mangle: let mangle_ConstFeedbackDict run with 50% chance
Robert Swiecki
2023-03-25
HF_strlcat addition for memorycmp
David Carlier
2023-03-24
memorycmp add strcat implementation
David CARLIER
2023-03-15
libhfuzz: new strlcpy implementation
Robert Swiecki
2022-12-18
libhfuzz add strlcpy wrapper
David Carlier
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-04-14
display/+libhfuzz: fix macosx compilation problems
Robert Swiecki
2021-02-17
libhfuzz/memorycmp: LHFC_ADDR_RO is too limiting
Robert Swiecki
2021-02-16
libhfuzz/memorycmp: cast characters to int before passing them to the cmp_func()
Robert Swiecki
2021-02-16
libhfuzz/memorycmp: cast cmp_func() to int
Robert Swiecki
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-11-24
libhfuzz/fetch: use MSAN to poison input buffer
Robert Swiecki
2020-11-24
libhfuzz/fetch: use ASAN to mark the input buffer to be of a specific size
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-22
libhfuzz/memory: libxml uses simplified toupper/tolower
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-15
libhfuzz/performance: lower the reset ratio from 10 to 5
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
[next]