SHA256
1
0
forked from pool/afl
Go to file
Dominique Leuenberger 4b0cc838e9 Accepting request 856003 from devel:tools
- updated to 3.0c
  - llvm_mode/ and gcc_plugin/ moved to instrumentation/
  - examples/ renamed to utils/
  - moved libdislocator, libtokencap and qdbi_mode to utils/
  - all compilers combined to afl-cc which emulates the previous ones
  - afl-llvm/gcc-rt.o merged into afl-compiler-rt.o
  - afl-fuzz
    - not specifying -M or -S will now auto-set "-S default"
    - deterministic fuzzing is now disabled by default and can be enabled with
      -D. It is still enabled by default for -M.
    - a new seed selection was implemented that uses weighted randoms based on
      a schedule performance score, which is much better that the previous
      walk the whole queue approach. Select the old mode with -Z (auto enabled
      with -M)
    - Marcel Boehme submitted a patch that improves all AFFast schedules :)
    - the default schedule is now FAST
    - memory limits are now disabled by default, set them with -m if required
    - rpc.statsd support, for stats and charts, by Edznux, thanks a lot!
    - reading testcases from -i now descends into subdirectories
    - allow the -x command line option up to 4 times
    - loaded extras now have a duplication protection
    - If test cases are too large we do a partial read on the maximum
      supported size
    - longer seeds with the same trace information will now be ignored
      for fuzzing but still be used for splicing
    - crashing seeds are now not prohibiting a run anymore but are
      skipped - they are used for splicing, though
    - update MOpt for expanded havoc modes
    - setting the env var AFL_NO_AUTODICT will not load an LTO autodictionary
    - added NO_SPLICING compile option and makefile define (forwarded request 855999 from msmeissn)

OBS-URL: https://build.opensuse.org/request/show/856003
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/afl?expand=0&rev=55
2020-12-16 10:00:38 +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
3.0c.tar.gz Accepting request 855999 from home:msmeissn:branches:devel:tools 2020-12-15 13:57:19 +00:00
afl-3.0c-fix-paths.patch Accepting request 855999 from home:msmeissn:branches:devel:tools 2020-12-15 13:57:19 +00:00
afl-rpmlintrc Accepting request 286329 from home:AndreasStieger 2015-02-16 13:04:02 +00:00
afl.changes Accepting request 855999 from home:msmeissn:branches:devel:tools 2020-12-15 13:57:19 +00:00
afl.spec Accepting request 855999 from home:msmeissn:branches:devel:tools 2020-12-15 13:57:19 +00:00