66bc62 Update afl to version 4.08c / rev 79 via SR 1103819

6 files Authored by msmeissn 8 months ago, Committed by Bernhard M. Wiedemann 8 months ago,
    Update afl to version 4.08c / rev 79 via SR 1103819
    
    https://build.opensuse.org/request/show/1103819
    by user msmeissn + dimstar_suse
    - updated to 4.08c
      - afl-fuzz:
        - new mutation engine: mutations that favor discovery more paths are
          prefered until no new finds for 10 minutes then switching to mutations
          that favor triggering crashes. Modes and switch time can be configured
          with `-P`. Also input mode for the target can be defined with `-a` to
          be `text` or `binary` (defaults to `generic`)
        - new custom mutator that has the new afl++ engine (so it can easily
          incorporated into new custom mutators), and also comes with a standalone
          command line tool! See custom_mutators/aflpp/standalone/
        - display the state of the fuzzing run in the UI :-)
        - fix timeout setting if '+' is used or a session is restarted
        - -l X option to enable base64 transformation solving
        - allow to d
    
        
file modified
+0 -0
file modified
+37 -0
file removed
-1
file modified
+35 -0
file modified
+2 -2
file added
+1