about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2024-06-03Update README.mdAlexander Shvedov
2024-06-03Update generate_libtoken_dict.shAlexander Shvedov
2024-06-01Rename make_dict_v2.sh to generate_libtoken_dict.shAlexander Shvedov
2024-06-01Update README.mdAlexander Shvedov
2024-06-01Update README.mdAlexander Shvedov
2024-06-01Update make_dict_v2.shAlexander Shvedov
(-) removed default vars ; (+) added LD_PRELOAD_PATH check
2024-05-30Update make_dict_v2.shAlexander Shvedov
2024-05-30Update and rename make_dict.sh to make_dict_v2.shAlexander Shvedov
2024-05-30Create make_dict.shAlexander Shvedov
2024-05-30Merge branch 'AFLplusplus:stable' into stableAlexander Shvedov
2024-05-17Merge pull request #2093 from AFLplusplus/devvan Hauser
push to stable
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-16Revert "no weights"vanhauser-thc
This reverts commit 068aa13c6b5034475101722bd56ae854745b538e.
2024-05-16no weightsvanhauser-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-14Merge pull request #2090 from AFLplusplus/devvan Hauser
push to stable
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-11Merge pull request #2084 from AFLplusplus/devvan Hauser
push to stable
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