Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2022-08-19 | Merge pull request #1500 from kobrineli/fix-dummy-mapsize | van Hauser | |
Change map size dummy value. | |||
2022-08-19 | Fix. | Eli Kobrin | |
2022-08-19 | Change map size dummy value. | Eli Kobrin | |
2022-08-19 | add malloc check | vanhauser-thc | |
2022-08-19 | shorter calibration | vanhauser-thc | |
2022-08-18 | better no dry run | vanhauser-thc | |
2022-08-17 | alt no cal | vanhauser-thc | |
2022-08-16 | fix docs | vanhauser-thc | |
2022-08-16 | fix afl-cmin | vanhauser-thc | |
2022-08-15 | fix new map size extraction for afl-gcc | vanhauser-thc | |
2022-08-15 | get map size from binaries within afl-cmin* | vanhauser-thc | |
2022-08-15 | filter pipe in gcc_mode | vanhauser-thc | |
2022-08-14 | better handling of -fsanitize=..,...,.. lists | vanhauser-thc | |
2022-08-14 | add build report | vanhauser-thc | |