about summary refs log tree commit diff
AgeCommit message (Collapse)Author
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-23fixvanhauser-thc
2023-08-23AFL_IGNORE_SEED_PROBLEMSvanhauser-thc
2023-08-23fixvanhauser-thc
2023-08-23afl-whatsup startup detectionvanhauser-thc
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
2023-08-10update tritondse scriptmarc
2023-08-10v4.09a initmarc
2023-08-10Merge pull request #1832 from AFLplusplus/dev v4.08cvan Hauser
v4.08c release
2023-08-10v4.08c releasemarc
2023-08-09Merge pull request #1831 from AFLplusplus/devvan Hauser
push to stable
2023-08-09code formatmarc
2023-08-09Merge pull request #1821 from junwha0511/crashing-seeds-as-new-crashvan Hauser
Implement an option for treating crashing seeds as new crash
2023-08-09Merge pull request #1829 from devnexen/fix_build_fuzzqueenvan Hauser
afl-fuzz-redqueen.c fix build, also forgotten math lib for ilog* calls
2023-08-09-c - supportmarc
2023-08-09Revert "-c - support"marc
This reverts commit 5618062cb55f1ac094e33ad662a03df45e048f45.
2023-08-09-c - supportmarc
2023-08-08afl-fuzz-redqueen.c fix build, also forgotten math lib for ilog* callsDavid CARLIER
2023-08-06Merge pull request #1825 from devnexen/cpp_no_exceptionsvan Hauser
disable exceptions on LLVM/GCC plugins, decreasing further the librar…
2023-08-05disable exceptions on LLVM/GCC plugins, decreasing further the libraries's ↵David Carlier
binaries size in the process.
2023-08-04Merge pull request #1822 from jschwartzentruber/nyx-logvan Hauser
Add AFL_NYX_LOG to redirect NYX hprintf messages to a file.
2023-08-04Add AFL_NYX_LOG to redirect NYX hprintf messages to a file.Jesse Schwartzentruber
2023-08-04Merge pull request #1824 from schumilo/devvan Hauser
Nyx mode - minor changes
2023-08-04add someone else to the "list of contributors" :-)Sergej Schumilo
2023-08-04update the old nyx env var naming schemeSergej Schumilo
(to have a more consistent naming overall)
2023-08-04fix typo in nyx_mode/README.mdSergej Schumilo
2023-08-04update QEMU-Nyx submoduleSergej Schumilo
2023-08-04Define AFL_CRASHING_SEEDS_AS_NEW_CRASH as env variableJunwha
- and fix typo Signed-off-by: Junwha <qbit@unist.ac.kr>
2023-08-04update docsvanhauser-thc