487 Commits

Author SHA1 Message Date
van Hauser
be261b3e69 moved repository to https://github.com/AFLplusplus/AFLplusplus and updated links 2020-03-19 15:20:39 +01:00
van Hauser
3aa7242925 added mmopt power schedule 2020-03-17 21:42:36 +01:00
van Hauser
288432843b updated README, ideas and a missing clean in Makefile 2020-03-11 12:03:44 +01:00
intrigus-lgtm
66e8faaaa9
Fix typo (#247) 2020-03-11 00:48:52 +01:00
van Hauser
1148a2d0d1 document new environment variables and code format 2020-03-10 07:14:42 +01:00
van Hauser
1467776a3f imported InsTrim algo fix 2020-03-10 06:47:11 +01:00
Andrea Fioraldi
cdd1dd3d20 changelog 2020-03-09 14:37:34 +01:00
van Hauser
dea1dbfba4 updated changelog and todo 2020-03-09 12:33:06 +01:00
van Hauser
aa4050d406 disable leaksanitizer when "make" 2020-03-09 12:04:35 +01:00
van Hauser
9f7bcca91e mark AFL_PYTHON_ONLY deprecated 2020-03-08 16:56:44 +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
Dominik Maier
1e30c3a941 afl-tmin hang mode added 2020-03-07 03:40:42 +01:00
h1994st
38e7dd2b9e Update examples of the custom mutator
- Merge `examples/python_mutators` into `examples/custom_mutators`
- Remove `examples/python_mutators`
- Update existing examples to demonstrate new APIs
2020-03-04 01:09:37 -05:00
h1994st
42ce48db39 Fix typo 2020-03-03 23:18:47 -05:00
h1994st
445d4b7e59 Update the documents of the custom mutator
- Merge python_mutators.md into custom_mutator.md
- Remove python_mutators.md
2020-03-03 23:17:24 -05: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
van Hauser
f0cf9c2cdf make afl-showmap quiet when called from afl-cmin* 2020-03-01 22:30:38 +01:00
Dominik Maier
6865cd8d69 Added AFL_AUTORESUME option 2020-03-01 13:47:33 +01:00
van Hauser
6730b6a15a code-format, env.md fixes and adding -hh for env usage display into afl-fuzz and Makefile 2020-02-29 14:23:44 +01:00
hexcoder-
6e08be1d0b add env info to afl-fuzz (please review!), small clarifications in docs/env_variables.md 2020-02-28 22:02:55 +01:00
van Hauser
449a14d1d0 more examples for README and custom_mutator README 2020-02-28 14:07:38 +01:00
van Hauser
7fa289316a fix for qemu_mode where capstone 4.0+ is installed 2020-02-28 06:50:15 +01:00
van Hauser
212e5d1a72 v2.62d 2020-02-28 01:16:36 +01:00
van Hauser
713952b9c7 v2.62c 2020-02-28 01:13:28 +01:00
van Hauser
20b8fc075b v2.62c 2020-02-28 01:12:44 +01:00
van Hauser
2eb7d0d88c update ideas 2020-02-28 00:55:44 +01:00
van Hauser
41493b1e3f cmplog_shm shmat was missing result check 2020-02-28 00:41:56 +01:00
Andrea Fioraldi
bf8a154bec perf-fuzz idea 2020-02-27 20:58:30 +01:00
hexcoder-
891b568678 fix references to README docs 2020-02-25 08:34:44 +01:00
van Hauser
9cc8ebd351 2.61d init 2020-02-24 17:26:02 +01:00
van Hauser
3f6bfbd981 v2.61c 2020-02-24 17:24:06 +01:00
van Hauser
f807d7cefb important InsTrim fixes! 2020-02-24 02:45:17 +01:00
Dominik Maier
7c8cb33848
GSOC <3 2020-02-20 19:40:39 +01:00
van Hauser
d6623d4b65 gsoc2020 2020-02-20 18:32:29 +01:00
van Hauser
04e93d9e3b add AFL_DEBUG to docs/env 2020-02-20 12:54:24 +01:00
van Hauser
0b692faddd gcc-10 support 2020-02-19 12:20:09 +01:00
van Hauser
69898722cb fix travis and fix logic 2020-02-19 10:46:10 +01:00
van Hauser
220804714b unsafe memory speed toggle 2020-02-17 08:25:27 +01:00
van Hauser
e40415cf16 fix 2020-02-16 19:22:12 +01:00
van Hauser
204059c61a check for mistyped env vars 2020-02-16 18:16:10 +01:00
van Hauser
4cccdb89c0 fix for instrim (not the important one) 2020-02-16 16:45:30 +01:00
hexcoder
4d7f39f819
Updates for UBSAN 2020-02-16 10:57:02 +01:00
hexcoder-
37f865ab24 fix UBSAN handling, update docs 2020-02-16 10:44:53 +01:00
Andrea Fioraldi
a1c54425f7 Merge branch 'master' of github.com:vanhauser-thc/AFLplusplus 2020-02-11 21:31:05 +01:00
Andrea Fioraldi
e22ba031f5 AFL_ENTRYPOINT instruction granularity 2020-02-11 21:29:36 +01:00
van Hauser
5571142e25 dictionary insert stage count bugfix 2020-02-11 11:32:20 +01:00
van Hauser
1a589e2313 update docs 2020-02-09 23:29:15 +01:00
van Hauser
e2ef242898 fuzzer_stat eps is now overall not current, clang-format fixed to v8 2020-02-09 09:43:33 +01:00
van Hauser
49acc388dd update documentation 2020-02-09 09:29:56 +01:00