aflplusplus 2.59c-1 source package in Ubuntu

Changelog

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

  * Team upload.
  * New upstream release.
  * Bump Standards-Version to 4.4.1
  * Add new patch to support lack of unicorn_mode/unicorn directory
  * Remove binary file created by make clean (duh!)
  * Switch to clang 9.
  * Add a new patch fixing the build of libdislocator
  * Fix path of documentation files to install
  * Enable python 3 support

 -- Raphaƫl Hertzog <email address hidden>  Mon, 30 Dec 2019 14:12:46 +0100

Upload details

Uploaded by:
Debian Security Tools
Uploaded to:
Sid
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_2.59c-1.dsc 1.8 KiB 6217856d7756fdb0121ba901f5e4e0602ddbfec7b3fe2113c82c9309dbb011f6
aflplusplus_2.59c.orig.tar.gz 1.2 MiB 858c81fa6221ef2b8b2a8977a70dc86c2624c23230d0629b3037130fd0d8d685
aflplusplus_2.59c-1.debian.tar.xz 8.6 KiB c9f6abc69d7fdb178fc1761b34c9de853fc8f39d2d80ff217fdfdb73d96bb5ba

Available diffs

No changes file available.

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.
 .
 This package is a fork of the afl package that is no longer maintained.

afl++-clang: instrumentation-driven fuzzer for binary formats - clang support

 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 support for the clang compiler.

afl++-clang-dbgsym: debug symbols for afl++-clang
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.