Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-19 | Merge pull request #1999 from seanm/issue1865 | van Hauser | |
Fixed #1865: create symlinks for afl-clang-fast | |||
2024-02-19 | Fixed #1865: many updates to INSTALL.md for macOS | Sean 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-16 | Merge pull request #1998 from trail-of-forks/grub-cmdline | van Hauser | |
afl-persistent-config: Use GRUB_CMDLINE_LINUX instead of GRUB_CMDLINE_LINUX_DEFAULT | |||
2024-02-16 | Revert other changes | Max Ammann | |
2024-02-16 | Change both | Max Ammann | |
2024-02-16 | Merge pull request #2002 from seanm/issue2001 | van Hauser | |
issue #2001: fix passing rpath to linker on macOS | |||
2024-02-15 | issue #2001: fix passing rpath to linker on macOS | Sean McBride | |
Seems on macOS, `ld` does not want an `=` when specifying `-rpath`. | |||
2024-02-14 | afl-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-13 | valid comparison.md | vanhauser-thc | |
2024-02-09 | update docs | vanhauser-thc | |
2024-02-09 | unicorn fix | vanhauser-thc | |
2024-02-09 | fix | vanhauser-thc | |
2024-02-09 | fixes | vanhauser-thc | |
2024-02-09 | fixes | vanhauser-thc | |
2024-02-09 | Merge pull request #1995 from seanm/issue1981 | van Hauser | |
Fixed issue #1981: document PATH correctly based on homebrew version | |||
2024-02-08 | Fixed issue #1981: document PATH correctly based on homebrew version | Sean McBride | |
- removed reference to M1 as M2 and M3 exist now too. - Also use current name and spelling of "macOS". | |||
2024-02-08 | env fix | vanhauser-thc | |
2024-02-08 | code format | vanhauser-thc | |
2024-02-08 | make redqueen hashmap not default | vanhauser-thc | |
2024-02-08 | Merge branch '420' into dev | van Hauser | |
2024-02-08 | workaround for MOpt bug with -S | vanhauser-thc | |
2024-02-08 | performance | vanhauser-thc | |
2024-02-08 | Merge pull request #1965 from CodeLinaro/stateful | van Hauser | |
replay mode support | |||
2024-02-07 | updated readme | Davide Quarta | |
2024-02-07 | add conditional check for persistent record mode on forkserver handling of ↵ | Davide Quarta | |
hang/crash | |||
2024-02-07 | Merge pull request #1990 from monik3r/dev | van Hauser | |
Add 7950x3d and 6900hs benchmarks, with and without mitigations | |||
2024-02-06 | Add missing jsonl entry. Thanks @cjb! | monik3r | |
2024-02-06 | Add benmark-results.jsonl | monik3r | |
2024-02-06 | Add 7950x3d and 6900hs benchmarks, with and without mitigations | monik3r | |
2024-02-06 | added README.md to utils/replay_record | Davide Quarta | |
2024-02-06 | fix typo | Davide Quarta | |
2024-02-06 | reuse 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-06 | add replay_record binaries to .gitignore | Davide Quarta | |
2024-02-06 | nits | vanhauser-thc | |
2024-02-06 | add spec_rstack_overflow=off to persistent-config | vanhauser-thc | |
2024-02-06 | revert persistent_demo_new.c to b99bbf671b7469a5aad29898fe28489004c4cbe7 | Davide Quarta | |
2024-02-06 | prevent afl-whatsup tmp files | vanhauser-thc | |
2024-02-06 | fix hashmap test | vanhauser-thc | |
2024-02-05 | better replay mode error handling, added replay mode documentation, code ↵ | Davide Quarta | |
formatting | |||
2024-02-05 | adjust cmplog header | vanhauser-thc | |
2024-02-04 | increase version | vanhauser-thc | |
2024-02-04 | fix -z | vanhauser-thc | |
2024-02-04 | config __afl_cmplog_max_len | vanhauser-thc | |
2024-02-04 | add U256/32byte support | vanhauser-thc | |
2024-02-03 | new forkserver - client side | vanhauser-thc | |
2024-02-03 | new forkserver - server part | vanhauser-thc | |
2024-02-03 | add lto caller instrumentation | vanhauser-thc | |
2024-02-03 | Merge pull request #1988 from AFLplusplus/ltoctx | van Hauser | |
Ltoctx | |||
2024-02-03 | deterministic fuzzing and -z | vanhauser-thc | |
2024-02-03 | fixes | vanhauser-thc | |