index
:
~cnx/afl++
this commit
dataflow
dev
run
stable
Security-oriented fuzzer
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
afl-fuzz-extras.c
Age
Commit message (
Expand
)
Author
2020-11-01
added mutation introspection make target
van Hauser
2020-10-30
fix ck_alloc call
van Hauser
2020-10-30
fix ck_alloc call
van Hauser
2020-10-30
extras: afl_realloc -> ck_realloc
van Hauser
2020-10-29
better warn if skipping large dict
van Hauser
2020-09-05
add cull queue, -i subdir traversal
vanhauser-thc
2020-08-24
added afl_custom_fuzz_count
van Hauser
2020-08-24
Allow Large Extras (#523)
Dominik Maier
2020-08-23
no longer warns for prob. extras
Dominik Maier
2020-08-23
added AFL_MAX_DET_EXTRAS env var
Dominik Maier
2020-08-21
fix for bad free (#520)
Dominik Maier
2020-08-18
code-format, changelog
Dominik Maier
2020-08-18
moved autodict extras away from extras_a
Dominik Maier
2020-08-18
Reworked maybe_grow to take a single ptr, renamed to afl_realloc (#505)
Dominik Maier
2020-08-14
fix llvm12 -fuseld warning
van Hauser
2020-08-14
no longer using alloc for autodict
Dominik Maier
2020-08-14
code-format
Dominik Maier
2020-08-14
cleaned up maybe_add_auto calls
Dominik Maier
2020-08-07
enabled Wextra, fixed bugs
Dominik Maier
2020-04-19
clang-tidy readability-braces (#323)
Dominik Maier
2020-04-13
fixed uaf and warnings
Dominik Maier
2020-04-10
LTO optimization, variable map size, autodictionary (#307)
van Hauser
2020-04-09
Android build fix proposal.
David Carlier
2020-03-21
renamed UB to rand_below
Dominik Maier
2020-03-21
moved string formatting to header
Dominik Maier
2020-03-19
no more (?) statics
Dominik Maier
2020-03-11
honor afl_quiet on env var checks + code-format
van Hauser
2020-03-10
unified pointer placement
Dominik Maier
2020-03-09
code-format
van Hauser
2020-03-09
AFL without globals (#220)
Dominik Maier
2020-01-20
fixed Heiko's global search-replace :)
van Hauser
2019-12-31
v2.60d and year 2020 init
van Hauser
2019-10-19
Remove lcamtuf's old email from Google (not valid anymore), also remove maint...
hexcoder-
2019-09-04
fix typo in custom format
Andrea Fioraldi
2019-09-04
credits and license header for src/* and include/*
Andrea Fioraldi
2019-09-02
run code formatter
Andrea Fioraldi
2019-09-02
afl-fuzz-src/* -> src/afl-fuzz* rename
van Hauser