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
/
honggfuzz.h
Age
Commit message (
Expand
)
Author
2025-02-25
Check coverage for imported seeds
Daniil Kutz
2024-07-12
mangle/input: simplify input selection by not trusting the speed factor that ...
Robert Swiecki
2024-07-11
libhfcommon/util: xorshiro128+ -> xorshiro256++
Robert Swiecki
2023-09-25
clang-format: IndentCaseLabels: false
Robert Swiecki
2023-09-21
Prepare for release of Version 2.6
2.6
Robert Swiecki
2023-09-15
make indent
Robert Swiecki
2023-09-15
Add --statsfile command-line option
Christian Heitman
2023-09-15
Add --dynamic_input command-line option
Christian Heitman
2023-04-14
make indent depend
Robert Swiecki
2023-04-12
Support exit_on_time option: issue #399
Daniil Kutz
2023-04-10
honggfuzz.h: timerId seems to be not used anywhere
Robert Swiecki
2023-02-07
input: give more chances to inputs which are newer
Robert Swiecki
2022-01-01
version bump: 2.5
2.5
Robert Swiecki
2021-10-28
cmdline/linux: initial version of thread-cpu pinning
Robert Swiecki
2021-06-07
Increase number of dictionary entries (1024 -> 8192) and their size (256 -> 512)
Robert Swiecki
2021-04-20
chore: add a new flag to be able to set the exit code
Bernhard Schuster
2021-02-24
Version 2.4
2.4
Robert Swiecki
2021-02-15
respectful vocabulary: white->allow, black->block, master->main
Robert Swiecki
2021-02-05
Add --save-smaller|-U to keep smallest duplicate
Douglas Bagnall
2020-07-22
Prepare for version 2.3
2.3
Robert Swiecki
2020-06-23
honggfuzz.h: increase the number of maximum positional args to execve that ho...
Robert Swiecki
2020-05-05
iwyu: use iwyu to fix includes across the code
Robert Swiecki
2020-04-29
New directives in .clang-format
Robert Swiecki
2020-04-27
Makefile: switch from c11 to c17 which is default (except 'gnu') for modern g...
Robert Swiecki
2020-04-27
Move defer{} implementation to libhfuzz/util
Robert Swiecki
2020-04-26
move mutexes into a separate substruct
Robert Swiecki
2020-04-25
netbsd: netbsd-specific run_t is not needed
Robert Swiecki
2020-04-23
Version 2.2
2.2
Robert Swiecki
2020-04-23
all: rename linux/netbsd to arch_linux/arch_netbsd as -std=gnu11 complains ab...
Robert Swiecki
2020-04-20
move linux.hwCnts to just hwCnts, as these are not linux-specific
Robert Swiecki
2020-04-17
input: allow for testing specific samples for more time
Robert Swiecki
2020-04-16
input: count penalty on the basis of per-input coverage
Robert Swiecki
2020-04-10
Implement edge counting for PC-guards as well (in addition to 8-bit-counters)
Robert Swiecki
2020-03-30
honggfuzz: rename pidFeedback* to more correct pidNew*
Robert Swiecki
2020-03-29
fuzz: use non-monetary printf separator
Robert Swiecki
2020-03-29
use usecs instead of msecs as the basic unit of time
Robert Swiecki
2020-03-29
linux: enable network namespacing by default (if available)
Robert Swiecki
2020-03-28
honggfuzz.h: remove unused struct definitions
Robert Swiecki
2020-03-27
input: compute the likelyhood of an input being tested on the basis of more p...
Robert Swiecki
2020-03-25
remove timeAddedMillis from dynfile_t
Robert Swiecki
2020-03-25
shorten struct _dynfile_t to dynfile_t
Robert Swiecki
2020-03-25
all: use struct dynfile_t inside run_t
Robert Swiecki
2020-03-25
mangle: increase mutation factor for slow inputs
Robert Swiecki
2020-03-25
input: remove the tested<numTested() semantics, as it can slow down fuzzing a...
Robert Swiecki
2020-03-21
input: simpler input_getRandomInputAsBuf
Robert Swiecki
2020-03-21
mangle: add first version of cross-file splicing - make it faster by using a ...
Robert Swiecki
2020-03-19
input: don't bump testing ratio for inputs older than 10 seconds
Robert Swiecki
2020-03-18
input: when adding new dynamic input, add it to the head of the list, and res...
Robert Swiecki
2020-03-17
display: display number of tested files during the dry run
Robert Swiecki
2020-03-17
Lower the technical maximum input file size to 1MB (from 128MB)
Robert Swiecki
[next]