aflplusplus 4.09c-1ubuntu1 source package in Ubuntu

Changelog

aflplusplus (4.09c-1ubuntu1) noble; urgency=low

  * Merge from Debian unstable. Remaining changes:
    - Increase test-custom-mutators timeouts to avoid
      FTBFS on arm64 and armhf
    - Ignore for now test failures on s390x, clang is flaky there.

aflplusplus (4.09c-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Repository.

  [ Sophie Brun ]
  * New upstream version 4.09c (Closes: #1053679)
  * Upgrade to llvm-toolchain 17 (Closes: #1061209)
  * Refresh patches

 -- Gianfranco Costamagna <email address hidden>  Thu, 25 Jan 2024 09:52:12 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
aflplusplus_4.09c.orig.tar.gz 2.8 MiB 2d3b2e4f066b1f3eda17faff147dfa3e4b16fba044257361aca51a2322c5122d
aflplusplus_4.09c-1ubuntu1.debian.tar.xz 10.2 KiB 0578774085c778f984b290c848308ec204447e8656947577ad2ad67fc992c84d
aflplusplus_4.09c-1ubuntu1.dsc 2.3 KiB 7fa3fa676f143b6edc247a080b056d2ff895b6c385c1c61b9e4072e96474b187

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.