about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2024-05-21fix symcc custom mutatorvanhauser-thc
2024-05-20nitvanhauser-thc
2024-05-19support new llvm 19 changesvanhauser-thc
2024-05-17logvanhauser-thc
2024-05-17Merge pull request #2092 from fbeqv/devvan Hauser
Fix runtime underflow & -V exiting before syncing
2024-05-17Fix runtime underflow & -V exiting before syncingCornelius 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-17help qemu build for some linux platformsvanhauser-thc
2024-05-16nitsvanhauser-thc
2024-05-16nitsvanhauser-thc
2024-05-16Merge pull request #2091 from bet4it/collect_coveragevan Hauser
Fix bug of `afl-showmap` in `collect_coverage` mode
2024-05-15dump ccvanhauser-thc
2024-05-15better cmplog ci test for low memory machinesvanhauser-thc
2024-05-14nitvanhauser-thc
2024-05-14make slow systems pass our test suitevanhauser-thc
2024-05-14Merge pull request #2089 from nj00001/devvan Hauser
Fix afl-fuzz -G option not configuring maximum input data size for nyx
2024-05-14consider llvm 18 stablevanhauser-thc
2024-05-14disable xml/curl/g_ string transform comparevanhauser-thc
2024-05-14disable xml/curl/g_ string transform comparevanhauser-thc
2024-05-14backup afl->max_length to afl->fsrv.max_lengthnj00001
2024-05-14change MAX_FILE to fsrv->max_lengthnj00001
2024-05-14Keep a backup of max_length in the afl_forkserver_t structurenj00001
2024-05-14Fix bug of afl-showmap in collect_coverage modeBet4
2024-05-13float laf checkvanhauser-thc
2024-05-13disable -> no variantsvanhauser-thc
2024-05-13Merge pull request #2086 from smoelius/devvan Hauser
Add `AFL_SHA1_FILENAMES` option
2024-05-13post_process after trimvanhauser-thc
2024-05-13compcov int fixvanhauser-thc
2024-05-12Add `AFL_SHA1_FILENAMES` optionSamuel Moelius
2024-05-11update unicornvanhauser-thc
2024-05-11update changelogvanhauser-thc
2024-05-11Merge pull request #2083 from elboulangero/i386van Hauser
Re-enable i386
2024-05-11afl-cc: Re-enable i386Arnaud Rebillout
Was disabled in 136febaf6855ac1e04c8ea4ecbcb84eb42de2143 Closes: #2081
2024-05-07stat update during syncingvanhauser-thc
2024-05-02Merge pull request #2076 from louismerlin/fix-whatsup-timevan Hauser
Fix `afl_whatsup` findings timer
2024-05-02Guard /proc/uptime cat with a uname checkLouis Merlin
2024-05-02Fix CUR_TIME computationLouis Merlin
2024-05-02AFL_DISABLE_REDUNDANTvanhauser-thc
2024-04-30try enhanced asan supportvanhauser-thc
2024-04-29Merge pull request #2074 from Kiprey/patch-2van Hauser
Fix wrong warning in SanitizerCoverageLTO.so.cc
2024-04-29Fix wrong warning in SanitizerCoverageLTO.so.ccKiprey
2024-04-28update qemuaflvanhauser-thc
2024-04-28Merge pull request #2073 from Acture/devvan Hauser
Fix: Removed the redundant `id` field from redqueen.c
2024-04-28Bug fix: Removed the redundant `id` field from the debug output in the ↵acture
afl-fuzz-redqueen.c file since cmp_header no longer have this field.
2024-04-26changesvanhauser-thc
2024-04-26work with spaces in filenamesvanhauser-thc
2024-04-26Merge pull request #2066 from ahuo1/devvan Hauser
fix: initialize n_fuzz_entry in perform_dry_run.
2024-04-26add schedule check.Yiyi Wang
2024-04-25fix: initialize n_fuzz_entry in perform_dry_run.Yiyi Wang
2024-04-25fix AFL_PERSISTENT_RECORDvanhauser-thc
2024-04-19LTO fixvanhauser-thc