about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2024-02-19Merge pull request #1999 from seanm/issue1865van Hauser
Fixed #1865: create symlinks for afl-clang-fast
2024-02-19Fixed #1865: many updates to INSTALL.md for macOSSean McBride
- moved shared mem instructions to before building so that tests during build don't fail - corrected path to README.llvm.md - updated some macOS spelling - added missing sudo - misc other changes from reading the document carefully
2024-02-16Merge pull request #1998 from trail-of-forks/grub-cmdlinevan Hauser
afl-persistent-config: Use GRUB_CMDLINE_LINUX instead of GRUB_CMDLINE_LINUX_DEFAULT
2024-02-16Revert other changesMax Ammann
2024-02-16Change bothMax Ammann
2024-02-16Merge pull request #2002 from seanm/issue2001van Hauser
issue #2001: fix passing rpath to linker on macOS
2024-02-15issue #2001: fix passing rpath to linker on macOSSean McBride
Seems on macOS, `ld` does not want an `=` when specifying `-rpath`.
2024-02-14afl-persistent-config: Use GRUB_CMDLINE_LINUX instead of ↵Max Ammann
GRUB_CMDLINE_LINUX_DEFAULT. The latter is often overwritten in images used in cloud setups. For example DigitalOcean sets GRUB_CMDLINE_LINUX_DEFAULT="console=tty1 console=ttyS0" in /etc/default/grub.d/
2024-02-13valid comparison.mdvanhauser-thc
2024-02-09update docsvanhauser-thc
2024-02-09unicorn fixvanhauser-thc
2024-02-09fixvanhauser-thc
2024-02-09fixesvanhauser-thc
2024-02-09fixesvanhauser-thc
2024-02-09Merge pull request #1995 from seanm/issue1981van Hauser
Fixed issue #1981: document PATH correctly based on homebrew version
2024-02-08Fixed issue #1981: document PATH correctly based on homebrew versionSean McBride
- removed reference to M1 as M2 and M3 exist now too. - Also use current name and spelling of "macOS".
2024-02-08env fixvanhauser-thc
2024-02-08code formatvanhauser-thc
2024-02-08make redqueen hashmap not defaultvanhauser-thc
2024-02-08Merge branch '420' into devvan Hauser
2024-02-08workaround for MOpt bug with -Svanhauser-thc
2024-02-08performancevanhauser-thc
2024-02-08Merge pull request #1965 from CodeLinaro/statefulvan Hauser
replay mode support
2024-02-07updated readmeDavide Quarta
2024-02-07add conditional check for persistent record mode on forkserver handling of ↵Davide Quarta
hang/crash
2024-02-07Merge pull request #1990 from monik3r/devvan Hauser
Add 7950x3d and 6900hs benchmarks, with and without mitigations
2024-02-06Add missing jsonl entry. Thanks @cjb!monik3r
2024-02-06Add benmark-results.jsonlmonik3r
2024-02-06 Add 7950x3d and 6900hs benchmarks, with and without mitigationsmonik3r
2024-02-06added README.md to utils/replay_recordDavide Quarta
2024-02-06fix typoDavide Quarta
2024-02-06reuse first_pass aux var in persistent loop for record replay mode, keep ↵Davide Quarta
area ptr and loc logic intact in record replay mode, move replay record example to own dir in utils, update docs, move record compat layer to separate header file
2024-02-06add replay_record binaries to .gitignoreDavide Quarta
2024-02-06nitsvanhauser-thc
2024-02-06add spec_rstack_overflow=off to persistent-configvanhauser-thc
2024-02-06revert persistent_demo_new.c to b99bbf671b7469a5aad29898fe28489004c4cbe7Davide Quarta
2024-02-06prevent afl-whatsup tmp filesvanhauser-thc
2024-02-06fix hashmap testvanhauser-thc
2024-02-05better replay mode error handling, added replay mode documentation, code ↵Davide Quarta
formatting
2024-02-05adjust cmplog headervanhauser-thc
2024-02-04increase versionvanhauser-thc
2024-02-04fix -zvanhauser-thc
2024-02-04config __afl_cmplog_max_lenvanhauser-thc
2024-02-04add U256/32byte supportvanhauser-thc
2024-02-03new forkserver - client sidevanhauser-thc
2024-02-03new forkserver - server partvanhauser-thc
2024-02-03add lto caller instrumentationvanhauser-thc
2024-02-03Merge pull request #1988 from AFLplusplus/ltoctxvan Hauser
Ltoctx
2024-02-03deterministic fuzzing and -zvanhauser-thc
2024-02-03fixesvanhauser-thc