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
/
libhfuzz.h
Age
Commit message (
Expand
)
Author
2019-11-21
libhfcommon/linux: allow to specify mount options for tmpfs
Robert Swiecki
2018-01-10
Different way of pasing data to persistent process, now as a memory-file-desc...
Robert Swiecki
2018-01-05
netdriver: cleanups
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-28
libhfuzz: param 'new' -> 'n'
Robert Swiecki
2017-06-27
libhfuzz: implement proper 'void instrumentCmpMap(void *addr, unsigned int n)'
Robert Swiecki
2017-06-16
libhfuzz:libhfuzz.h: Include <sched.h>
Robert Swiecki
2017-06-06
libhfuzz/libhfuzz.h: add #include <stddef.h>
Robert Swiecki
2017-06-02
libhfuzz: LLVMFuzzerMutate comment
Robert Swiecki
2017-06-01
libhfuzz.h: add required includes
Robert Swiecki
2017-06-01
Change defined(_HF_ARCH_LINUX) -> defined(__linux__) for public includes
Robert Swiecki
2017-06-01
libhfuzz: add linux functions to libhfuzz.h
Robert Swiecki
2017-06-01
libhfuzz: make more examples work with libhfuzz.h
Robert Swiecki
2017-06-01
examples/openssl: add include <libhfuzz.h>
Robert Swiecki
2017-06-01
hfuzz_cc: include libhfuzz path with hfuzz-clang/hfuzz-cc
Robert Swiecki