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
5a74cffa0f
added llvm_mode ngram coverage
2020-03-20 17:10:44 +01:00
5d932398df
expose cycles_wo_finds in fuzzer_stats
2020-03-20 09:44:51 +01:00
29853549c3
add RARE schedule. also fixes doc_path
2020-03-20 08:54:09 +01:00
5b9d306cdf
no more (?) statics
2020-03-19 22:54:09 +01:00
b22e890ec2
fixed resize; removed more statics
2020-03-19 21:32:08 +01:00
b6fa63abdf
code format
2020-03-19 19:23:58 +01:00
51a346bcbe
50% less globals
2020-03-19 19:22:57 +01:00
fd9587d26e
Merge pull request #262 from rish9101/remove_alarm
...
Port the fauxserver changes to afl-cmplog and code format
2020-03-19 17:01:57 +01:00
be261b3e69
moved repository to https://github.com/AFLplusplus/AFLplusplus and updated links
2020-03-19 15:20:39 +01:00