about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2023-09-05Test standard and persistent modes separatelyChris Ball
2023-09-05Pure Python (3.6) port of benchmark.sh as benchmark.py, no other changesChris Ball
2023-09-05frida_mode: fix oob when copying detailsJoey Jiao
Change-Id: I6a19792ee9e174720242602cec4a79134f6218de
2023-09-04ensure table reinit, downgrade redundantvanhauser-thc
2023-09-04fix string transform lafvanhauser-thc
2023-09-03nitvanhauser-thc
2023-09-03Skip calculating top_rated_fuzz_p2 with FAST schedulechinggg
when FAST schedule is used, fuzz_p2 is already set to 0 so `fuzz_p2 > top_rated_fuzz_p2` never happens, just set top_rated_fuzz_p2 to 0 to reduce calculation
2023-09-03code formatvanhauser-thc
2023-09-03less impactvanhauser-thc
2023-09-02Merge pull request #1850 from devnexen/afl_untracer_haikuvan Hauser
afl untracer haiku build fix.
2023-09-02fix attempt for laf string compare transformvanhauser-thc
2023-09-02afl untracer haiku build fix.David Carlier
2023-08-31Merge pull request #1847 from AFLplusplus/devvan Hauser
push to stable
2023-08-31changelogvanhauser-thc
2023-08-31Merge branch 'dev' of ssh://github.com/AFLplusplus/AFLplusplus into devvanhauser-thc
2023-08-31nitvanhauser-thc
2023-08-31pendfavvanhauser-thc
2023-08-30Merge pull request #1826 from WorksButNotTested/arm64-fixvan Hauser
Don't corrupt instruction if map offset is too large
2023-08-30Fix detection of DSOYour
2023-08-30Fix path to zlibYour Name
2023-08-30Don't corrupt instruction if map offset is too largeYour Name
2023-08-29update docsvanhauser-thc
2023-08-28fixvanhauser-thc
2023-08-28better afl startup detection in afl-whatsupvanhauser-thc
2023-08-24add missing envsvanhauser-thc
2023-08-23Merge pull request #1844 from AFLplusplus/devvan Hauser
fix
2023-08-23fixvanhauser-thc
2023-08-23Merge pull request #1843 from AFLplusplus/devvan Hauser
push to stable
2023-08-23AFL_IGNORE_SEED_PROBLEMSvanhauser-thc
2023-08-23fixvanhauser-thc
2023-08-23Merge pull request #1842 from AFLplusplus/devvan Hauser
afl-whatsup startup detection
2023-08-23afl-whatsup startup detectionvanhauser-thc
2023-08-22Merge pull request #1841 from AFLplusplus/devvan Hauser
Dev
2023-08-22Merge pull request #1840 from smoelius/stablevan Hauser
update afl-system-config for macos
2023-08-22fixvanhauser-thc
2023-08-22afl-whatsup -m -nvanhauser-thc
2023-08-21afl-whatsup add coverage outputvanhauser-thc
2023-08-19Adjust use of `sudo`Samuel E. Moelius III
2023-08-19Don't hide errorsSamuel E. Moelius III
2023-08-19Loosen `ReportCrash` checkSamuel E. Moelius III
2023-08-17add env var to help outputvanhauser-thc
2023-08-16add benchmarkvanhauser-thc
2023-08-14Merge pull request #1837 from echel0nn/devvan Hauser
added an example of ELF Header custom mutator
2023-08-13added README description & shortened pos defsechel0nn
2023-08-13added an example of ELF Header mutatorechel0nn
2023-08-13update faqvanhauser-thc
2023-08-13nitsvanhauser-thc
2023-08-13Merge pull request #1836 from chinggg/fix-fav_factorvan Hauser
Remove redundant comparison of `fav_factor` in `update_bitmap_score`
2023-08-13Remove redundant comparison of `fav_factor` in `update_bitmap_score`chinggg
`top_rated_fav_factor` was actually calculated twice, but only one calculation and comparison is needed. Since `fav_factor` > `top_rated_fav_factor` will always cause skip of current iteration, `else if (fuzz_p2 == top_rated_fuzz_p2)` is also redundant.
2023-08-11add AFL_FINAL_SYNCmarc