about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2023-08-10v4.08c releasemarc
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-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
2023-08-04nitsvanhauser-thc
2023-08-04Merge pull request #1823 from schumilo/devvan Hauser
Nyx mode updates
2023-08-03update nyx mode readme (NYX_AUX_BUFFER_SIZE)Sergej Schumilo
2023-08-03make nyx aux buffer size configurableSergej Schumilo
2023-08-03update Nyx submodulesSergej Schumilo
2023-08-02Add AFL_CRASHING_SEEDS_AS_NEW_CRASH to docJunwha
Signed-off-by: Junwha <qbit@unist.ac.kr>
2023-08-02Add option for treating crashing input as new crashJunwha
Signed-off-by: Junwha Hong <qbit@unist.ac.kr>
2023-08-01Merge pull request #1819 from jschwartzentruber/cxx-use-cppflagsvan Hauser
C++ compilation should use CPPFLAGS
2023-07-31Use CPPFLAGS for C++ too.Jesse Schwartzentruber
2023-07-30Go back to correct unicornafl versionDominik Maier
2023-07-30Various fixes for warnings, extends #1818Dominik Maier
2023-07-30Fix format specifiers (#1818)mark0
* Update afl-mutations.h Fix bug: compilation cannot pass when DEBUG macro is enabled * Update afl-fuzz-one.c Fix bug: compilation cannot pass when DEBUG macro is enabled
2023-07-28doc fixvanhauser-thc
2023-07-28Merge pull request #1815 from mark0-cn/devvan Hauser
fix the file descriptor without determining null
2023-07-28fix the file descriptor without determining nullmark0
2023-07-23temp cmplog fixesvanhauser-thc
2023-07-21improve cmplog level 3vanhauser-thc
2023-07-18take care of uninstrumented mode for fuzz state and modevanhauser-thc
2023-07-13interesting32_floatvanhauser-thc
2023-07-13ntsvanhauser-thc
2023-07-13Update afl-common.c typohexcoder
2023-07-13qemu_get_symbol_addr.shvanhauser-thc
2023-07-12nitsvanhauser-thc
2023-07-10nitsvanhauser-thc
2023-07-10nitsvanhauser-thc
2023-07-10Merge pull request #1804 from WorksButNotTested/frida-fixvan Hauser
Increase dummy map size
2023-07-10Increase dummy map sizeYour Name
2023-07-08fix cmin -Tvanhauser-thc
2023-07-07Merge pull request #1801 from fuzzah/remove-extra-limits-hvan Hauser
remove extra limits.h in afl-ld-lto for BSD
2023-07-07remove extra limits.h in afl-ld-lto for BSDfuzzah
2023-07-07add limits.h to afl-ld-ltovanhauser-thc
2023-07-06higher tuples for afl-clang and afl-gcc in testsvanhauser-thc
2023-07-05update llvm recommendationsvanhauser-thc