Пакет afl: Информация

    Исходный пакет: afl
    Версия: 2.57b-alt1
    Последняя версия по данным Repology
    Собран:  6 июня 2022 г. 16:18 в задании #301448
    Сообщить об ошибке в пакете
    Домашняя страница: https://lcamtuf.coredump.cx/afl/

    Лицензия: Apache-2.0
    О пакете: american fuzzy lop - a security-oriented fuzzer
    Описание: 
    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.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    afl (x86_64, i586)
    afl-debuginfo (x86_64, i586)

    Сопровождающий: Paul Wolneykien

    Список участников:
    Paul Wolneykien
    Aleksei Nikiforov

    Права:
    Paul Wolneykien
    Aleksei Nikiforov
    @everybody

    Последнее изменение


    6 июня 2022 г. Paul Wolneykien 2.57b-alt1
    - Version 2.57b.
    - Build without clang.
    30 марта 2020 г. Paul Wolneykien 2.56-alt4.b.git.f10d601
    - Added afl-hsh-rebuild wrapper.
    30 марта 2020 г. Paul Wolneykien 2.56-alt3.b.git.f10d601
    - Support AFL_COVERAGE adding -fprofile-arcs -ftest-coverage -lgcov (patch).