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
/
libhfcommon
/
util.h
Age
Commit message (
Expand
)
Author
2025-01-07
make indent
Robert Swiecki
2022-07-23
util attribute malloc additions.
David Carlier
2022-06-23
make indent depend
Robert Swiecki
2022-06-23
Follow-up on #466
David Carlier
2022-06-20
using __builtin_memcpy_inline from LLVM in few places.
David Carlier
2022-04-26
make indent
Robert Swiecki
2022-02-16
util introduces additional __builtin to favor particular code path.
David Carlier
2021-10-28
cmdline/linux: initial version of thread-cpu pinning
Robert Swiecki
2021-09-07
subproc/libhfuzz: move prctl(PDEATHSIG) to libhfcommon
Robert Swiecki
2020-12-18
make indent
Robert Swiecki
2020-08-26
make indent
Robert Swiecki
2020-07-08
faster util_32bitValInBinary/util_64bitValInBinary
hen
2020-04-29
New directives in .clang-format
Robert Swiecki
2020-04-27
Move defer{} implementation to libhfuzz/util
Robert Swiecki
2020-04-10
libhfcommon/util: change an incorrect call for non-x86 archs
Robert Swiecki
2020-03-31
libhfcommon: remove ATOMIC_POST_OR_RELAXED and adjust callers
Robert Swiecki
2020-03-29
use usecs instead of msecs as the basic unit of time
Robert Swiecki
2020-03-28
mangle: use actual slow_factor and not the skip_factor for counting number of...
Robert Swiecki
2020-03-28
libhfcommon/util: implement util_AllocCopy, and use util_Calloc instead of ut...
Robert Swiecki
2020-03-23
libhfcommon/util: look for known values in all loadable sections
Robert Swiecki
2020-03-23
libhfuzz/libhfcommon: add known (existing in the fuzzed binary) 32/64-bit val...
Robert Swiecki
2020-03-15
libhfcommon/util: new func util_runForROSegments()
Robert Swiecki
2020-03-14
libhfuzz/hfuzz-cc: support -fsanitize=fuzzer-no-link instrumentation
Robert Swiecki
2020-03-12
libhfcommon/util: make util_getProgAddr return a tri-state value
Robert Swiecki
2020-03-08
libhfcommon/util: group funcs by function
Robert Swiecki
2020-03-03
fuzz: read input files in smaller chunks in the dynamic_dry_mode, to limit si...
Robert Swiecki
2020-03-01
libhfcommon/util: implement LOCK_BTS for x86(-64) specifically
Robert Swiecki
2020-03-01
libhfuzz: always test value with atomics before calling xchg
Robert Swiecki
2020-02-26
cmpConstFeedbackL unify infrastructure for integers and other memory
Robert Swiecki
2019-12-05
report: move report generating to report.c
Robert Swiecki
2019-12-03
linux/trace: use HF_STR_LEN instead PATH_MAX for some non-path strings
Robert Swiecki
2019-06-10
libhfcommon: don't use barriers with atomics by default
Robert Swiecki
2019-04-01
hfcommin/util: implement sleep resistant to interrupts
Robert Swiecki
2019-03-01
hfuzz-cc: better way of looking for fsanitize=fuzzer
Robert Swiecki
2018-08-06
directly generate printable buffer instread of transfering a buffer into prin...
plusun
2018-07-31
Add mangle functions for printable inputs
plusun
2018-04-17
util/printf: add printf attribute
Robert Swiecki
2018-02-27
Update copyright/authors headers
Robert Swiecki
2018-01-15
fuzz: run external processing through a temporary file
Robert Swiecki
2018-01-10
Different way of pasing data to persistent process, now as a memory-file-desc...
Robert Swiecki
2018-01-05
Includes/Libs: rename directories to the 'hf' prefix, so it doesn't collide w...
Robert Swiecki