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
/
examples
Age
Commit message (
Collapse
)
Author
2020-05-11
fix typos
van Hauser
2020-05-11
silened warnings
Dominik Maier
2020-05-11
remove warnings
van Hauser
2020-05-10
indenting preprocessor directives breaks compilation and cant be fixed, ↵
van Hauser
reverting ... :-(
2020-05-10
fix warning, code format
van Hauser
2020-05-07
untracer README: one typo fixed
hexcoder
2020-05-07
import transform fix into autodict, code-format
van Hauser
2020-05-06
better README for untracer
van Hauser
2020-05-06
doc update
van Hauser
2020-05-06
fix untracer
van Hauser
2020-05-06
aarch64 support for afl-untracer
van Hauser
2020-05-05
maybe_grow->ck_maybe_grow
van Hauser
2020-05-05
more typos fixed
van Hauser
2020-05-05
more typos fixed
van Hauser
2020-05-05
fixed typos
van Hauser
2020-05-04
ctx and ngram can be used together now
van Hauser
2020-05-04
final touches for afl_network_proxy
van Hauser
2020-05-04
nw fixes
van Hauser
2020-05-04
makefile fix
van Hauser
2020-05-04
fix makefile
van Hauser
2020-05-04
add GNUmakefile
van Hauser
2020-05-03
doubled the speed of afl_network_proxy
van Hauser
2020-05-01
add ghidra script and workaround ghidra/linux/ida weirdness
van Hauser
2020-05-01
code format
Dominik Maier
2020-04-30
afl-untracer little change to display libraries mapping on FreeBSD.
David Carlier
2020-04-30
afl-untracer raw freebsd support.
David Carlier
2020-04-30
fix send child status
van Hauser
2020-04-30
afl-network-client fix
van Hauser
2020-04-30
afl-untracer completed
van Hauser
2020-04-30
afl-untracer - next step
van Hauser
2020-04-29
wip: afl-untracer
van Hauser
2020-04-29
afl-proxy -> afl_proxy
van Hauser
2020-04-29
added afl_network_proxy
van Hauser
2020-04-29
add readme for afl-proxy
van Hauser
2020-04-29
added afl-proxy to examples
van Hauser
2020-04-19
clang-tidy readability-braces (#323)
Dominik Maier
2020-04-17
examples Makefiles: silence errors when there is no 32-bit support installed
hexcoder-
2020-04-14
fix Makefile for examples/argv_fuzzing and socket_fuzzing
hexcoder-
2020-04-09
fix crash triage example (#304)
Toizi
2020-04-09
argv_fuzzing Makefile: portable version
hexcoder-
2020-04-09
socket_fuzzing Makefile: make it portable
hexcoder-
2020-04-09
custom mutator readme
Andrea Fioraldi
2020-04-09
restore portable Makefiles
hexcoder-
2020-04-09
rename all 'Makefile' to 'GNUmakefile', use -Werror for -flto checks
hexcoder-
2020-04-01
docs
Dominik Maier
2020-04-01
reenabled custom mutator report
Dominik Maier
2020-04-01
fixed example
Dominik Maier
2020-04-01
Fix heap allocation bug
h1994st
- Reason: `afl->out_size` is not consistent with the actual allocation of `afl->out_buf`. The deleted line in `src/afl-fuzz-one.c` may change `afl->out_size`, but `afl->out_buf` is not changed
2020-04-01
test.sh: "trusty-amd64" does not work well with "realpath". Use
h1994st
"readlink -f" for Ubuntu instead.
2020-04-01
example.py: add deinit()
h1994st
[next]