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.c
Age
Commit message (
Expand
)
Author
2025-09-12
m68k: new arch
Robert Swiecki
2025-02-25
Check coverage for imported seeds
Daniil Kutz
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
Read whole input file in dry run
AteChroma0j
2023-09-15
make indent
Robert Swiecki
2023-09-15
Add --dynamic_input command-line option
Christian Heitman
2023-02-09
input: don't use recency as a signal if files come from the static corpus
Robert Swiecki
2023-02-07
input: give more chances to inputs which are newer
Robert Swiecki
2022-06-23
Follow-up on #466
David Carlier
2021-04-16
input: use rewinddir() instead of full statistics reset. This avoids race con...
Robert Swiecki
2021-02-17
input: input_getRandomInputAsBuf() can return size 0
Robert Swiecki
2021-02-15
respectful vocabulary: white->allow, black->block, master->main
Robert Swiecki
2021-02-11
input/mangle: move input_getRandomInputAsBuf() error to the mangle code
Robert Swiecki
2021-02-11
Don't complain about missing dynamic corpus if -x (noinst) is used.
Robert Swiecki
2021-02-09
input: use refs as a skip factor
Robert Swiecki
2021-02-09
input: use speed as a skip factor
Robert Swiecki
2021-02-08
input: skipFactor - enable factors which seem to work
Robert Swiecki
2021-01-31
input: disable the skipFactor computation. It's uncertain how much it helps, ...
Robert Swiecki
2021-01-26
input: update skip_factor #2
Robert Swiecki
2021-01-26
input: updated skip factors
Robert Swiecki
2020-05-18
remove comparisons to true and to false across the code
Robert Swiecki
2020-05-06
Merge pull request #321 from colinsenner/blacklist-sort
robertswiecki
2020-05-05
iwyu: use iwyu to fix includes across the code
Robert Swiecki
2020-05-01
Fix verification for blacklist entries.
colinsenner
2020-04-29
input: rearrange assignments, so they indent better
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
input: adjust score based on refs
Robert Swiecki
2020-04-17
input: update coverage bucketting map
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-15
mangle/input: made speed scoring function much less aggressive because it can...
Robert Swiecki
2020-03-30
input: call vars in input_speedFactor in a more meaningful way
Robert Swiecki
2020-03-30
input: put tighter limits on the skip factor
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
mangle: use actual slow_factor and not the skip_factor for counting number of...
Robert Swiecki
2020-03-28
input: adjust per-input penalties
Robert Swiecki
2020-03-28
input: cap avg execution time to 1-10 ms
Robert Swiecki
2020-03-28
fuzz: use input_removeStaticFile instead of simple unlink()
Robert Swiecki
2020-03-28
libhfcommon/util: implement util_AllocCopy, and use util_Calloc instead of ut...
Robert Swiecki
2020-03-28
input: revert incorrect 'needs_mangle' check
Robert Swiecki
2020-03-27
input: compute the likelyhood of an input being tested on the basis of more p...
Robert Swiecki
2020-03-27
input: delay testing of slow inputs
Robert Swiecki
2020-03-26
input: start reading statc files at 4 bytes
Robert Swiecki
2020-03-25
input: write correct file to the covdir_new
Robert Swiecki
2020-03-25
input: skip static files which are already in the dynamic corpus
Robert Swiecki
2020-03-25
remove timeAddedMillis from dynfile_t
Robert Swiecki
2020-03-25
fuzz: simplified minimization #3
Robert Swiecki
[next]