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 (
Collapse
)
Author
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
2020-04-14
solve conflicts
Andrea Fioraldi
2020-04-14
solve conflicts
Andrea Fioraldi
2020-04-14
cmplog is now better
Andrea Fioraldi
2020-04-13
allow -L -1 to enable mopt in parallel to classic mutation
van Hauser
2020-04-13
fix all cmplog errors
Andrea Fioraldi
2020-04-13
fix some cmplog refactoring bugs
Andrea Fioraldi
2020-04-13
cmplog forkserver tidying
Dominik Maier
2020-04-12
Better solution for ARM64 build fix (#315)
David CARLIER
2020-04-12
build on arm64 fix. tested on Android. (#313)
David CARLIER
2020-04-11
fix -E/-V
van Hauser
2020-04-11
more refactoring and update changelog
van Hauser
2020-04-11
refactored cmplog
Dominik Maier
2020-04-10
code format
Dominik Maier
2020-04-10
removed vla for tmpfile
Dominik Maier
2020-04-10
added back afl_state_deinit
Dominik Maier
2020-04-09
fix review comments by Heiko
van Hauser
2020-04-09
afl-fuzz: add usage info when no python support is there, use it in test.sh
hexcoder-
2020-04-09
added snapshot feature to documentation
van Hauser
2020-04-09
small enhancements and code-format
van Hauser
2020-04-01
fix ASAN check
van Hauser
2020-04-01
fixed asan mem limit
Dominik Maier
2020-04-01
disable memory limits for ASAN build
van Hauser
2020-04-01
make travis happy
Dominik Maier
2020-03-22
little performance enhancements
van Hauser
2020-03-22
a little bit more performance
van Hauser
2020-03-22
all afl msgs to stdout and only read AFL_BENCH_JUST_ONE once
van Hauser
2020-03-21
remove debug code
van Hauser
2020-03-21
test.sh with -no-pie
van Hauser
2020-03-20
add RARE schedule. also fixes doc_path
van Hauser
2020-03-19
moved repository to https://github.com/AFLplusplus/AFLplusplus and updated links
van Hauser
2020-03-17
added mmopt power schedule
van Hauser
2020-03-15
print a completed UI screen on exit without bugs :)
van Hauser
2020-03-15
fix errors in last commit (u8)afl_get_env
van Hauser
2020-03-15
Move afl-fuzz related env variables into afl_state_t (#252)
Rishi Ranjan
* Move afl-fuzz related env variables into afl_state_t * Move the env variables assignment from fuzz_init and code Format * Fix typo * Remove redundant env variables from afl_env struct * Rename function to read_afl_environment
2020-03-15
fauxserver
Dominik Maier
2020-03-13
afl-fuzz-init.c, afl-fuzz.c: fix more wrong free() calls (found with
hexcoder-
ASAN_BUILD=1 CFLAGS="-D_WANT_ORIGINAL_AFL_ALLOC -DDEBUG_BUILD")
2020-03-10
unified pointer placement
Dominik Maier
2020-03-10
code-format - and afl-cmin/afl-showmap was fixed in the bugfix for afl-tmin
van Hauser
2020-03-09
now wiht 90% less leaks
Dominik Maier
2020-03-09
quickfix for first big bug that use_stdin was not correctly initialized and ↵
van Hauser
could not be set
2020-03-09
code-format
van Hauser
[prev]
[next]