d73e63bd70
try to fix forkserver
2020-04-01 01:24:44 +02:00
822e75f7c2
reenabled custom mutator report
2020-03-31 14:01:22 +02:00
e58e54c2db
make travis happy
2020-03-31 04:51:38 +02:00
0a7dc10dd3
fixed bug in cmplog
2020-03-31 04:22:22 +02:00
3914aec72f
src doku is now markdown
2020-03-31 03:41:51 +02:00
9b63fc758e
dropped make switches
2020-03-31 03:22:46 +02:00
8f5fb47082
code format
2020-03-30 18:38:39 +02:00
1f257c5875
fixed example
2020-03-30 16:46:54 +02:00
e2a3de71ca
afl-fuzz-one.c: minor update
2020-03-30 16:46:54 +02:00
d9b18ec853
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-03-30 16:46:54 +02:00
567b3985ab
python mutator: fix nullptr for python mutator data
2020-03-30 16:46:54 +02:00
fbd5bd8f37
Fix invalid memory access bug in afl_custom_pre_save
of example.c
2020-03-30 16:46:54 +02:00
87621b6345
rebase
2020-03-30 16:46:50 +02:00
f4844e2c0c
added read_timed
2020-03-30 00:50:14 +02:00
1938a12222
code format
2020-03-28 12:59:41 +01:00
4c11ef5d20
error handling for custom mutators
2020-03-28 12:58:56 +01:00
11767bec0e
tiny changes in custom mut api
2020-03-28 11:55:10 +01:00
7a92bf974d
alloc-inl.h/ck_maybe_grow() back to size_t, reimplement overflow check
2020-03-28 11:01:29 +01:00
4ad885001a
making 'CFLAGS="-m32" make source-only tests' work
2020-03-28 09:31:30 +01:00
a0dec909e7
fix warning in afl-fuzz-run, tested with '-m32' also
2020-03-28 08:38:50 +01:00
53fd8fe6ea
more custom mutator remodelling
2020-03-28 04:57:44 +01:00
0059d16731
added nullptr fix by h1994st
2020-03-28 01:14:24 +01:00
18bc344cf5
fixed leak
2020-03-28 00:44:52 +01:00
e04f4b3f20
code format
2020-03-27 23:30:15 +01:00
5e389a0970
Less allocs
2020-03-27 23:24:42 +01:00
1141459607
less allocs
2020-03-27 23:23:11 +01:00
02659df6ba
not allocating paths anymore
2020-03-27 23:06:57 +01:00
14bd424d2a
almost
2020-03-27 21:59:08 +01:00
a7553eae28
add CFI sanitizer
2020-03-27 12:09:06 +01:00
97a1af39f7
more api
2020-03-26 19:44:44 +01:00
6832435326
Code Format ( #275 )
2020-03-26 18:47:48 +01:00
eeb7e12b9f
edited custom mutator pre_save api
2020-03-25 21:54:52 +01:00
f6466214c6
code format
2020-03-25 11:31:01 +01:00
9c4d32b5b8
fixed call of custom mutators
2020-03-24 22:40:14 +01:00
77b81e7361
custom mutators might work again like this
2020-03-23 18:18:54 +01:00
83f925ccc9
unsafer
2020-03-23 15:02:26 +01:00
ee9447de01
libasan.so is not a thing. libclang-rt.asan-ARCH.so is the asan DSO and it is not linked by default. Search for __asan_init instead.
2020-03-23 10:09:55 +01:00
37603272be
more fixes and code-format
2020-03-23 08:58:17 +01:00
cbde30e9d4
less branches, cleanup
2020-03-23 00:14:03 +01:00
d39e9ea11c
little performance enhancements
2020-03-22 19:06:39 +01:00
5b64681867
a little bit more performance
2020-03-22 18:27:04 +01:00
5a0cc43ee1
all afl msgs to stdout and only read AFL_BENCH_JUST_ONE once
2020-03-22 09:26:46 +01:00
f08a3fedf6
renamed UB to rand_below
2020-03-21 22:26:13 +01:00
5cf3426834
remove debug code
2020-03-21 22:17:57 +01:00
54d01fec43
moved string formatting to header
2020-03-21 21:48:52 +01:00
f8d717d195
test.sh fix
2020-03-21 21:42:32 +01:00
c6db05c5ae
test.sh with -no-pie
2020-03-21 21:10:38 +01:00
6f78b67f03
adjusted int_bufs
2020-03-21 20:28:01 +01:00
f18dbb0b40
afl-gotcpu.c: compielr warning fixed: initialize variable v2
2020-03-21 19:13:39 +01:00
dcd9cd638b
fix stat display
2020-03-21 17:42:00 +01:00