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.c
Age
Commit message (
Expand
)
Author
2020-07-01
v2.66c release preparation
van Hauser
2020-07-01
restore credit for afl-tmin fork server patch
hexcoder
2020-06-30
reduce the time interval in which the secondaries sync
van Hauser
2020-06-30
rename whitelist -> instrumentlist
van Hauser
2020-06-27
fix typos
van Hauser
2020-06-25
shmem release fix
van Hauser
2020-06-25
remove radamsa, add radamsa custom mutator
van Hauser
2020-06-25
add seek power schedule, remove update stats in calibration, fix help output
van Hauser
2020-06-24
decrease time to sync for main
van Hauser
2020-06-24
add -D option for -S
van Hauser
2020-06-24
create .synced/NAMES.last to document last sync attempts
van Hauser
2020-06-22
Added rand, hash unittests
Dominik Maier
2020-06-21
fix for s=0
van Hauser
2020-06-21
fix for -s 0
van Hauser
2020-06-15
code format
Dominik Maier
2020-06-14
kill targets on exit
van Hauser
2020-06-12
fix for checksums
van Hauser
2020-06-12
switch to faster and better hash + random
van Hauser
2020-06-09
Disable array subscript warning
David Carlier
2020-06-04
fix cmplog for shmem persistent mode
van Hauser
2020-06-04
code format
van Hauser
2020-06-03
code format
van Hauser
2020-06-03
shared mem input for qemu persistent hook
Andrea Fioraldi
2020-06-02
got rid of questionable phrasing
Dominik Maier
2020-06-02
Merge branch 'dev' of github.com:aflplusplus/aflplusplus into dev
Dominik Maier
2020-06-02
minor fixes
Dominik Maier
2020-06-01
code format
van Hauser
2020-05-31
starting shmap support for unicorn
Dominik Maier
2020-05-25
persistent mode: shared memory test case transfer
van Hauser
2020-05-20
remove master file on exit
van Hauser
2020-05-17
fix master creation file
van Hauser
2020-05-15
change: slaves only sync from masters
van Hauser
2020-05-14
deprecated AFL_POST_LIBRARY
van Hauser
2020-05-13
code-format and slight -S/-M modifications
van Hauser
2020-05-12
new code formatting + applied
van Hauser
2020-05-10
indenting preprocessor directives breaks compilation and cant be fixed, rever...
van Hauser
2020-05-10
fix warning, code format
van Hauser
2020-05-09
remove debug output
van Hauser
2020-05-08
Support multiple custom mutators (#282)
Rishi Ranjan
2020-05-07
fix static and profiling compilation and add profiling calculation
van Hauser
2020-04-19
clang-tidy readability-braces (#323)
Dominik Maier
2020-04-17
add missing limits.h include for PATH_MAX (OpenBSD)
hexcoder-
2020-04-17
refactoring getting the map size
van Hauser
2020-04-17
remove unnecessary map_size variables
van Hauser
2020-04-17
forgot MAP_SIZE for afl struct maps
van Hauser
2020-04-17
added AFL_MAP_SIZE to env help output
van Hauser
2020-04-17
added AFL_MAP_SIZE (wip)
van Hauser
2020-04-16
silence some clang warnings
Dominik Maier
2020-04-16
removed redundent funcs
Dominik Maier
2020-04-14
unified forkservered run_target, fixes #308
Dominik Maier
[next]