afl-cov 0.6.1-2 source package in Ubuntu

Changelog

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

  * deb/control:
    + bump standards to 4.1.3 (no changes needed).
    + update Vcs- fields (project moved to Salsa).
  * deb/copyright:
    + expand copyright span.
  * deb/gbp.conf:
    + drop import-orig section (not needed).
    + change debian-branch to debian/master to meet DEP-14.
    + add sign-tags field, set to True.

 -- Daniel Stender <email address hidden>  Mon, 19 Feb 2018 20:50:36 +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
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
afl-cov_0.6.1-2.dsc 1.8 KiB 08146f088d266bf62d346eed3d86fbfa0bbe2b4a6415eb3a8b5a0e1e991e1bb4
afl-cov_0.6.1.orig.tar.xz 443.9 KiB 5ac949b24782d80464122e8266147c7a42153ec0637ad2cee4c0e8977b15d70a
afl-cov_0.6.1-2.debian.tar.xz 2.9 KiB 6963978572536bea41812382fb5762c37b0f6ac20c332197d522e9643265d3ad

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.