about summary refs log tree commit diff
path: root/src/afl-fuzz-stats.c
AgeCommit message (Collapse)Author
2023-11-28Merge pull request #1915 from yangzao/devvan Hauser
add custom mutator function for running script after target gets executed
2023-11-27format codeyangzao
2023-11-23mini fixvanhauser-thc
2023-11-16fix inf in statsvanhauser-thc
2023-10-04Make fuzzer_stats update atomiccoco
This writes fuzzer_stats to a temp file and then atomically renames the temp file into fuzzer_stats so that any read on fuzzer_stats will always return a consistent view of the AFL state (otherwise there is a very low change of AFL's write and $tool's reads to race and yield inconsistent results).
2023-10-03nitsvanhauser-thc
2023-09-19Use shorter fuzzer name in stat header when user's banner is too bigNikolay Shaplov
2023-07-18take care of uninstrumented mode for fuzz state and modevanhauser-thc
2023-06-21nitsvanhauser-thc
2023-06-20fix timeout for sessions restart and + usagevanhauser-thc
2023-06-12update new feature configvanhauser-thc
2023-06-08show fuzzing statevanhauser-thc
2023-06-06Merge pull request #1759 from AFLplusplus/devvan Hauser
Dev
2023-04-04mode switchvanhauser-thc
2023-04-02fix ui layout with slow targets in pizza modevanhauser-thc
2023-04-02fix buffer overflow in pizza mode :(vanhauser-thc
2023-03-27time_wo_finds in fuzzer_statsvanhauser-thc
2023-03-09various fixesvanhauser-thc
2023-03-06Merge pull request #1667 from amitelka/feature/opt_statsfile_update_intervalvan Hauser
Added env variable to allow custom interval update of fuzzer_stats file
2023-03-06fix IGNORE_PROBLEMS and update qemuaflvanhauser-thc
2023-03-05auto code format fixesAmit Elkabetz
2023-03-05Added flag -u to allow custom interval to update fuzzer_stats fileAmit Elkabetz
2023-03-02Fix.Eli Kobrin
2023-03-02Fix exit on time.Eli Kobrin
2023-01-03welcome 2023vanhauser-thc
2022-12-20hide queue introspection behind definevanhauser-thc
2022-11-18write queue statisticsvanhauser-thc
2022-10-19nitsvanhauser-thc
2022-10-15Fix exit_on_time (#1555)Kobrin Eli
2022-09-17fix help linksvanhauser-thc
2022-07-12clang format 14vanhauser-thc
2022-05-27Fix wrong memchr size in android (#1429)Luca Di Bartolomeo
Need to fix this otherwise ASAN will always complain about heap buffer overflows and refuse to run. Co-authored-by: van Hauser <vh@thc.org>
2022-05-02fix token usage in normal and MOpt modevanhauser-thc
2022-04-03fix pizza modevanhauser-thc
2022-04-03pizza mode on 1st of aprilvanhauser-thc
2022-04-02Fix dyslexia and clang formatCarlo Maragno
2022-04-01Fix layoutCarlo Maragno
2022-04-01Add basic support for Italian usersCarlo Maragno
2022-01-01welcome 2022vanhauser-thc
2021-12-28nyx code formatvanhauser-thc
2021-12-28add Nyx modeSergej Schumilo
2021-12-12code formatyuawn
2021-12-12fix fuzzer_stats parameter orderyuawn
2021-12-09more renamevanhauser-thc
2021-12-09rename pathvanhauser-thc
2021-12-02fixesvanhauser-thc
2021-11-11Add initial CoreSight mode supportAkira Moroo
The original code is: https://github.com/RICSecLab/AFLplusplus-cs/tree/retrage/coresight-mode-pr Signed-off-by: Akira Moroo <retrage01@gmail.com>
2021-11-07Merge pull request #1141 from AFLplusplus/afl4van Hauser
cmplog enhancement variant
2021-11-06http->httpsvanhauser-thc
2021-11-03Merge pull request #1142 from AFLplusplus/devvan Hauser
Dev