Dominik Maier
6d3dc83c5d
code format
2020-03-27 11:06:06 +01:00
Dominik Maier
89512d4e05
fixed call of custom mutators
2020-03-27 11:06:06 +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
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
van Hauser
c6db05c5ae
test.sh with -no-pie
2020-03-21 21:10:38 +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
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
van Hauser
988a32ced5
code-format
2020-03-09 12:21:54 +01:00
Dominik Maier
dba3595c0a
AFL without globals ( #220 )
...
* moved globals to afl, shm and fsrv
* moved argv to afl state, less bugs
* fixed unicorn docu
* lists everywhere
* merged custom mutators
* fixed leaks in afl-fuzz
2020-03-09 11:24:10 +01:00
van Hauser
36ce9c1fb9
more code format
2020-03-09 08:30:28 +01:00
h1994st
8f93cf5c55
Add two new hooks for the custom mutator
...
- `afl_custom_queue_get` and `afl_custom_queue_new_entry`
- Update the corresponding document and examples
2020-03-07 16:28:48 -05:00
Andrea Fioraldi
172d384bf2
custom havoc mutation
2020-03-07 12:11:06 +01:00
h1994st
df46521658
Finish refactoring APIs for the custom mutator and Python module
...
- Remove AFL_PYTHON_ONLY (env) and python_only (variable)
- Unify fuzz API of the custom mutator and Python module
- Merge the custom mutator into the old python_stage, which is now renamed to custom_mutator_stage
2020-03-03 19:48:13 -05:00
h1994st
90506479e7
Refactoring fuzz_py
API
2020-03-02 21:30:10 -05:00
h1994st
7862416844
Uniform API for both Python and custom mutator
2020-03-02 19:29:41 -05:00
van Hauser
f807d7cefb
important InsTrim fixes!
2020-02-24 02:45:17 +01:00
Andrea Fioraldi
de4f88b4cb
improve redqueen not looking in orig buf
2020-02-21 20:05:43 +01:00
Andrea Fioraldi
249cd2c766
fix oob flip_bit in mopt code
2020-02-21 17:51:38 +01:00
Andrea Fioraldi
13296af491
skeleton for rtn cmplog
2020-02-18 15:05:17 +01:00
van Hauser
5571142e25
dictionary insert stage count bugfix
2020-02-11 11:32:20 +01:00
Andrea Fioraldi
6e9fce1c2d
Merge branch 'master' into CmpLog
2020-01-30 22:52:27 +01:00
van Hauser
0d5a8f69e9
fixed Heiko's global search-replace :)
2020-01-20 19:21:44 +01:00
Andrea Fioraldi
b6c5974b37
format
2020-01-17 16:41:30 +01:00
Andrea Fioraldi
55e9297202
first experiment cmplog
2020-01-17 16:39:05 +01:00
Andrea Fioraldi
b2bee5c32a
moar moar copyrights
2020-01-06 16:17:23 +01:00
van Hauser
710566be93
remove unnecessary conditions
2020-01-02 10:51:14 +01:00
van Hauser
3b9517ae73
v2.60d and year 2020 init
2019-12-31 13:01:08 +01:00
Andrea Fioraldi
124ec8d297
code format (contributors, do it!)
2019-12-02 14:34:21 +01:00
Andrea Fioraldi
659db7e421
Merge branch 'master' into radamsa
2019-11-11 14:36:06 +01:00
Andrea Fioraldi
cd84339bcc
libradamsa dlopen
2019-11-11 14:32:50 +01:00
Andrea Fioraldi
73cb587266
test unicorn && AFL_DISABLE_TRIM env var
2019-11-05 18:39:16 +01:00
van Hauser
6e5143681c
enhanced radamsa integration
2019-10-24 16:53:30 +02:00
hexcoder-
c83e8e1e62
Remove lcamtuf's old email from Google (not valid anymore), also remove maintainance from him.
2019-10-19 18:23:01 +02:00
Andrea Fioraldi
9de74cce92
radamsa mutator as havoc cycle replacement with probability 1/24
2019-10-10 19:46:46 +02:00
van Hauser
9c105098dd
general maintance
2019-10-04 10:33:28 +02:00
Aki Helin
2b1b9f816c
use the original data as input to custom fuzzer modules
2019-09-25 16:11:27 +03:00
van Hauser
b4ca95a9fa
afl-fuzz mutation documentation feature
2019-09-22 13:21:15 +02:00
Andrea Fioraldi
ed7917e619
qemu persistent GPR
2019-09-18 10:15:34 +02:00
van Hauser
428b88a82a
added afl_custom_mutator_only
2019-09-16 16:17:16 +02:00
hexcoder
36020c41df
Merge branch 'master' into persistent_qemu
2019-09-13 11:34:50 +02:00
hexcoder-
a67d86c6e2
Second part of refactoring afl-fuzz-one.c. Now more back to sane functions.
2019-09-12 22:56:38 +02:00
Andrea Fioraldi
6b40189045
first version of persistent QEMU
2019-09-12 12:34:53 +02:00
hexcoder-
4721617fd6
refactoring for unification of pilot_fuzzing() and core_fuzzing()
...
fast method with macro template, review required
2019-09-08 00:17:28 +02:00
hexcoder-
b82ff2d7e7
prefer preincrement over postincrement
2019-09-07 11:20:36 +02:00
Andrea Fioraldi
e1f18f6212
fix typo in custom format
2019-09-04 10:03:51 +02:00
Andrea Fioraldi
9705ccee67
credits and license header for src/* and include/*
2019-09-04 09:43:09 +02:00