6452 Commits

Author SHA1 Message Date
vanhauser-thc
549e5dd926 AFL_IGNORE_SEED_PROBLEMS 2023-08-23 18:02:33 +02:00
vanhauser-thc
d95cef8273 fix 2023-08-23 17:47:12 +02:00
vanhauser-thc
19d0c6a4c5 afl-whatsup startup detection 2023-08-23 17:35:24 +02:00
van Hauser
e2026f7b71
Merge pull request #1840 from smoelius/stable
update afl-system-config for macos
2023-08-22 17:28:22 +00:00
vanhauser-thc
959b753589 fix 2023-08-22 10:09:49 +02:00
vanhauser-thc
f41d121f07 afl-whatsup -m -n 2023-08-22 10:03:03 +02:00
vanhauser-thc
213298fe59 afl-whatsup add coverage output 2023-08-21 16:38:48 +02:00
Samuel E. Moelius III
71f9999f29 Adjust use of sudo 2023-08-19 11:19:07 -04:00
Samuel E. Moelius III
80f74934dd Don't hide errors 2023-08-19 08:43:47 -04:00
Samuel E. Moelius III
53c26d086b Loosen ReportCrash check 2023-08-19 08:17:23 -04:00
vanhauser-thc
8cf6a13eb7 add env var to help output 2023-08-17 11:47:12 +02:00
vanhauser-thc
c2c8e780a5 add benchmark 2023-08-16 10:50:07 +02:00
van Hauser
fd219177c7
Merge pull request #1837 from echel0nn/dev
added an example of ELF Header custom mutator
2023-08-14 08:17:05 +00:00
echel0nn
ca82b65d6c added README description & shortened pos defs 2023-08-13 21:59:00 +03:00
echel0nn
fdb4ed2131 added an example of ELF Header mutator 2023-08-13 19:41:43 +03:00
vanhauser-thc
4d8d8633ff update faq 2023-08-13 11:44:37 +02:00
vanhauser-thc
26f29fd485 nits 2023-08-13 10:18:33 +02:00
van Hauser
f838509d49
Merge pull request #1836 from chinggg/fix-fav_factor
Remove redundant comparison of `fav_factor` in `update_bitmap_score`
2023-08-13 08:13:09 +00:00
chinggg
030799638d Remove redundant comparison of fav_factor in update_bitmap_score
`top_rated_fav_factor` was actually calculated twice,
but only one calculation and comparison is needed.

Since `fav_factor` > `top_rated_fav_factor` will always cause skip of current
iteration, `else if (fuzz_p2 == top_rated_fuzz_p2)` is also redundant.
2023-08-13 00:24:44 +08:00
marc
8823f22a9c add AFL_FINAL_SYNC 2023-08-11 11:22:18 +02:00
marc
1cd9258768 update tritondse script 2023-08-10 14:46:37 +02:00
marc
9607d1db06 v4.09a init 2023-08-10 10:56:20 +02:00
van Hauser
f596a297c4
Merge pull request #1832 from AFLplusplus/dev
v4.08c release
v4.08c
2023-08-10 08:42:17 +00:00
marc
3721c65a0b v4.08c release 2023-08-10 10:41:55 +02:00
van Hauser
fa44d8f79f
Merge pull request #1831 from AFLplusplus/dev
push to stable
2023-08-09 18:29:25 +00:00
marc
55d696fbae code format 2023-08-09 17:14:13 +02:00
van Hauser
b4bd33961c
Merge pull request #1821 from junwha0511/crashing-seeds-as-new-crash
Implement an option for treating crashing seeds as new crash
2023-08-09 14:39:25 +00:00
van Hauser
7f3b0a9503
Merge pull request #1829 from devnexen/fix_build_fuzzqueen
afl-fuzz-redqueen.c fix build, also forgotten math lib for ilog* calls
2023-08-09 14:33:23 +00:00
marc
d9cadb2e7d -c - support 2023-08-09 16:31:30 +02:00
marc
18d9234dfe Revert "-c - support"
This reverts commit 5618062cb55f1ac094e33ad662a03df45e048f45.
2023-08-09 16:29:56 +02:00
marc
5618062cb5 -c - support 2023-08-09 16:28:04 +02:00
David CARLIER
2c376f8994 afl-fuzz-redqueen.c fix build, also forgotten math lib for ilog* calls 2023-08-08 21:24:05 +01:00
van Hauser
a0aaae9b17
Merge pull request #1825 from devnexen/cpp_no_exceptions
disable exceptions on LLVM/GCC plugins, decreasing further the librar…
2023-08-06 13:45:40 +00:00
David Carlier
5b55cf84c1 disable exceptions on LLVM/GCC plugins, decreasing further the libraries's binaries size in the process. 2023-08-05 14:21:56 +01:00
van Hauser
2ce5113530
Merge pull request #1822 from jschwartzentruber/nyx-log
Add AFL_NYX_LOG to redirect NYX hprintf messages to a file.
2023-08-04 21:13:07 +00:00
Jesse Schwartzentruber
247d8539fe Add AFL_NYX_LOG to redirect NYX hprintf messages to a file. 2023-08-04 15:39:57 -04:00
van Hauser
738a6c0731
Merge pull request #1824 from schumilo/dev
Nyx mode - minor changes
2023-08-04 10:50:46 +00:00
Sergej Schumilo
c2a0a24594 add someone else to the "list of contributors" :-) 2023-08-04 12:20:44 +02:00
Sergej Schumilo
08a6fd7c29 update the old nyx env var naming scheme
(to have a more consistent naming overall)
2023-08-04 12:13:06 +02:00
Sergej Schumilo
1fd1f0d8ce fix typo in nyx_mode/README.md 2023-08-04 11:54:58 +02:00
Sergej Schumilo
4f3aa90a5f update QEMU-Nyx submodule 2023-08-04 11:52:39 +02:00
Junwha
fcdfe9e990 Define AFL_CRASHING_SEEDS_AS_NEW_CRASH as env variable
- and fix typo

Signed-off-by: Junwha <qbit@unist.ac.kr>
2023-08-04 18:36:58 +09:00
vanhauser-thc
0a28bce016 update docs 2023-08-04 09:45:11 +02:00
vanhauser-thc
79640acbf1 nits 2023-08-04 09:25:19 +02:00
van Hauser
4a9264444f
Merge pull request #1823 from schumilo/dev
Nyx mode updates
2023-08-04 09:12:27 +02:00
Sergej Schumilo
5d78a6f592 update nyx mode readme (NYX_AUX_BUFFER_SIZE) 2023-08-03 14:43:16 +02:00
Sergej Schumilo
8f31086a7f make nyx aux buffer size configurable 2023-08-03 14:40:10 +02:00
Sergej Schumilo
641c551ba0 update Nyx submodules 2023-08-03 13:46:54 +02:00
Junwha
a61e1ffe4d Add AFL_CRASHING_SEEDS_AS_NEW_CRASH to doc
Signed-off-by: Junwha <qbit@unist.ac.kr>
2023-08-02 19:21:41 +09:00
Junwha
1429c9724e Add option for treating crashing input as new crash
Signed-off-by: Junwha Hong <qbit@unist.ac.kr>
2023-08-02 19:07:38 +09:00