Dominik Maier
d064b2e4af
el no longer has to be used in loop
2020-04-09 10:23:37 +02:00
Dominik Maier
5630c2e72c
list testcase added
2020-04-09 10:23:37 +02:00
Dominik Maier
71372c4d2f
fixed docu
2020-04-01 13:10:07 +02:00
Dominik Maier
b83a2c1a00
make travis happy
2020-04-01 13:10:07 +02:00
Dominik Maier
5a4d4ad736
fixed bug in cmplog
2020-04-01 13:10:07 +02:00
Dominik Maier
5bc6dccbbd
src doku is now markdown
2020-04-01 13:10:07 +02:00
Dominik Maier
42ee300e92
dropped make switches
2020-04-01 13:10:07 +02:00
Dominik Maier
582f5103d9
enabled fortify source
2020-04-01 13:10:07 +02:00
h1994st
50fc7327f2
python mutator: fix nullptr for python mutator data
2020-04-01 13:10:07 +02:00
Dominik Maier
376b45c199
code format
2020-04-01 13:10:06 +02:00
Dominik Maier
7c383094d9
added unittest for unit_maybe_alloc
2020-04-01 13:10:06 +02:00
Dominik Maier
452067ffca
added read_timed
2020-04-01 13:10:06 +02:00
Dominik Maier
98545f30aa
code format
2020-04-01 13:10:06 +02:00
Dominik Maier
81873d97f8
error handling for custom mutators
2020-04-01 13:10:06 +02:00
hexcoder-
cda56ca129
types.h: silence some compiler warnings regarding redeclaration of
...
likely/unlikely
2020-04-01 13:10:06 +02:00
Dominik Maier
ab5e0703da
tiny changes in custom mut api
2020-04-01 13:10:06 +02:00
hexcoder-
f370ef38c4
alloc-inl.h/ck_maybe_grow(): restore original exponential allocs
2020-04-01 13:10:06 +02:00
hexcoder-
1119a2e185
alloc-inl.h/ck_maybe_grow() back to size_t, reimplement overflow check
2020-04-01 13:10:06 +02:00
hexcoder-
9d7ac3d99f
alloc_inl.h/ck_maybe_grow(): fix compiler warning
2020-04-01 13:10:06 +02:00
Dominik Maier
e59282fe20
if exponential growth is too much, don't doo it
2020-04-01 13:10:05 +02:00
Dominik Maier
9785b15ed2
more custom mutator remodelling
2020-04-01 13:10:05 +02:00
Dominik Maier
5bd8aa489b
fixed leak
2020-04-01 13:10:05 +02:00
Dominik Maier
e71c2937de
code format
2020-04-01 13:10:05 +02:00
Dominik Maier
71f8cc9dd2
almost
2020-04-01 13:10:05 +02:00
Dominik Maier
d6a7630fe2
more api
2020-03-27 11:06:06 +01:00
Dominik Maier
e9c7610cb7
edited custom mutator pre_save api
2020-03-27 11:06:06 +01:00
Dominik Maier
6d3dc83c5d
code format
2020-03-27 11:06:06 +01:00
Dominik Maier
77b81e7361
custom mutators might work again like this
2020-03-23 18:18:54 +01:00
Dominik Maier
83f925ccc9
unsafer
2020-03-23 15:02:26 +01:00
Dominik Maier
cbde30e9d4
less branches, cleanup
2020-03-23 00:14:03 +01:00
van Hauser
d39e9ea11c
little performance enhancements
2020-03-22 19:06:39 +01:00
van Hauser
7374af51d1
silly, silly typo
2020-03-22 10:07:59 +01:00
van Hauser
5a0cc43ee1
all afl msgs to stdout and only read AFL_BENCH_JUST_ONE once
2020-03-22 09:26:46 +01:00
Dominik Maier
f08a3fedf6
renamed UB to rand_below
2020-03-21 22:26:13 +01:00
van Hauser
5cf3426834
remove debug code
2020-03-21 22:17:57 +01:00
Dominik Maier
54d01fec43
moved string formatting to header
2020-03-21 21:48:52 +01:00
van Hauser
c6db05c5ae
test.sh with -no-pie
2020-03-21 21:10:38 +01:00
van Hauser
29853549c3
add RARE schedule. also fixes doc_path
2020-03-20 08:54:09 +01:00
Dominik Maier
5b9d306cdf
no more (?) statics
2020-03-19 22:54:09 +01:00
Dominik Maier
0fa47bb867
removed unneeded func
2020-03-19 21:33:17 +01:00
Dominik Maier
b6fa63abdf
code format
2020-03-19 19:23:58 +01:00
Dominik Maier
51a346bcbe
50% less globals
2020-03-19 19:22:57 +01:00
van Hauser
3aa7242925
added mmopt power schedule
2020-03-17 21:42:36 +01:00
van Hauser
61ba214f19
print a completed UI screen on exit without bugs :)
2020-03-15 22:51:22 +01:00
van Hauser
87599de782
fix errors in last commit (u8)afl_get_env
2020-03-15 19:39:03 +01:00
Rishi Ranjan
126d1f1cd1
Move afl-fuzz related env variables into afl_state_t ( #252 )
...
* Move afl-fuzz related env variables into afl_state_t
* Move the env variables assignment from fuzz_init and code Format
* Fix typo
* Remove redundant env variables from afl_env struct
* Rename function to read_afl_environment
2020-03-15 18:29:23 +01:00
Dominik Maier
15ba6249fc
fauxserver
2020-03-15 17:02:48 +01:00
hexcoder-
e77c431582
fix compilation under FreeBSD: ugly name clash of LIST_FOREACH (FreeBSDs fault)
2020-03-14 13:21:39 +01:00
van Hauser
684f4dd1c4
honor afl_quiet on env var checks + code-format
2020-03-11 11:42:57 +01:00
Dominik Maier
cc1d6b33b1
unified pointer placement
2020-03-10 22:04:05 +01:00