afl-cov 0.6.1-1 source package in Ubuntu

Changelog

afl-cov (0.6.1-1) unstable; urgency=medium

  * New upstream release.
  * deb/control: bump standards version to 4.1.1 (no changes needed).

 -- Daniel Stender <email address hidden>  Tue, 28 Nov 2017 23:45:32 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
afl-cov_0.6.1-1.dsc 1.8 KiB d827d307accef4ba84cb9e3c2441ca4e784662aaa60ce391dd3b00d22e5580eb
afl-cov_0.6.1.orig.tar.xz 443.9 KiB 5ac949b24782d80464122e8266147c7a42153ec0637ad2cee4c0e8977b15d70a
afl-cov_0.6.1-1.debian.tar.xz 2.8 KiB 80660cfd1e2d7ac3815e954117bfc4de4361f3d29073f2859e40a24056366eb1

Available diffs

No changes file available.

Binary packages built by this source

afl-cov: code coverage for afl (American Fuzzy Lop)

 afl-cov uses test cases produced by the fuzzer afl to produce gcov code
 coverage results (what parts of program are actually executed) of the
 targeted binary.
 .
 afl-cov can be used to analyze the test results of afl after fuzzing has
 been completed. However, a typical workflow is to run afl-cov while afl-fuzz
 builds test cases during the fuzzing cycle runs on the same system, and to
 review the cumulative code coverage results.
 .
 Analyzing code coverage results of afl test cases can help to maximize its
 effectiveness, e.g. when its needed to patch the project code to help the
 fuzzer to reach code that would be otherwise inaccessible.