about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2022-10-07auto shmem fuzzing (#1541)van Hauser
* auto shmem fuzzing * print warning when forcing shmem fuzzing * typos * Shmem always * typo fix * fixes Co-authored-by: Dominik Maier <dmnk@google.com>
2022-10-04fix qemu_mode speed bugvanhauser-thc
2022-10-03Enabled tricore arch for unicornaflDominik Maier
2022-10-03fix Rust speedtest example dependency (#1542)jma
2022-10-03typoshexcoder
2022-10-01Merge pull request #1539 from devnexen/reallocarrvan Hauser
libdislocator adding netbsd's reallocarr
2022-10-01libdislocator adding netbsd's reallocarrDavid Carlier
2022-09-29Fixed typo in README.llvm.md (#1538)cl3nn0
Co-authored-by: van Hauser <vh@thc.org>
2022-09-28enhancements to afl-persistent-config and afl-system-configvanhauser-thc
2022-09-27another attempt at stand-alone map fixvanhauser-thc
2022-09-27Fix docs for fuzz_count in pythonDominik Maier
2022-09-26fix standalone running with shared libsvanhauser-thc
2022-09-26fix custom mutator build scriptsvanhauser-thc
2022-09-23make gcc_plugin compilable for gcc 3.6.0hexcoder-
2022-09-204.04a initvanhauser-thc
2022-09-20update qemuaflvanhauser-thc
2022-09-194.03cvanhauser-thc
2022-09-17fix help linksvanhauser-thc
2022-09-17afl-cmin -Avanhauser-thc
2022-09-17fix docsvanhauser-thc
2022-09-17Merge pull request #1523 from lszekeres/stablevan Hauser
Fix null pointers.
2022-09-16Fix null pointers.Laszlo Szekeres
2022-09-16Merge pull request #1522 from AFLplusplus/devvan Hauser
fix unicornafl
2022-09-16fix unicornaflvanhauser-thc
2022-09-16Merge pull request #1521 from AFLplusplus/devvan Hauser
update unicorn
2022-09-16update unicornvanhauser-thc
2022-09-16Merge pull request #1519 from AFLplusplus/devvan Hauser
push to stable
2022-09-16changelogvanhauser-thc
2022-09-16fix LLVMFuzzerRunDrivervanhauser-thc
2022-09-16Typohexcoder
2022-09-15Added unicorn changes to changelogDominik Maier
2022-09-15Re-enabled unicorn for aarch64Dominik Maier
2022-09-15Correctly multi-process unicorn buildsDominik Maier
2022-09-15add temporary fix for uc until unicorn publishes a new releaseDominik Maier
2022-09-15undo tmp changes in unicorn_modeDominik Maier
2022-09-15Fixed unicorn_mode for aarch64, update unicornDominik Maier
2022-09-15forgot correct callbackvanhauser-thc
2022-09-15try LLVMFuzzerRunDriver supportvanhauser-thc
2022-09-15update changelogvanhauser-thc
2022-09-15Merge pull request #1518 from nikic/fix-ltovan Hauser
Fix LTO with LLVM 15
2022-09-14Fix loading and registeration of LTO pass for new pass managerNikita Popov
2022-09-14Fixed typo in README.lto.md (#1517)13579and2468
typo fixed
2022-09-14Fix naming clash between AFL's sancov LTO pass and upstream sancov passNikita Popov
There was some confusion here due to name reuse. The initializeModuleSanitizerCoverageLegacyPassPass() function was actually calling the initialization of the upstream pass (which no longer supports legacy PM and thus fails to build on LLVM 15). The intention was to call the LTO initialization here. Fix this by renaming symbols to avoid collision.
2022-09-14Allow building LTO component with LLVM 15Nikita Popov
2022-09-14Fix LLVM 15 buildNikita Popov
By removing ModuleSanitizerCoverageLegacyPass, which is completely unused. There was some confusing between the initialization function for the upstream sancov pass and AFLs own implementation.
2022-09-10code formatvanhauser-thc
2022-09-10Merge pull request #1512 from devnexen/libdislocator_attrsvan Hauser
libdislocator apply few attributes for few compiler optimisations.
2022-09-10libdislocator apply few attributes for few compiler optimisations.David Carlier
2022-09-10Merge pull request #1511 from tocic/fix/docs_typosvan Hauser
Fix typos in docs
2022-09-10Fix typos in docstocic