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-common.c
Age
Commit message (
Expand
)
Author
2020-05-14
deprecated AFL_POST_LIBRARY
van Hauser
2020-05-12
missing env var
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-07
added AFL_LLVM_SKIPSINGLEBLOCK and changed default behaviour to instrument si...
van Hauser
2020-05-02
AFL_LLVM_SKIP_NEVERZERO added
van Hauser
2020-04-30
afl-untracer - next step
van Hauser
2020-04-26
refactored global lists
Dominik Maier
2020-04-24
variable map size fix, error reporting through forkserver, code format
van Hauser
2020-04-23
fixed map location support for LTO
van Hauser
2020-04-19
clang-tidy readability-braces (#323)
Dominik Maier
2020-04-17
Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into dev
hexcoder-
2020-04-17
add AFL_NO_PYTHON to list of env variables
hexcoder-
2020-04-17
refactoring getting the map size
van Hauser
2020-04-17
final fix for map_size
van Hauser
2020-04-17
Merge branch 'dev' of github.com:aflplusplus/aflplusplus into dev
Dominik Maier
2020-04-17
clearer code
Dominik Maier
2020-04-17
added AFL_MAP_SIZE (wip)
van Hauser
2020-04-17
fixed 2 unimportant leaks
van Hauser
2020-04-16
removed redundent funcs
Dominik Maier
2020-04-13
fixed uaf and warnings
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
refactored cmplog
Dominik Maier
2020-04-10
LTO optimization, variable map size, autodictionary (#307)
van Hauser
2020-04-10
tackeled some warnings
Dominik Maier
2020-04-10
resize fix + code format
Dominik Maier
2020-04-09
check for empty AFL env vars
van Hauser
2020-04-09
ctx done
van Hauser
2020-04-09
update env with AFL_NO_SNAPSHOT
Andrea Fioraldi
2020-04-09
added AFL_LLVM_INSTRUMENT, made USE_TRACE_PC obselete and llvm_mode Makefile ...
van Hauser
2020-04-01
make travis happy
Dominik Maier
2020-04-01
src doku is now markdown
Dominik Maier
2020-04-01
dropped make switches
Dominik Maier
2020-04-01
add CFI sanitizer
van Hauser
2020-03-20
added llvm_mode ngram coverage
van Hauser
2020-03-15
Move afl-fuzz related env variables into afl_state_t (#252)
Rishi Ranjan
2020-03-15
fauxserver
Dominik Maier
2020-03-13
afl-common.c: fix my error: argv is a copy (ck_alloc based)
hexcoder-
2020-03-13
afl-common.c: ... but that breaks unicorn_mode, which it should not.
hexcoder-
2020-03-13
afl-common.c: avoid AFL++'s allocation API for libc's argv[] and reduce
hexcoder-
2020-03-12
fix afl-common.c for *BSD
hexcoder-
2020-03-11
honor afl_quiet on env var checks + code-format
van Hauser
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 c...
van Hauser
2020-03-09
quickfix for first big bug that use_stdin was not correctly initialized and c...
van Hauser
2020-03-09
fixed numerous leaks
Dominik Maier
[next]