511 Commits

Author SHA1 Message Date
van Hauser
afb81b8005 added lots of dictionaries 2020-05-16 11:17:36 +02:00
van Hauser
57637ba0b0 removed overlooked post_lib references, added post_lib examples to examples/custom_mutators 2020-05-15 13:39:42 +02:00
van Hauser
d536ddc240 change: slaves only sync from masters 2020-05-15 09:27:15 +02:00
van Hauser
564399bd75 v2.65d init 2020-05-15 09:04:55 +02:00
van Hauser
49bd24144a v2.65c 2020-05-15 08:35:46 +02:00
Dominik Maier
97bddc8cfa
added critical whitespace 2020-05-15 01:52:56 +02:00
van Hauser
682b620922 fix afl-clang-fast help output 2020-05-14 16:25:07 +02:00
Dominik Maier
56a86bb9e2 added unicornafl fix info 2020-05-14 01:35:35 +02:00
van Hauser
d334093606 deprecated AFL_POST_LIBRARY 2020-05-14 01:00:11 +02:00
rish9101
9627458ecc Add post library API as custom mutator and rename pre_save 2020-05-13 18:59:12 +05:30
van Hauser
72f4a9f678 missing env var 2020-05-12 19:40:04 +02:00
van Hauser
060f4ea320 enforce mandatary custom functions 2020-05-12 17:05:12 +02:00
rish9101
7b9ac9d414 Specify usage of multiple custom mutators 2020-05-10 12:21:19 +05:30
Rishi Ranjan
cf9238e09d
Update docs and Changelog for custom_mutators (#355) 2020-05-09 00:01:11 +02:00
hexcoder-
d217c7df05 Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into dev 2020-05-07 18:33:38 +02:00
hexcoder-
9484da57ed convert docs/README.md into a symlink to toplevel README.md (helps website content) 2020-05-07 18:32:36 +02:00
van Hauser
ef2ccc8117 added AFL_LLVM_SKIPSINGLEBLOCK and changed default behaviour to instrument single block functions 2020-05-07 14:59:12 +02:00
van Hauser
a1c9c497d5 aarch64 support for afl-untracer 2020-05-06 15:37:49 +02:00
van Hauser
80ddb484de added InsTrimLTO :-) 2020-05-06 11:51:28 +02:00
van Hauser
ad3960580d fixed typos 2020-05-05 20:19:04 +02:00
van Hauser
d6346561db ctx+ngram for instrim 2020-05-05 15:37:02 +02:00
van Hauser
6e45e55d82 fix crash in AFL_LLVM_LAF_TRANSFORM_COMPARES 2020-05-05 10:38:44 +02:00
van Hauser
16c16b3e6e ctx and ngram can be used together now 2020-05-04 18:01:47 +02:00
van Hauser
378573ab8b AFL_LLVM_SKIP_NEVERZERO added 2020-05-02 00:39:13 +02:00
van Hauser
efa9df24c2 afl-untracer completed 2020-04-30 17:59:59 +02:00
van Hauser
bc2e65e482 added afl_network_proxy 2020-04-29 15:18:03 +02:00
van Hauser
781725aeaf added afl-proxy to examples 2020-04-29 02:54:57 +02:00
van Hauser
a56354a893 fix for afl-showmap with -Q 2020-04-27 19:30:32 +02:00
van Hauser
4ffa5b0636 fix negative stability bug (hopefully) 2020-04-26 18:42:42 +02:00
van Hauser
07db922024 add to changelog 2020-04-25 13:09:27 +02:00
van Hauser
fa610270ab remove empty line 2020-04-25 13:08:42 +02:00
van Hauser
766085293d variable map size fix, error reporting through forkserver, code format 2020-04-24 12:09:25 +02:00
van Hauser
b120ca27f8 add documentation for LTO fixed map address feature 2020-04-23 12:20:58 +02:00
van Hauser
3dbfd18f36 wording 2020-04-20 21:18:32 +02:00
van Hauser
4c90293e44 clean and deepclean Makefile updates 2020-04-19 16:48:42 +02:00
van Hauser
16a5e6bf16 update documentation 2020-04-19 10:15:28 +02:00
hexcoder-
68f18923ab fix docs typos 2020-04-18 11:32:06 +02:00
van Hauser
9adcc73d61 v2.64d init 2020-04-17 19:39:32 +02:00
van Hauser
c9605f2251 ++2.64c 2020-04-17 14:10:18 +02:00
Dominik Maier
f70d4a6fd4 added bugfix infos 2020-04-17 11:07:03 +02:00
van Hauser
ef311ec70c done implementing AFL_MAP_SIZE 2020-04-17 10:08:56 +02:00
van Hauser
5b70d23211 added AFL_MAP_SIZE (wip) 2020-04-17 09:10:49 +02:00
van Hauser
c961925356 fix plot_data output and code-format 2020-04-17 07:10:42 +02:00
Dominik Maier
b63dd7a464 NO_PYTHON documented 2020-04-14 12:07:46 +02:00
van Hauser
dda096da03 allow -L -1 to enable mopt in parallel to classic mutation 2020-04-13 12:12:27 +02:00
van Hauser
aaf8835cdb updated changelog 2020-04-12 12:18:06 +02:00
van Hauser
32ba60185e more refactoring and update changelog 2020-04-11 08:02:54 +02:00
van Hauser
3a509c6168
LTO optimization, variable map size, autodictionary (#307)
* lto module clean-up

* step 1/3

* step 1/3 completed

* if tmp is ever made non-static

* parts 2 and 3 - autodictionary is complete

* variable map_size support

* variable map size: changed overlooked functions

* remove debug for autodict

* 64 bit alignment of map size

* fix review comments

* force 64 bit alignment on both sides

* typo
2020-04-10 22:33:11 +02:00
van Hauser
b485b7a252 fix compilers for empty AFL_CC/AFL_CXX env 2020-04-09 16:27:00 +02:00
van Hauser
c1395bb543 LTO llvm11 (#302)
* new LTO mode for llvm 11

* remove unneeded afl-ld and env vars
2020-04-09 16:27:00 +02:00