Package afl: Information

    Source package: afl
    Version: 2.56-alt4.b.git.f10d601
    Build time:  Apr 26, 2021, 01:57 PM in the task #270563
    Report package bug
    License: Apache-2.0
    Summary: american fuzzy lop - a security-oriented fuzzer
    Description: 
    American fuzzy lop is a security-oriented fuzzer that employs a novel type
    of compile-time instrumentation and genetic algorithms
    to automatically discover clean, interesting test cases that trigger
    new internal states in the targeted binary.
    This substantially improves the functional coverage for the fuzzed code.
    The compact synthesized corpora produced by the tool are also useful
    for seeding other, more labor- or resource-intensive testing regimes down the road.
    
    Compared to other instrumented fuzzers, afl-fuzz is designed to be practical:
    it has modest performance overhead, uses a variety of highly effective fuzzing strategies
    and effort minimization tricks, requires essentially no configuration,
    and seamlessly handles complex, real-world use cases - say,
    common image parsing or file compression libraries.

    List of rpms provided by this srpm:
    afl (x86_64, i586)
    afl-debuginfo (x86_64, i586)

    Maintainer: Paul Wolneykien


      1. llvm
      2. llvm-devel
      3. clang
      4. libstdc++-devel

    Last changed


    March 30, 2020 Paul Wolneykien 2.56-alt4.b.git.f10d601
    - Added afl-hsh-rebuild wrapper.
    March 30, 2020 Paul Wolneykien 2.56-alt3.b.git.f10d601
    - Support AFL_COVERAGE adding -fprofile-arcs -ftest-coverage -lgcov (patch).
    March 18, 2020 Aleksei Nikiforov 2.56-alt2.b.git.f10d601
    - Built afl-clang toolkit.