Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-11-26 | Calculate mean proximity score | Nguyễn Gia Phong | |
Co-authored-by: 김태은 <goodtaeeun@kaist.ac.kr> | |||
2024-09-27 | fix fix | vanhauser-thc | |
2024-09-26 | fix postprocess for calibration | vanhauser-thc | |
2024-08-19 | code format, llvm 18 | vanhauser-thc | |
2024-08-16 | fix custom post process with custom send | vanhauser-thc | |
2024-06-27 | AFL_CUSTOM_MUTATOR_LATE_SEND added | vanhauser-thc | |
2024-06-19 | Collect persistent coverage data and dump it at the end of the run | Christian Holler (:decoder) | |
With CODE_COVERAGE builds, we need to collect the coverage data of each iteration in a persistant buffer that has the same size as the regular trace buffer used for fuzzing. We dump this information at the end of the run and when combined with pointer data and module info, this can be used to calculate code coverage. | |||
2024-06-04 | AFL_NO_SYNC | vanhauser-thc | |
2024-05-31 | nits | vanhauser-thc | |
2024-05-17 | Merge pull request #2092 from fbeqv/dev | van Hauser | |
Fix runtime underflow & -V exiting before syncing | |||
2024-05-17 | Fix runtime underflow & -V exiting before syncing | Cornelius Aschermann | |
print_stats sets exit_soon even while syncing, this leaves -V 0 still broken, as we don't finish syncing. Additionally, the change that introduced the previous -V fix also broke the runtime tracking, as runtime needs to include all time including sync, splice etc. This caused an underflow in the reported runtime. | |||
2024-05-16 | nits | vanhauser-thc | |
2024-05-13 | post_process after trim | vanhauser-thc | |
2024-05-07 | stat update during syncing | vanhauser-thc | |
2024-04-19 | nits | vanhauser-thc | |
2024-04-11 | fix syncing with custom mutator | vanhauser-thc | |
2024-04-09 | fix -V, code format | vanhauser-thc | |
2024-04-08 | :Adds stats tracking time spend in calibration/trim/sync | Cornelius Aschermann | |
This currently does not affect statsd nor the UI. Only the fuzzer_stats file is updated | |||
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 | |