c6a2cf88bf
Merge pull request #2370 from kcwu/dev
...
code cleanup
2025-04-10 16:57:05 +02:00
8461f860eb
code format
2025-04-10 16:28:03 +02:00
7395223512
Merge pull request #2368 from w1redch4d/qbdi_fix
...
fixed qbdi mode to work out of the box
2025-04-10 16:26:48 +02:00
1121af301b
Merge pull request #2369 from 5angjun/dev
...
add cleanup for top_rated_candidates in afl_state_deinit()
2025-04-10 16:25:18 +02:00
b9c1536283
added safe_length option for portability and clarity
2025-04-10 19:44:54 +05:30
6691ce943a
remove unused variable
2025-04-10 21:54:54 +08:00
1dba3a276f
remove unused variable
2025-04-10 21:54:54 +08:00
3c8016e071
fixed qbdi mode to work out of the box
2025-04-10 19:21:14 +05:30
b64dd0a1ec
add cleanup for top_rated_candidates in afl_state_deinit()
2025-04-10 22:50:42 +09:00
55f758a168
Merge pull request #2366 from 5angjun/dev
...
fix: correct rescoring logic with minimal executions
2025-04-10 14:01:49 +02:00
bd631c73a2
Enable conditional allocation for cycle schedules
2025-04-10 18:41:32 +09:00
6cbe58ff55
code format
2025-04-10 09:30:18 +02:00
c71d487a4c
Merge pull request #2367 from wtdcode/sand-fix
...
Fix missing classified accidentally removed by 4ff2673
2025-04-10 08:37:06 +02:00
939171952d
Fix missing classified accidentally removed by 4ff2673
2025-04-10 12:35:31 +08:00
161905c2fc
fix: correct rescoring logic with minimal executions
...
Previous scoring logic did not correctly rescore all queue entries.
This patch ensures rescoring works under the updated scheduling logic,
while minimizing executions per feedback from PR #2363 .
Based on feedback from: https://github.com/AFLplusplus/AFLplusplus/pull/2363
2025-04-09 23:37:16 +09:00
5ff21c9aad
Merge pull request #2365 from wtdcode/sand-fix
...
Fix sand due to default schedule change
2025-04-09 15:58:21 +02:00
112d90656b
rebase against dev
2025-04-09 21:34:33 +08:00
bc11bd7661
Fix comments
2025-04-09 21:34:20 +08:00
6b71ca7809
Also remove declaration
2025-04-09 21:34:19 +08:00
eb0b8b2c5c
No longer need classify_counts_mem
2025-04-09 21:34:19 +08:00
6223ddf6d2
Changes not saved =(
2025-04-09 21:34:18 +08:00
920c7fe71a
Fix sand due to default schedule change
2025-04-09 21:34:18 +08:00
4ff2673895
fix update_bitmap_score when no current trace is present
2025-04-09 14:21:42 +02:00
891b7f48f0
nits
2025-04-09 10:48:34 +02:00
5df3cdbc0b
effeciency fix for SAND
2025-04-08 17:43:26 +02:00
57466909e4
remove outdated doc
2025-04-08 11:33:05 +02:00
55c9c4ff19
deprecate some queue/.state files
2025-04-08 11:32:08 +02:00
fe202b5fee
Merge pull request #2361 from kcwu/patch-1
...
Update FAQ.md
2025-04-08 10:18:17 +02:00
c5e511302f
Update FAQ.md
...
the default schedule was changed to EXPLORE since 4.10a
2025-04-08 09:37:20 +08:00
7c349b6cde
increase fast resume version
2025-04-07 10:13:13 +02:00
fc38904e25
fix
2025-04-07 10:08:34 +02:00
eee2521eb4
Merge pull request #2358 from kcwu/fix-buffer-overflow
...
fix potential q->trace_mini off by 1 overflow
2025-04-07 10:08:16 +02:00
192d4817e0
Merge pull request #2357 from wtdcode/fix-sand-comments
...
Fix comments in for SAND
2025-04-06 13:59:37 +02:00
58e4070573
Update comments
2025-04-06 12:18:49 +08:00
2ecf28440f
Fix comments in for SAND
2025-04-06 12:16:34 +08:00
f1ee7bc9cd
Merge pull request #2354 from kcwu/reduce-skipdet_e-memory-usage
...
reduce skipdet_e memory usage
2025-04-05 13:03:44 +02:00
969541b54f
fix potential q->trace_mini off by 1 overflow
...
Be careful this change is incompatible with old version of fastresume.bin
2025-04-05 03:06:15 +00:00
ec07f531f8
reduce skipdet_e memory usage
...
By using bitmaps, the memory requirement for
`q->skipdet_e->skip_eff_map` and `done_inf_map`, which previously scaled
with the corpus size, is reduced to one-eighth of its original size.
2025-04-05 01:49:27 +00:00
56b5983b61
Merge pull request #2353 from 20urc3/patch-2
...
Patch 2
2025-04-03 18:10:05 +02:00
f17ea60a30
Update afl-cmin
...
removed `-a ! -path \"*/.state\"`
2025-04-03 16:49:43 +01:00
68634964ef
Update afl-cmin
2025-04-03 16:28:31 +01:00
d21804bdd1
Update afl-cmin
...
Fix patch 1
2025-04-03 15:30:45 +01:00
5a527046a5
Merge pull request #2352 from AFLplusplus/dev
...
push to stable
2025-04-03 15:27:31 +02:00
b2a8765b1f
Merge pull request #2348 from Xeonacid/riscv
...
Define WORD_SIZE_64 for riscv64
2025-04-03 15:25:44 +02:00
106309492c
Merge pull request #2351 from kcwu/fix-double-free
...
fix double free bug introduced by 73ab495b5d1a99722f4a2c2b1b9507daa73…
2025-04-03 15:20:27 +02:00
58c5e2b96c
fix double free bug introduced by 73ab495b5d
2025-04-03 11:09:32 +00:00
5842ba87e5
Define WORD_SIZE_64 for riscv64
2025-04-03 04:17:37 -04:00
5069551778
update changelog
2025-04-03 08:43:14 +02:00
0606d95f86
Merge pull request #2347 from AFLplusplus/dev
...
push to stable
2025-04-03 08:42:27 +02:00
0e35e56cc9
update changelog
2025-04-03 08:25:21 +02:00