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
Age
Commit message (
Expand
)
Author
2020-10-07
Add documentation/help for AFL_STATSD_TAGS_FLAVOR
Edznux
2020-10-07
Fix read on undefined char*.
Edznux
2020-10-07
Remove statsd_socket_init, just let it init when doing the first iteration
Edznux
2020-10-06
Fixed segfault because wrong order in args
Edznux
2020-10-06
[WIP: segfault on non dogstatsd] Adding MACROS for format
Edznux
2020-10-05
Fix code format
Edznux
2020-10-05
Refactor global var into afl_state_t struct
Edznux
2020-10-05
Correctly handle env var.
Edznux
2020-10-05
Add help for AFL_STATSD_HOST &
Edznux
2020-10-04
Code format
Edznux
2020-10-04
Merge remote-tracking branch 'origin/dev' into statsd_implem
Edznux
2020-10-04
Mention tags format in macro's name
Edznux
2020-10-04
Refactor
Edznux
2020-10-04
Define config, change parent func to show_stats
Edznux
2020-10-04
Adds other metrics
Edznux
2020-10-03
Add config ifdef
Edznux
2020-10-01
Rewrote format metric to be simpler/more static
Edznux
2020-09-25
WIP envs
Edznux
2020-09-18
fix expand havoc
van Hauser
2020-09-18
portability: type -> command -v, compiler warnings
hexcoder-
2020-09-17
WIP. basic state working: submitting statsd metrics (path, crashes, hangs)
Edznux
2020-09-13
fixed ngram size unset
Dominik Maier
2020-09-13
wine argv fix
Dominik Maier
2020-09-13
Fix qemu argv construction (#555)
Choongwoo Han
2020-09-10
add libfuzzer custom mutator, minor enhancements and fixes
van Hauser
2020-09-08
code-format
van Hauser
2020-09-08
update instrumenation/README.instrument_file.md for gcc_plugin
van Hauser
2020-09-08
new gcc_plugin integration
van Hauser
2020-09-08
rewrite gcc plugin
Alexandre Oliva
2020-09-08
set correct error code when -V
van Hauser
2020-09-07
bugfix for fixed seeds
van Hauser
2020-09-06
update ideas
van Hauser
2020-09-06
fix various warnings
aflpp
2020-09-05
-p seek is now the default
van Hauser
2020-09-05
skip crashes but keep for splices
van Hauser
2020-09-05
Merge pull request #549 from AFLplusplus/ignore_unstable_edges
van Hauser
2020-09-05
code-format
vanhauser-thc
2020-09-05
final changes for pre-3.0
vanhauser-thc
2020-09-05
add cull queue, -i subdir traversal
vanhauser-thc
2020-09-05
first batch of changes
vanhauser-thc
2020-09-04
fix assignment
van Hauser
2020-09-04
avoid signed ints for amounts (which are positive)
hexcoder-
2020-09-04
compile fix
van Hauser
2020-09-04
fix travis
van Hauser
2020-09-04
more changes to fuzzer_setup
van Hauser
2020-09-04
Make open_file() inline
Thomas Rooijakkers
2020-09-04
Write set environment variables in an env file style.
Thomas Rooijakkers
2020-09-04
Seperate fuzzer_setup from fuzzer_stats, only write fuzzer_setup at the start
Thomas Rooijakkers
2020-09-04
Export set afl_environment_variables to stats
Thomas Rooijakkers
2020-09-03
update xxh3 to 0.8.0, fix is_ascii
van Hauser
[next]