van Hauser
38dac93f63
fix typos
2020-05-11 22:44:44 +02:00
Dominik Maier
30a675ab87
silened warnings
2020-05-11 14:40:42 +02:00
van Hauser
845522f59b
remove warnings
2020-05-11 13:34:57 +02:00
van Hauser
30bfd44dfd
indenting preprocessor directives breaks compilation and cant be fixed, reverting ... :-(
2020-05-10 12:09:37 +02:00
van Hauser
26f8708fed
fix warning, code format
2020-05-10 11:35:31 +02:00
hexcoder
37b681ac11
untracer README: one typo fixed
2020-05-07 10:09:08 +02:00
van Hauser
140053502b
import transform fix into autodict, code-format
2020-05-07 08:08:20 +02:00
van Hauser
01b5aa123d
better README for untracer
2020-05-06 17:20:42 +02:00
van Hauser
8cdf767bf5
doc update
2020-05-06 15:57:38 +02:00
van Hauser
e910882e32
fix untracer
2020-05-06 15:43:39 +02:00
van Hauser
a1c9c497d5
aarch64 support for afl-untracer
2020-05-06 15:37:49 +02:00
van Hauser
0e5027d8d8
maybe_grow->ck_maybe_grow
2020-05-05 21:46:31 +02:00
van Hauser
dc79533191
more typos fixed
2020-05-05 20:29:40 +02:00
van Hauser
128e4d5565
more typos fixed
2020-05-05 20:23:16 +02:00
van Hauser
ad3960580d
fixed typos
2020-05-05 20:19:04 +02:00
van Hauser
16c16b3e6e
ctx and ngram can be used together now
2020-05-04 18:01:47 +02:00
van Hauser
945e00b73f
final touches for afl_network_proxy
2020-05-04 12:51:38 +02:00
van Hauser
e592b4bcf0
nw fixes
2020-05-04 10:37:45 +02:00
van Hauser
96ef2d3821
makefile fix
2020-05-04 10:24:29 +02:00
van Hauser
13a32e9595
fix makefile
2020-05-04 10:08:29 +02:00
van Hauser
73f7164048
add GNUmakefile
2020-05-04 09:53:59 +02:00
van Hauser
1c53bbea52
doubled the speed of afl_network_proxy
2020-05-03 14:09:32 +02:00
van Hauser
33ddf6ea0e
add ghidra script and workaround ghidra/linux/ida weirdness
2020-05-01 17:07:44 +02:00
Dominik Maier
cc78fb721b
code format
2020-05-01 01:11:54 +02:00
David Carlier
3cf4529f3c
afl-untracer little change to display libraries mapping on FreeBSD.
2020-04-30 23:01:46 +01:00
David Carlier
59043b24cc
afl-untracer raw freebsd support.
2020-04-30 21:31:37 +01:00
van Hauser
15547eb654
fix send child status
2020-04-30 21:17:13 +02:00
van Hauser
16f9cc7369
afl-network-client fix
2020-04-30 21:13:45 +02:00
van Hauser
efa9df24c2
afl-untracer completed
2020-04-30 17:59:59 +02:00
van Hauser
a37eca9df5
afl-untracer - next step
2020-04-30 16:27:31 +02:00
van Hauser
fced3e00ce
wip: afl-untracer
2020-04-29 20:44:30 +02:00
van Hauser
c53663c7ac
afl-proxy -> afl_proxy
2020-04-29 15:21:51 +02:00
van Hauser
bc2e65e482
added afl_network_proxy
2020-04-29 15:18:03 +02:00
van Hauser
ce2814967d
add readme for afl-proxy
2020-04-29 02:56:51 +02:00
van Hauser
781725aeaf
added afl-proxy to examples
2020-04-29 02:54:57 +02:00
Dominik Maier
8197e9b2e4
clang-tidy readability-braces ( #323 )
2020-04-19 16:42:40 +02:00
hexcoder-
6e753f8f0f
examples Makefiles: silence errors when there is no 32-bit support installed
2020-04-17 19:42:03 +02:00
hexcoder-
115ee8bad5
fix Makefile for examples/argv_fuzzing and socket_fuzzing
2020-04-14 21:19:03 +02:00
Toizi
504529c3aa
fix crash triage example ( #304 )
2020-04-09 13:46:21 +02:00
hexcoder-
6688184bfd
argv_fuzzing Makefile: portable version
2020-04-09 10:23:37 +02:00
hexcoder-
d37a195392
socket_fuzzing Makefile: make it portable
2020-04-09 10:23:37 +02:00
Andrea Fioraldi
88782ae43c
custom mutator readme
2020-04-09 10:23:37 +02:00
hexcoder-
fef08192ad
restore portable Makefiles
2020-04-09 10:23:37 +02:00
hexcoder-
7f817fe583
rename all 'Makefile' to 'GNUmakefile', use -Werror for -flto checks
2020-04-09 10:23:37 +02:00
Dominik Maier
d374648ce3
docs
2020-04-01 13:10:07 +02:00
Dominik Maier
c8bdf0790f
reenabled custom mutator report
2020-04-01 13:10:07 +02:00
Dominik Maier
c36c34cf9e
fixed example
2020-04-01 13:10:07 +02:00
h1994st
61ea398612
Fix heap allocation bug
...
- 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 13:10:07 +02:00
h1994st
64e1d3a975
test.sh: "trusty-amd64" does not work well with "realpath". Use
...
"readlink -f" for Ubuntu instead.
2020-04-01 13:10:07 +02:00
h1994st
71edae4a0f
example.py: add deinit()
2020-04-01 13:10:07 +02:00