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
/
fuzz.c
Age
Commit message (
Expand
)
Author
2025-09-11
fuzz.c: fix *rintf formatting
Robert Swiecki
2025-03-21
make indent
Robert Swiecki
2025-03-21
Merge PR #520, resolving conflicts with #521
Robert Swiecki
2025-03-20
fuzz: use correct format specifier for size_t
Khaled Yakdan
2025-03-18
Include corpus queue size in stats file
pr1-branch
Simon Resch
2025-02-25
Check coverage for imported seeds
Daniil Kutz
2024-07-21
hfuzz-cc/libhfuzz/memorycmp: wrappers for sqlite3
oss-fuzz
Robert Swiecki
2024-07-21
input: make sure files are read in small chunks (starting with 4 bytes) when ...
Robert Swiecki
2024-07-12
mangle/input: simplify input selection by not trusting the speed factor that ...
Robert Swiecki
2024-01-04
Do not mangle in dry run
AteChroma0j
2023-11-28
Fix log message not updating total counters
AteChroma0j
2023-09-15
make indent
Robert Swiecki
2023-09-15
Add --statsfile command-line option
Christian Heitman
2023-03-09
fuzz: just correct missing ';' at end of declaration
gnbon
2023-03-04
fuzz: fix memory leak
Robin Linden
2023-01-05
fuzz: don't use feedback if '-z' is used
Robert Swiecki
2022-11-22
set the current process as init process on FreeBSD.
David CARLIER
2021-10-28
cmdline/linux: initial version of thread-cpu pinning
Robert Swiecki
2020-12-01
Initialize memory
jmccl
2020-08-26
make indent
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-26
move mutexes into a separate substruct
Robert Swiecki
2020-04-20
move linux.hwCnts to just hwCnts, as these are not linux-specific
Robert Swiecki
2020-04-16
libhfuzz: update total counters for the pc-guard method as well
Robert Swiecki
2020-04-11
libhfuzz: reset the pcguard map locally, as it's faster than fallocate
Robert Swiecki
2020-04-10
Implement edge counting for PC-guards as well (in addition to 8-bit-counters)
Robert Swiecki
2020-03-30
fuzz/libhfuzz: set/analyze the number of total PC/EDGE/CMP values per input
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-28
fuzz: use input_removeStaticFile instead of simple unlink()
Robert Swiecki
2020-03-25
fuzz: print execution time per added input
Robert Swiecki
2020-03-25
remove timeAddedMillis from dynfile_t
Robert Swiecki
2020-03-25
fuzz: simplified minimization #2
Robert Swiecki
2020-03-25
shorten struct _dynfile_t to dynfile_t
Robert Swiecki
2020-03-25
fuzz: simplified minimization
Robert Swiecki
2020-03-25
input: make input_writeCovFile() use struct 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-19
input: don't bump testing ratio for inputs older than 10 seconds
Robert Swiecki
2020-03-18
input: remove input_renumerateInputs() as it doesn't bring much benefit
Robert Swiecki
2020-03-18
fuzz: add coverage info to dynamic inputs
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-04
input: start with filesize of 8192 bytes first
Robert Swiecki
2020-03-03
fuzz: read input files in smaller chunks in the dynamic_dry_mode, to limit si...
Robert Swiecki
2020-02-26
Add const cmp feedback functionality behind the --experimental_const_feedback...
Robert Swiecki
2020-02-26
introduce concept of cmpfeedback map which will be used to report back to the...
Robert Swiecki
2020-01-20
fuzz: correct LOG_E messages
Robert Swiecki
2019-12-05
report: move report generating to report.c
Robert Swiecki
[next]