6423 Commits

Author SHA1 Message Date
van Hauser
2f1043bbdf
Merge pull request #1851 from chinggg/cmp_fuzz_p2
Skip calculating top_rated_fuzz_p2 with FAST schedule
2023-09-06 12:00:16 +00:00
van Hauser
167fb7748d
Merge pull request #1852 from CodeLinaro/dev-frida-oob1
frida_mode: fix oob when copying details
2023-09-06 12:00:03 +00:00
Joey Jiao
b679e155ca frida_mode: fix oob when copying details
Change-Id: I6a19792ee9e174720242602cec4a79134f6218de
2023-09-05 09:24:42 +05:30
vanhauser-thc
9307ef4b7c fix string transform laf 2023-09-04 09:11:47 +02:00
chinggg
d83edc6175 Skip calculating top_rated_fuzz_p2 with FAST schedule
when FAST schedule is used, fuzz_p2 is already set to 0 so `fuzz_p2 > top_rated_fuzz_p2`
never happens, just set top_rated_fuzz_p2 to 0 to reduce calculation
2023-09-03 19:20:44 +08:00
vanhauser-thc
3bae404733 code format 2023-09-03 11:25:03 +02:00
van Hauser
1c4ff36496
Merge pull request #1850 from devnexen/afl_untracer_haiku
afl untracer haiku build fix.
2023-09-02 14:05:56 +00:00
vanhauser-thc
dad56abc85 fix attempt for laf string compare transform 2023-09-02 15:48:29 +02:00
David Carlier
2c40fc4ae8 afl untracer haiku build fix. 2023-09-02 10:04:14 +00:00
vanhauser-thc
1604351368 changelog 2023-08-31 14:45:03 +02:00
vanhauser-thc
8f5c510be1 Merge branch 'dev' of ssh://github.com/AFLplusplus/AFLplusplus into dev 2023-08-31 14:42:16 +02:00
vanhauser-thc
88ca5c7563 nit 2023-08-31 14:42:08 +02:00
van Hauser
5020e6b275
Merge pull request #1826 from WorksButNotTested/arm64-fix
Don't corrupt instruction if map offset is too large
2023-08-30 20:37:12 +00:00
Your
e4b408932d Fix detection of DSO 2023-08-30 17:17:55 +01:00
Your Name
1fe27eb9cd Fix path to zlib 2023-08-30 17:17:55 +01:00
Your Name
d6e7740ad6 Don't corrupt instruction if map offset is too large 2023-08-30 17:17:55 +01:00
vanhauser-thc
c60431247e update docs 2023-08-29 16:38:31 +02:00
vanhauser-thc
51f2cef682 fix 2023-08-28 14:04:31 +02:00
vanhauser-thc
2b53b4af5c better afl startup detection in afl-whatsup 2023-08-28 13:58:55 +02:00
vanhauser-thc
4a7e35b29c add missing envs 2023-08-24 09:26:54 +02:00
vanhauser-thc
82c875ef8a fix 2023-08-23 18:06:44 +02:00
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