aflplusplus 4.08c-1ubuntu2 source package in Ubuntu

Changelog

aflplusplus (4.08c-1ubuntu2) mantic; urgency=medium

  * Ignore for now test failures on s390x, clang is flaky there.

 -- Gianfranco Costamagna <email address hidden>  Tue, 05 Sep 2023 20:15:45 +0200

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Mantic
Original maintainer:
Debian Security Tools
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
aflplusplus_4.08c.orig.tar.gz 2.8 MiB f8d93f2343a040323b88f0d09c93be33b043bf63ba483af45510cb85aa1a2305
aflplusplus_4.08c-1ubuntu2.debian.tar.xz 10.2 KiB a10f1ec29cdbd7e2926c006d9f95e8a84b5d1e660b37957280d66fb750974b90
aflplusplus_4.08c-1ubuntu2.dsc 2.3 KiB 897d3c63f5d56c89f43e9667565558fc53940eb15c2b840e6fe20e1be9451e90

View changes file

Binary packages built by this source

afl++: instrumentation-driven fuzzer for binary formats

 American fuzzy lop is a fuzzer that employs 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.
 .
 afl++-fuzz is designed to be practical: it has modest performance
 overhead, uses a variety of highly effective fuzzing strategies, requires
 essentially no configuration, and seamlessly handles complex, real-world use
 cases - say, common image parsing or file compression libraries.
 .
 afl++ is a fork of the unmaintained afl.

afl++-dbgsym: debug symbols for afl++
afl++-doc: instrumentation-driven fuzzer for binary formats - documentation

 American fuzzy lop is a fuzzer that employs compile-time instrumentation and
 genetic algorithms to automatically discover clean, interesting test cases
 that trigger new internal states in the targeted binary.
 .
 This package provides the documentation, a collection of special crafted test
 cases, vulnerability samples and experimental stuff.