afl 2.51b-1 source package in Ubuntu

Changelog

afl (2.51b-1) unstable; urgency=medium

  * New upstream release.
  * Build and run against clang/LLVM 4.0 (changes in deb/control and
    hardcode-clang-version.patch, Closes: #873404).

 -- Daniel Stender <email address hidden>  Tue, 17 Oct 2017 17:38:21 +0200

Upload details

Uploaded by:
Daniel Stender
Uploaded to:
Sid
Original maintainer:
Daniel Stender
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
afl_2.51b-1.dsc 2.0 KiB f0656e7ed1e7778789a85f774d1d6e080508b4d377277228465427b42916e6c7
afl_2.51b.orig.tar.xz 747.5 KiB 5b09460de5357b891df3551eba9af67a49426e0ea48c28c2f132e2f7dbeb680f
afl_2.51b-1.debian.tar.xz 14.2 KiB a379311c7da246e3c3940e86341bc3c5453ed9ff78d920deb60b554274d52527

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.

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