Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-23 | make gcc_plugin compilable for gcc 3.6.0 | hexcoder- | |
2022-09-20 | 4.04a init | vanhauser-thc | |
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 | 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. | |||
2022-09-14 | Allow building LTO component with LLVM 15 | Nikita Popov | |
2022-09-14 | Fix LLVM 15 build | Nikita 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-10 | code format | vanhauser-thc | |
2022-09-10 | Merge pull request #1512 from devnexen/libdislocator_attrs | van Hauser | |
libdislocator apply few attributes for few compiler optimisations. | |||
2022-09-10 | libdislocator apply few attributes for few compiler optimisations. | David Carlier | |
2022-09-10 | Merge pull request #1511 from tocic/fix/docs_typos | van Hauser | |
Fix typos in docs | |||
2022-09-10 | Fix typos in docs | tocic | |
2022-09-09 | Dockerfile enhancements | vanhauser-thc | |
2022-09-07 | update changelog | vanhauser-thc | |
2022-09-07 | Merge pull request #1509 from CodeLogicError/stable | van Hauser | |
analyze_run_target return dataconversion | |||
2022-09-07 | analyze_run_target return dataconversion | CodeLogicError | |
analyze_run_target create u64 data and return u32 | |||
2022-09-05 | egrep -> grep -e | vanhauser-thc | |
2022-08-31 | Merge pull request #1505 from tokatoka/stable | van Hauser | |
Fix my name in Changelog.md | |||
2022-08-30 | update qemuafl | vanhauser-thc | |
2022-08-30 | fix my name | toka | |
2022-08-26 | Merge pull request #1504 from AFLplusplus/dev | van Hauser | |
pcguard off-by-one fix | |||
2022-08-26 | pcguard off-by-one fix | vanhauser-thc | |
2022-08-25 | Merge pull request #1499 from AFLplusplus/dev | van Hauser | |
push to stable | |||
2022-08-25 | fix pizza mode | vanhauser-thc | |
2022-08-25 | fix gcc_mode cmplog | vanhauser-thc | |