6080 Commits

Author SHA1 Message Date
van Hauser
c33f8751e3
Merge pull request #1651 from AFLplusplus/dev
Dev
2023-02-21 01:11:00 +01:00
vanhauser-thc
6f4b5ae083 nit 2023-02-21 01:07:02 +01:00
vanhauser-thc
91b7f1c9f2 fix regression 2023-02-21 01:05:46 +01:00
vanhauser-thc
b786558dea Revert "LLVM cmplog factoring custom Instruction iterator with added restriction"
This reverts commit 8bc3fa1df286aac46a0a724f64e2e07010d2497e.
2023-02-20 15:43:54 +01:00
vanhauser-thc
ebaac23a51 clarify AFL_NO_STARTUP_CALIBRATION 2023-02-20 11:42:40 +01:00
vanhauser-thc
9da3a2ed45 fixes 2023-02-16 13:11:11 +01:00
vanhauser-thc
1faf6f6731 fix 2023-02-16 07:47:36 +01:00
vanhauser-thc
7f2bafbb8b remove some debug 2023-02-15 11:54:39 +01:00
vanhauser-thc
ae94499503 fix 2023-02-15 11:48:49 +01:00
vanhauser-thc
04356ecbbe fix 2023-02-15 11:28:43 +01:00
vanhauser-thc
2090f17a9b opt 2023-02-15 11:23:42 +01:00
vanhauser-thc
668f5e1fa9 debug output 2023-02-15 09:32:32 +01:00
vanhauser-thc
a7c43484e1 bettern custom mut warning 2023-02-15 07:45:45 +01:00
van Hauser
b352e3d1cc
Merge pull request #1646 from devnexen/llvm_custom_unique_refactoring
LLVM cmplog factoring custom Instruction iterator with added restriction
2023-02-14 05:42:45 +01:00
David CARLIER
8bc3fa1df2 LLVM cmplog factoring custom Instruction iterator with added restriction 2023-02-13 23:00:15 +00:00
vanhauser-thc
80eabd6e8a AFL_LLVM_DICT2FILE_NO_MAIN support 2023-02-13 11:34:14 +01:00
vanhauser-thc
5a0100c6ee add to readme 2023-02-13 10:01:02 +01:00
vanhauser-thc
54fa78d32c autodisable and better performance 2023-02-13 09:52:57 +01:00
vanhauser-thc
61439859ce cleanup 2023-02-13 08:26:30 +01:00
vanhauser-thc
240f6421d8 optimize performance 2023-02-13 08:23:47 +01:00
vanhauser-thc
7eaef449a1 remove ALTERNATIVE_TOKENIZE 2023-02-13 08:14:04 +01:00
vanhauser-thc
3881ccd0b7 enable arm64 container build again 2023-02-13 07:16:47 +01:00
van Hauser
6030df2f56
Merge pull request #1639 from apach301/fix-score-calculation
Increase fuzz_level for mopt_common_fuzzing
2023-02-12 17:55:48 +01:00
vanhauser-thc
141c324eb9 revert perfscore 0 fix attempt 2023-02-12 17:55:16 +01:00
van Hauser
bac8d25bc2
Merge pull request #1643 from YSaxon/dev
Cmplog should search for unprefixed target in PATH, not PWD
2023-02-12 17:48:31 +01:00
Yaakov Saxon
d3cdeabf92 Add myself to contributors :) 2023-02-09 22:04:18 +00:00
Yaakov Saxon
673a0a3866 add test for unprefixed path 2023-02-09 22:02:47 +00:00
Yaakov Saxon
f2be73186e cmplog exec with target_path 2023-02-09 21:37:35 +00:00
van Hauser
025f617d6a
Merge pull request #1640 from marcellomaugeri/stable
Fix typo in Nyx-mode
2023-02-08 17:04:41 +01:00
Marcello Maugeri
c86d06849b
Update forkserver.h
Fix typo
2023-02-08 15:54:27 +01:00
Marcello Maugeri
05b1189a55
Update afl-forkserver.c
Fix typo
2023-02-08 15:53:49 +01:00
Daniil Kutz
846e910e0c Validate -M and -p power schedule options 2023-02-08 13:50:03 +03:00
Daniil Kutz
ab26356bf7 Increase fuzz_level for mopt_common_fuzzing
Change performance score calculation for lin and quad power schedules
2023-02-07 19:50:31 +03:00
vanhauser-thc
03e6d33a40 fix perfscore 0 check 2023-02-07 15:27:31 +01:00
vanhauser-thc
6596284cc4 endless loop fix 2023-02-06 17:59:17 +01:00
vanhauser-thc
dbfa23b40a fixes 2023-02-06 16:38:52 +01:00
van Hauser
1a9f96858b
Merge pull request #1635 from stulle123/patch-1
Add Qemu Deferred Initialization Example for Binary-Only Targets
2023-02-06 15:27:54 +01:00
Dawin Schmidt
24e36212d5 Rename fuzzing harness 2023-02-06 09:04:33 -05:00
Dawin Schmidt
ca2e8a1bf6 Add Qemu deferred initialization example 2023-02-06 08:38:20 -05:00
vanhauser-thc
ca063c92d2 more options 2023-02-06 08:52:12 +01:00
vanhauser-thc
8a2547073c more options 2023-02-06 08:51:20 +01:00
vanhauser-thc
e612028255 dict fix 2023-02-05 14:19:10 +01:00
vanhauser-thc
f99656e22b create from thin air, max mutation 2023-02-05 13:15:06 +01:00
vanhauser-thc
90f61552f7 changes 2023-02-04 15:39:03 +01:00
vanhauser-thc
ec87abda93 readme 2023-02-04 14:37:28 +01:00
vanhauser-thc
e1434bcfcd more autotoken options 2023-02-04 14:34:47 +01:00
vanhauser-thc
53c19a807c code indent 2023-02-04 14:09:50 +01:00
van Hauser
3a6dea420f
Merge pull request #1634 from nataraj-hates-MS-for-stealing-github/stable
Explicitly print error code if sched_setaffinity fails
2023-02-04 13:55:29 +01:00
Nikolay Shaplov
df9ef84f5e Explicitly print error code if sched_setaffinity fails 2023-02-03 14:32:17 +00:00
vanhauser-thc
25b4b32627 small fix to compiler rt 2023-02-02 12:13:48 +01:00