Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-03 | 2024 v4.10c release | vanhauser-thc | |
2024-01-11 | Remove dead code in write_to_testcase (#1955) | Xeonacid | |
The custom_mutators_count check in if case is duplicate with if condition. The else case is custom_mutators_count == 0, neither custom_mutator_list iteration nor sent check needed. Signed-off-by: Xeonacid <h.dwwwwww@gmail.com> | |||
2023-11-28 | code format | vanhauser-thc | |
2023-11-28 | changes | vanhauser-thc | |
2023-11-27 | merge function | yangzao | |
2023-11-27 | update | yangzao | |
2023-11-27 | format code | yangzao | |
2023-11-24 | update afl-fuzz-run | yangzao | |
2023-11-24 | add custom_post_run.c | yangzao | |
2023-04-21 | fixed AFL_POST_PROCESS_KEEP_ORIGINAL for version 4.07a | Maik Betka | |
2023-04-21 | Merge remote-tracking branch 'origin/dev' into atnwalk | Maik Betka | |
# Conflicts: # include/afl-fuzz.h # src/afl-fuzz-run.c | |||
2023-04-17 | fixed code clones in atnwalk.c, introduced new environment variable ↵ | Maik Betka | |
AFL_POST_PROCESS_KEEP_ORIGINAL in AFL++ to integrate atnwalk without re-compiling afl-fuzz | |||
2023-04-17 | first version with unix domain sockets is ready for testing | Maik Betka | |
2023-04-15 | fix post_process | vanhauser-thc | |
2023-04-13 | fix attempt at post_process implementation | vanhauser-thc | |
2023-02-15 | debug output | vanhauser-thc | |
2023-01-03 | welcome 2023 | vanhauser-thc | |
2022-11-14 | custom mutator fix | vanhauser-thc | |
2022-11-11 | afl_custom_fuzz_send added | vanhauser-thc | |
2022-08-19 | shorter calibration | vanhauser-thc | |
2022-07-19 | remove debug | vanhauser-thc | |
2022-07-19 | fix | vanhauser-thc | |
2022-07-19 | fix | vanhauser-thc | |
2022-07-19 | post_process 0/NULL return support | vanhauser-thc | |
2022-07-12 | clang format 14 | vanhauser-thc | |
2022-06-08 | honor AFL_MAP_SIZE well outside of afl++ | vanhauser-thc | |
2022-05-09 | fix | vanhauser-thc | |
2022-05-09 | support post_process's own return buffer | vanhauser-thc | |
2022-03-18 | fix LTO with cmplog and laf | vanhauser-thc | |
2022-03-07 | Fix issue with trim in shared memory mode | mchesser | |
2022-02-05 | add afl-fuzz -y fuzz length support | vanhauser-thc | |
2022-01-01 | welcome 2022 | vanhauser-thc | |
2021-12-09 | rename path | vanhauser-thc | |
2021-11-06 | http->https | vanhauser-thc | |
2021-10-15 | fix lto cmplog stability issue | vanhauser-thc | |
2021-07-31 | use HASH_CONST | yuawn | |
2021-06-29 | fix linefeed | vanhauser-thc | |
2021-06-22 | reverse read the queue n resumes | vanhauser-thc | |
2021-06-16 | correct map size for small targets | vanhauser-thc | |
2021-06-14 | code format | vanhauser-thc | |
2021-06-14 | Add debug output to alert user to calibration progress/issues (#969) | Dustin Spicuzza | |
2021-06-10 | fix AFL_CAL_FAST | vanhauser-thc | |
2021-06-01 | remove redundant unsetenv (#947) | terrynini | |
2021-06-01 | fixes | vanhauser-thc | |
2021-06-01 | fix afl_custom_post_process with multiple custom mutators | vanhauser-thc | |
2021-05-25 | less executions on variable paths | vanhauser-thc | |
2021-05-07 | Fix memory errors when trim causes testcase growth (#881) (#903) | realmadsci | |
* Revert "fixed potential double free in custom trim (#881)" This reverts commit e9d2f72382cab75832721d859c3e731da071435d. * Revert "fix custom trim for increasing data" This reverts commit 86a8ef168dda766d2f25f15c15c4d3ecf21d0667. * Fix memory errors when trim causes testcase growth Modify trim_case_custom to avoid writing into in_buf because some custom mutators can cause the testcase to grow rather than shrink. Instead of modifying in_buf directly, we write the update out to the disk when trimming is complete, and then the caller is responsible for refreshing the in-memory buffer from the file. This is still a bit sketchy because it does need to modify q->len in order to notify the upper layers that something changed, and it could end up telling upper layer code that the q->len is *bigger* than the buffer (q->testcase_buf) that contains it, which is asking for trouble down the line somewhere... * Fix an unlikely situation Put back some `unlikely()` calls that were in the e9d2f72382cab75832721d859c3e731da071435d commit that was reverted. | |||
2021-04-30 | fix stdin trimming | vanhauser-thc | |
2021-04-30 | fixed potential double free in custom trim (#881) | Dominik Maier | |
2021-03-27 | ensure one fuzzer sync per cycle, cycle introspection | vanhauser-thc | |