Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-11 | fastexit + code format | vanhauser-thc | |
2022-10-10 | Merge pull request #1543 from quinox/feat-make-on-gentoo | van Hauser | |
Support building LTO on Gentoo | |||
2022-10-10 | Fix #1548 | Andrea Fioraldi | |
2022-10-08 | Support building LTO on Gentoo | quinox | |
2022-10-07 | auto 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-04 | fix qemu_mode speed bug | vanhauser-thc | |
2022-10-03 | Enabled tricore arch for unicornafl | Dominik Maier | |
2022-10-03 | fix Rust speedtest example dependency (#1542) | jma | |
2022-10-03 | typos | hexcoder | |
2022-10-01 | Merge pull request #1539 from devnexen/reallocarr | van Hauser | |
libdislocator adding netbsd's reallocarr | |||
2022-10-01 | libdislocator adding netbsd's reallocarr | David Carlier | |
2022-09-29 | Fixed typo in README.llvm.md (#1538) | cl3nn0 | |
Co-authored-by: van Hauser <vh@thc.org> | |||
2022-09-28 | Merge pull request #1537 from AFLplusplus/dev | van Hauser | |
push to stable | |||
2022-09-28 | enhancements to afl-persistent-config and afl-system-config | vanhauser-thc | |
2022-09-27 | another attempt at stand-alone map fix | vanhauser-thc | |
2022-09-27 | Fix docs for fuzz_count in python | Dominik Maier | |
2022-09-26 | fix standalone running with shared libs | vanhauser-thc | |
2022-09-26 | fix custom mutator build scripts | vanhauser-thc | |
2022-09-23 | make gcc_plugin compilable for gcc 3.6.0 | hexcoder- | |
2022-09-20 | 4.04a init | vanhauser-thc | |
2022-09-20 | Merge pull request #1527 from AFLplusplus/dev 4.03c | van Hauser | |
push to stable | |||
2022-09-20 | update qemuafl | vanhauser-thc | |
2022-09-19 | 4.03c | vanhauser-thc | |
2022-09-17 | fix help links | vanhauser-thc | |
2022-09-17 | afl-cmin -A | vanhauser-thc | |
2022-09-17 | Merge pull request #1525 from AFLplusplus/dev | van Hauser | |
push to stable | |||
2022-09-17 | fix docs | vanhauser-thc | |
2022-09-17 | Merge pull request #1523 from lszekeres/stable | van Hauser | |
Fix null pointers. | |||
2022-09-16 | Fix null pointers. | Laszlo Szekeres | |
2022-09-16 | Merge pull request #1522 from AFLplusplus/dev | van Hauser | |
fix unicornafl | |||
2022-09-16 | fix unicornafl | vanhauser-thc | |
2022-09-16 | Merge pull request #1521 from AFLplusplus/dev | van Hauser | |
update unicorn | |||
2022-09-16 | update unicorn | vanhauser-thc | |
2022-09-16 | Merge pull request #1519 from AFLplusplus/dev | van Hauser | |
push to stable | |||
2022-09-16 | changelog | vanhauser-thc | |
2022-09-16 | fix LLVMFuzzerRunDriver | vanhauser-thc | |
2022-09-16 | Typo | hexcoder | |
2022-09-15 | Added unicorn changes to changelog | Dominik Maier | |
2022-09-15 | Re-enabled unicorn for aarch64 | Dominik Maier | |
2022-09-15 | Correctly multi-process unicorn builds | Dominik Maier | |
2022-09-15 | add temporary fix for uc until unicorn publishes a new release | Dominik Maier | |
2022-09-15 | undo tmp changes in unicorn_mode | Dominik Maier | |
2022-09-15 | Fixed unicorn_mode for aarch64, update unicorn | Dominik Maier | |
2022-09-15 | forgot correct callback | vanhauser-thc | |
2022-09-15 | try LLVMFuzzerRunDriver support | vanhauser-thc | |
2022-09-15 | update changelog | vanhauser-thc | |
2022-09-15 | Merge pull request #1518 from nikic/fix-lto | van Hauser | |
Fix LTO with LLVM 15 | |||
2022-09-14 | Fix loading and registeration of LTO pass for new pass manager | Nikita Popov | |
2022-09-14 | Fixed typo in README.lto.md (#1517) | 13579and2468 | |
typo fixed | |||
2022-09-14 | Fix naming clash between AFL's sancov LTO pass and upstream sancov pass | Nikita 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. |