SHA256
1
0
forked from pool/afl
Go to file
Dominique Leuenberger e1aa2547d6 Accepting request 985621 from devel:tools
- updated to 4.01c
  - fixed */build_...sh scripts to work outside of git
  - new custom_mutator: libafl with token fuzzing :)
  - afl-fuzz:
    - when you just want to compile once and set CMPLOG, then just
      set -c 0 to tell afl-fuzz that the fuzzing binary is also for
      CMPLOG.
    - new commandline options -g/G to set min/max length of generated
      fuzz inputs
    - you can set the time for syncing to other fuzzer now with
      AFL_SYNC_TIME
    - reintroduced AFL_PERSISTENT and AFL_DEFER_FORKSRV to allow
      persistent mode and manual forkserver support if these are not
      in the target binary (e.g. are in a shared library)
    - add AFL_EARLY_FORKSERVER to install the forkserver as earliest as
      possible in the target (for afl-gcc-fast/afl-clang-fast/
      afl-clang-lto)
    - "saved timeouts" was wrong information, timeouts are still thrown
      away by default even if they have new coverage (hangs are always
      kept), unless AFL_KEEP_TIMEOUTS are set
    - AFL never implemented auto token inserts (but user token inserts,
      user token overwrite and auto token overwrite), added now!
    - fixed a mutation type in havoc mode
    - Mopt fix to always select the correct algorithm
    - fix effector map calculation (deterministic mode)
    - fix custom mutator post_process functionality
    - document and auto-activate pizza mode on condition
  - afl-cc:
    - due a bug in lld of llvm 15 LTO instrumentation wont work atm :-(
    - converted all passed to use the new llvm pass manager for llvm 11+

OBS-URL: https://build.opensuse.org/request/show/985621
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/afl?expand=0&rev=70
2022-06-29 14:01:33 +00:00
.gitattributes Accepting request 286329 from home:AndreasStieger 2015-02-16 13:04:02 +00:00
.gitignore Accepting request 286329 from home:AndreasStieger 2015-02-16 13:04:02 +00:00
4.01c.tar.gz Accepting request 985620 from home:msmeissn:branches:devel:tools 2022-06-28 15:18:08 +00:00
afl-3.0c-fix-paths.patch Accepting request 879398 from home:msmeissn:branches:devel:tools 2021-03-16 11:48:35 +00:00
afl-rpmlintrc Accepting request 286329 from home:AndreasStieger 2015-02-16 13:04:02 +00:00
afl.changes Accepting request 985620 from home:msmeissn:branches:devel:tools 2022-06-28 15:18:08 +00:00
afl.spec Accepting request 985620 from home:msmeissn:branches:devel:tools 2022-06-28 15:18:08 +00:00