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
/
input.h
Age
Commit message (
Expand
)
Author
2024-07-21
input: make sure files are read in small chunks (starting with 4 bytes) when ...
Robert Swiecki
2023-09-15
make indent
Robert Swiecki
2023-09-15
Add --dynamic_input command-line option
Christian Heitman
2021-02-17
input: input_getRandomInputAsBuf() can return size 0
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-03-28
fuzz: use input_removeStaticFile instead of simple unlink()
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-21
mangle: add first version of cross-file splicing
Robert Swiecki
2020-03-18
input: when adding new dynamic input, add it to the head of the list, and res...
Robert Swiecki
2019-10-21
input: free dictionary after use
Robert Swiecki
2019-10-08
input: sort dynamic input on addition
Robert Swiecki
2019-10-07
minimization: separating file name from input dir
Robert Swiecki
2019-10-07
input: remove duplicating input_feedbackMutateFile()
Robert Swiecki
2019-10-07
input: secondary factor when sorting inputs for minimization is the input siz...
Robert Swiecki
2019-10-07
move corpus manipulation to the input module
Robert Swiecki
2019-10-06
Corpus minimization: sort files prior to testing coverage
Robert Swiecki
2019-10-06
More work on corpus minimization
Robert Swiecki
2019-04-09
add support for external command mutating files which have effective coverage...
arnow117
2018-02-27
Update copyright/authors headers
Robert Swiecki
2018-01-13
move input preparation from mangle to input
Robert Swiecki
2017-11-13
move hfuzz into run->global
Robert Swiecki
2017-10-11
Makefile: indent everything with clang-format
Robert Swiecki
2017-09-28
Move the honggfuzz_t and fuzzer_t types out of common #3
Robert Swiecki