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
/
memorycmp.c
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-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
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
2020-04-29
New directives in .clang-format
Robert Swiecki
2020-04-22
libhfuzz/memory: libxml uses simplified toupper/tolower
Robert Swiecki
2020-04-17
libhfuzz: fix cygwin build
Robert Swiecki
2020-04-05
libhfuzz+hfuzz-cc: add curl wrappers for str*cmp funcs
Robert Swiecki
2020-03-30
input: put tighter limits on the skip factor
Robert Swiecki
2020-03-30
hfuzz-cc: add a C++ wrapper
Robert Swiecki
2020-03-17
libhfuzz: add a flag to disable addr checks in HF_cmphash
Robert Swiecki
2020-03-15
libhfuzz/memcmp: no need to save haystacks
Robert Swiecki
2020-03-14
libhfuzz/hfuzz-cc: support -fsanitize=fuzzer-no-link instrumentation
Robert Swiecki
2020-03-14
hfuzz-cc: don't reference libhfuzz lib twice, only at the end of compilation ...
Robert Swiecki
2020-03-12
libhfcommon/util: make util_getProgAddr return a tri-state value
Robert Swiecki
2020-03-12
libhfuzz/hfuzz-cc: sqlite3 wrappers are not effective, cause it's just one *....
Robert Swiecki
2020-03-10
wrap str(n)icmp and sqlite3 string comparison funcs
Robert Swiecki
2020-03-09
libhfuzz/memcmp: instrument cmp map also if i==n for strncmp and memcmp
Robert Swiecki
2020-03-09
hfuzz/memorycmp: update cmp even if strings match
Robert Swiecki
2020-03-09
libhfuzz: cmsstrcasecmp uses toupper
Robert Swiecki
2020-03-08
libhfuzz/memcmp+hfuzz-cc: more instrumented glib funcs
Robert Swiecki
2020-03-08
hfuzz: tlower_func -> tolower_func
Robert Swiecki
2020-03-08
libhfuzz+hfuzz-cc: more and better glib string wrappers
Robert Swiecki
2020-03-08
libhfuzz/hfuzz-cc: add glib memorycmp wrappers #3
Robert Swiecki
2020-03-08
libhfuzz/hfuzz-cc: add glib memorycmp wrappers
Robert Swiecki
2020-03-05
libhfuzz/memcmp: remove lone ;
Robert Swiecki
2020-03-05
libhfuzz: instrument comparisons only if the comparison itself failed
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-03-03
hfuzz-cc: instrument cmsstrcasecmp
Robert Swiecki
2020-03-02
libhfuzz/memorycmp: allow for *cmp() functions to return negative values
Robert Swiecki
2020-02-29
libhfuzz: newlines
Robert Swiecki
2020-02-27
libhfuzz/memorycmp: instrument memcmp() for constCmpFeedback
Robert Swiecki
2020-02-27
mangle: don't return with function returning void
Robert Swiecki
2020-02-27
libhfuzz: avoid __builtin_strnlen as it's not defined with some platforms
Robert Swiecki
2020-02-26
libhfuzz/memorycmp: add declarations for __builtin_str(n)cmp
Robert Swiecki
2020-02-26
cmpConstFeedbackL unify infrastructure for integers and other memory
Robert Swiecki
2020-02-22
libhfuzz/memcmp: intercept several memory comparison functions, which are alr...
Robert Swiecki
2019-02-21
libhfnetdriver: set SO_SNDBUF
Robert Swiecki
2019-02-20
libhfuzz/memorycmp: __builtin_cmp is not defined everywhere:
Robert Swiecki
2019-02-20
libhfuzz/memcmp: lower the number of includes
Robert Swiecki
2019-02-17
hfuzz-cc: implementation of memcmpct
Robert Swiecki
2019-02-11
libhfuzz/memcmp: instrument also if the length of string runs out
Robert Swiecki
[next]