aflplusplus 4.07c-1ubuntu1 source package in Ubuntu

Changelog

aflplusplus (4.07c-1ubuntu1) mantic; urgency=low

  * Merge from Debian unstable. Remaining changes:
    - depend on gcc-multilib only on amd64
    - Increase test-custom-mutators timeouts to avoid
      FTBFS on arm64 amd armhf

 -- Gianfranco Costamagna <email address hidden>  Tue, 20 Jun 2023 22:46:27 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
aflplusplus_4.07c.orig.tar.gz 2.7 MiB cdb42834359b17336047814d1c24845f606456dbe4e6aff5edac66c21aa577db
aflplusplus_4.07c-1ubuntu1.debian.tar.xz 10.8 KiB 36b86702f6ddd43fcdcf0a19a730c6e1c2255478fbff819bc4de41f1042aa237
aflplusplus_4.07c-1ubuntu1.dsc 2.3 KiB d762d8c8c723dcca4121f20c24ce080a951b742461289b1bf94b1757d5572c55

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++