143 Commits

Author SHA1 Message Date
vanhauser-thc
9325a4fcbb http->https 2021-11-06 10:28:22 +01:00
Andrea Fioraldi
77a63d8ccf execs field in filenames 2021-10-19 13:59:31 +02:00
vanhauser-thc
d4a8a9df69 fix regression in class lookup 2021-08-31 23:54:19 +02:00
yuawn
699a1b0120 remove unneeded assignment 2021-07-21 10:37:54 +00:00
vanhauser-thc
6e704e8a10 fix aflfast 2021-07-15 16:20:55 +02:00
vanhauser-thc
b409d63fd3 fix 2021-05-08 11:24:04 +02:00
vanhauser-thc
dfe6f7f8c9 make setting different file permissions easy via config.h 2021-03-23 20:21:08 +01:00
vanhauser-thc
209c5ba465 larger map, stats reload fix, code format 2021-02-07 05:33:02 +01:00
van Hauser
b850951c72 code format and not setting sanitizers if debug and settings present 2021-01-21 17:15:14 +01:00
van Hauser
0367f6c723 cleanup and rename _DISCARD->_SKIP 2021-01-19 14:03:10 +01:00
van Hauser
6c095b3937 code format 2021-01-04 23:13:56 +01:00
hexcoder-
c6e038fe25 code cleanups (shadowed vars, (un)signed type mismatches, format types, etc.) 2021-01-04 20:40:53 +01:00
van Hauser
03849d147a warn on _AFL and __AFL env vars 2020-12-23 17:56:39 +01:00
hexcoder-
9a5ea5b5c2 workaround for Solaris: NAME_MAX is not defined 2020-12-22 20:33:06 +01:00
hexcoder-
2a994e457a portability: avoid void * arithmetic (UB), avoid GNU extension for array initializations 2020-12-22 19:39:49 +01:00
van Hauser
d07b0169cb skim import 2020-12-17 10:55:33 +01:00
van Hauser
da6cddab90 fix asserts 2020-12-08 11:30:05 +01:00
Dominik Maier
1dbefc14ea fixed bugs in custom_describe, reported by wizche 2020-12-04 14:26:48 +01:00
Dominik Maier
a19b3022d9 afl_custom_describe api added 2020-12-04 14:26:47 +01:00
van Hauser
99c783821f
Merge pull request #601 from Rumata888/fixing_symcc
Fixing symcc custom mutator
2020-11-17 10:13:57 +01:00
Rumata888
20a8a93fd1 Fixed symcc custom mutator 2020-11-12 01:13:57 +03:00
van Hauser
a3928e5a62 small fix to actually document custom mutator introspection 2020-11-10 14:20:41 +01:00
van Hauser
8e1047f5ef support custom mutator introspection 2020-11-10 14:08:21 +01:00
van Hauser
0fd98ae8b0 added mutation introspection make target 2020-11-01 21:34:08 +01:00
van Hauser
d5c3b4bafd directly add new queue to cache 2020-10-16 09:35:35 +02:00
van Hauser
383cd487a2 small improvements to Marcel's patch, fix laf-intel + redqueen crashes 2020-09-29 15:02:57 +02:00
Marcel Boehme
e87eca7fe8 Patching and improving AFLFast schedules. 2020-09-29 11:53:27 +00:00
root
af14acf2c1 Revert "Merge branch 'debug' into dev"
This reverts commit a7537b5511ad767d2240cf2dc6d3e261daa676f9, reversing
changes made to 15e799f7ae666418e75c6a79db833c5316b21f97.
2020-08-14 14:35:05 +02:00
van Hauser
a7537b5511
Merge branch 'debug' into dev 2020-08-14 13:23:14 +02:00
van Hauser
7a6867e2f8 split up __afl_manual_init, added internal AFL_DISABLE_LLVM_INSTRUMENTATION, skipping ctor+ifunc functions for all llvm, code-format 2020-08-12 16:06:30 +02:00
van Hauser
b38837f4ff setting attribute hot intelligently gives 0.5% speed 2020-08-12 14:14:44 +02:00
van Hauser
4f695b6f4c fixes 2020-08-11 11:16:48 +02:00
van Hauser
3ec1b23743 cleanup minor issues 2020-08-11 10:36:34 +02:00
van Hauser
b60663c031 taint integration done 2020-08-09 18:48:12 +02:00
van Hauser
32db31b555 fixes 2020-08-09 12:35:52 +02:00
van Hauser
a1129b67c2 changes 2020-08-09 12:15:36 +02:00
van Hauser
e4a0237cbc step 1 2020-08-09 00:35:12 +02:00
van Hauser
8bd8442bcc fix for schedules 2020-06-25 22:44:46 +02:00
2019
003456f770
fault == afl->crash_mode should be likely
Since during normal fuzzing, crash_mode is FSRV_RUN_OK, and fault is also usually FSRV_RUN_OK since most executions are valid executions, thus it should be likely instead of unlikely
2020-06-18 11:23:10 +08:00
van Hauser
ada59feda8 improve performance for default power schedule 2020-06-15 20:02:28 +02:00
van Hauser
a632c00b0d switch to faster and better hash + random 2020-06-12 16:08:49 +02:00
Dominik Maier
83112ed5e0 got rid of questionable phrasing 2020-06-02 14:54:24 +02:00
van Hauser
7b40d7b942 new code formatting + applied 2020-05-12 11:12:25 +02:00
Andrea Fioraldi
8bb10c3bf1 fix issue in describe_op showing time inside src 2020-05-12 09:20:02 +02:00
van Hauser
62aacf88ab fix simple names 2020-04-24 23:26:38 +02:00
Dominik Maier
8197e9b2e4
clang-tidy readability-braces (#323) 2020-04-19 16:42:40 +02:00
van Hauser
5b70d23211 added AFL_MAP_SIZE (wip) 2020-04-17 09:10:49 +02:00
Dominik Maier
6940e13629 removed redundent funcs 2020-04-16 17:50:08 +02:00
Dominik Maier
b10007a7b5 renamed duplicated func names 2020-04-16 15:32:04 +02:00
Dominik Maier
124665b392 code-format 2020-04-16 14:47:08 +02:00