ab8fb8 Update afl to version 3.13c / rev 62 via SR 896671

7 files Authored by msmeissn 2 years ago, Committed by Bernhard M. Wiedemann 2 years ago,
    Update afl to version 3.13c / rev 62 via SR 896671
    
    https://build.opensuse.org/request/show/896671
    by user msmeissn + dimstar_suse
    - updated to 3.13c
      - Note: plot_data switched to relative time from unix time in 3.10
      - frida_mode - new mode that uses frida to fuzz binary-only targets,
        it currently supports persistent mode and cmplog.
        thanks to @WorksButNotTested!
      - create a fuzzing dictionary with the help of CodeQL thanks to
        @microsvuln! see utils/autodict_ql
      - afl-fuzz:
        - added patch by @realmadsci to support @@ as part of command line
          options, e.g. `afl-fuzz ... -- ./target --infile=@@`
        - add recording of previous fuzz attempts for persistent mode
          to allow replay of non-reproducable crashes, see
          AFL_PERSISTENT_RECORD in config.h and docs/envs.h
        - fixed a bug when trimming for stdin targets
        - cmplog -l: default cmplog level is now 2, better efficiency.
          level
    
        
file modified
+0 -0
file modified
+168 -0
file removed
-1
file added
+1
file modified
+7 -7
file modified
+213 -0
file modified
+22 -8