124 Commits

Author SHA1 Message Date
van Hauser
64fa11d204 updated changelog, afl-analyze AFL_SKIP_BIN_CHECK support 2019-10-28 11:52:31 +01:00
van Hauser
4de38fe40a docs update 2019-10-27 09:04:40 +01:00
hexcoder
7e9b6fe0aa
Update sister_projects.txt
status updates for python mutators and whitelist selective instrumentation feature.
2019-10-25 10:44:34 +02:00
van Hauser
39b7f48870 performance doc enhancements 2019-10-23 17:01:05 +02:00
van Hauser
be6bc155eb v2.58c 2019-10-21 11:28:32 +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
hexcoder-
bf544af690 new entries for gcc_plugin 2019-10-18 21:21:17 +02:00
hexcoder-
b1822f2602 reintegrate gcc_plugin 2019-10-18 18:01:33 +02:00
van Hauser
f4a74a3405 added test/test-performance.sh 2019-10-18 10:10:47 +02:00
van Hauser
73da639654 revert patch 2019-10-18 08:25:43 +02:00
hexcoder-
1aec670c43 add forgotten floating point comparisons in laf-intel/llvm_mode 2019-10-16 20:37:58 +02:00
van Hauser
97f5ce52d1 v2.57c release 2019-10-15 16:48:05 +02:00
van Hauser
20f009e927 added afl-fuzz -I cmdline option 2019-10-08 11:53:31 +02:00
Andrea Fioraldi
a8ff64f704
Merge pull request #74 from vanhauser-thc/multiarch_compcov
Multiarch CompCov
2019-10-05 00:01:16 +02:00
van Hauser
9c105098dd general maintance 2019-10-04 10:33:28 +02:00
Andrea Fioraldi
4cf02a32a7 unicorn arm compcov 2019-10-03 15:35:02 +02:00
van Hauser
7cdd0abfd5 doc update 2019-09-23 11:06:41 +02:00
van Hauser
b4ca95a9fa afl-fuzz mutation documentation feature 2019-09-22 13:21:15 +02:00
hexcoder-
e36e5f4fc9 Merge branch 'master' of https://github.com/vanhauser-thc/AFLplusplus 2019-09-22 08:08:47 +02:00
hexcoder-
1e503a586d first realisation of splitting floating point compares
activated with AFL_LLVM_LAF_SPLIT_COMPARES=1
needs testing on big endian machines
A compare is split into
 sign integer comparison
 exponent integer comparison
 mantissa/fraction integer comparison
These integer comparisons are further splitted if they are
bigger than a byte.
2019-09-22 08:02:56 +02:00
van Hauser
e423e0a0f1 make tests 2019-09-21 19:00:43 +02:00
van Hauser
6e6480c952 install libtokencap and libdislocator if present 2019-09-20 19:39:19 +02:00
van Hauser
ff5c7b155c custom mutator fuzzing yields UI 2019-09-20 19:20:15 +02:00
van Hauser
123d97bfb8 LLVM_CONFIG llvm_mode fix 2019-09-20 18:37:16 +02:00
Andrea Fioraldi
5e56d3bf36 bit of doc 2019-09-17 16:17:39 +02:00
van Hauser
c8173eb9ec make help 2019-09-17 07:33:48 +02:00
van Hauser
428b88a82a added afl_custom_mutator_only 2019-09-16 16:17:16 +02:00
van Hauser
46ac559003 man page for afl-clang-fast 2019-09-16 15:17:14 +02:00
van Hauser
4e87c6af02 for hexcoder 2019-09-13 17:05:20 +02:00
van Hauser
461e717157 doc update 2019-09-13 14:22:31 +02:00
Andrea Fioraldi
6444bc6a71 update readme and todo 2019-09-13 11:02:50 +02:00
van Hauser
df379dfcf4 no more unlink 2019-09-10 21:01:33 +02:00
van Hauser
1a0b491ed6 2.54d init 2019-09-05 10:14:42 +02:00
van Hauser
3a4226a28b 2.54c release 2019-09-05 10:12:22 +02:00
Khaled Yakdan
b31dff6bee Merge branch 'master-upstream' into custom_mutator_docs
# Conflicts:
#	afl-fuzz.c
2019-09-04 23:20:18 +02:00
Khaled Yakdan
1b3f971330 Added documentation and a simple example for the custom mutator functionality 2019-09-04 22:57:52 +02:00
van Hauser
abf61ecc8f add to docs 2019-09-04 16:15:42 +02:00
van Hauser
52bfd1fc3d added man pages 2019-09-04 12:14:35 +02:00
Andrea Fioraldi
e969afc627 update todo 2019-09-03 11:24:45 +02:00
van Hauser
39c4bb7a49 added peak_rss_mb and slowest_exec_ms in fuzzer_stats report 2019-09-02 10:29:54 +02:00
van Hauser
e76ad2980f added force-ui env 2019-09-02 09:41:52 +02:00
Andrea Fioraldi
5036cb54cc update with changes from master 2019-08-30 12:13:51 +02:00
Andrea Fioraldi
eadd378f6c update changelog 2019-08-30 11:42:30 +02:00
Andrea Fioraldi
7b36afd5f1 modernize docs and readme for qemu and unicorn 2019-08-30 11:38:33 +02:00
van Hauser
10df5ad0ac docu update 2019-08-27 16:22:25 +02:00
Andrea Fioraldi
b1ebd62c78
update env_variables.txt with compcov levels 2019-08-21 09:57:26 +02:00
van Hauser
d3d0682310 seperated the forkserver from afl-fuzz and afl-tmin 2019-08-19 12:54:55 +02:00
van Hauser
2971b5b315 documentation update 2019-08-08 10:36:43 +02:00
van Hauser
af823d6486 map size fixes 2019-08-01 15:44:10 +02:00
van Hauser
487a87df02 adding blame 2019-08-01 15:32:55 +02:00