Sat, 25 Mar 2023 22:54:27 UTC

Information for build american-fuzzy-lop-1.42b-1.fc21

ID610205
Package Nameamerican-fuzzy-lop
Version1.42b
Release1.fc21
Epoch
SummaryPractical, instrumentation-driven fuzzer for binary formats
DescriptionAmerican fuzzy lop uses a novel type of 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 corpuses produced by the tool are also useful for seeding other, more labor- or resource-intensive testing regimes down the road. Compared to other instrumented fuzzers, afl-fuzz is designed to be practical: it has a 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.
Built byrjones
State complete
Volume fedora_koji_archive01
StartedTue, 10 Feb 2015 16:57:59 UTC
CompletedTue, 10 Feb 2015 17:02:31 UTC
Taskbuild (f21-candidate, /american-fuzzy-lop:de5c58f95eff02b51ce913dee691918a0a61be7f)
Tags
f21-updates
RPMs
src
american-fuzzy-lop-1.42b-1.fc21.src.rpm (info) (download)
i686
american-fuzzy-lop-1.42b-1.fc21.i686.rpm (info) (download)
american-fuzzy-lop-clang-1.42b-1.fc21.i686.rpm (info) (download)
american-fuzzy-lop-debuginfo-1.42b-1.fc21.i686.rpm (info) (download)
x86_64
american-fuzzy-lop-1.42b-1.fc21.x86_64.rpm (info) (download)
american-fuzzy-lop-clang-1.42b-1.fc21.x86_64.rpm (info) (download)
american-fuzzy-lop-debuginfo-1.42b-1.fc21.x86_64.rpm (info) (download)
Logs
x86_64
root.log
state.log
build.log
i686
build.log
state.log
root.log
Changelog * Tue Feb 10 2015 Richard W.M. Jones <rjones@redhat.com> - 1.42b-1 - New upstream version 1.42b. - Remove trademarked image from source (RHBZ#1191184). - Use wildcard in .gitignore file. * Sat Feb 07 2015 Richard W.M. Jones <rjones@redhat.com> - 1.40b-1 - New upstream version 1.40b (RHBZ#1188782). * Tue Feb 03 2015 Pádraig Brady <pbrady@redhat.com> - 1.38b-1 - Latest upstream * Mon Jan 26 2015 Pádraig Brady <pbrady@redhat.com> - 1.28b-1 - Latest upstream * Thu Jan 22 2015 Pádraig Brady <pbrady@redhat.com> - 1.19b-1 - Latest upstream * Mon Jan 19 2015 Richard W.M. Jones <rjones@redhat.com> - 1.15b-1 - New upstream version 1.15b (RHBZ#1177434). * Tue Dec 23 2014 Richard W.M. Jones <rjones@redhat.com> - 0.98b-1 - New upstream version 0.98b (RHBZ#1172581). - Rename afl-plot.sh script to afl-plot. * Mon Dec 08 2014 Richard W.M. Jones <rjones@redhat.com> - 0.88b-1 - New upstream version 0.88b (RHBZ#1170943). - Add afl-plot.sh script. This requires gnuplot, but it gives a suitable error message if gnuplot is not installed, so don't add a dependency. * Sun Nov 30 2014 Pádraig Brady <pbrady@redhat.com> - 0.78b-1 - Latest upstream * Mon Nov 17 2014 Richard W.M. Jones <rjones@redhat.com> - 0.50b-2 - Don't use epoch in requires. * Sun Nov 16 2014 Richard W.M. Jones <rjones@redhat.com> - 0.50b-1 - New upstream version 0.50b. - Remove 'sed' dependency as it is no longer used. - Rebase CFLAGS patch. - Add clang wrapper as a subpackage. * Sat Nov 15 2014 Richard W.M. Jones <rjones@redhat.com> - 0.48b-1 - New upstream version 0.48b. - Fix: https://code.google.com/p/american-fuzzy-lop/issues/detail?id=13 * Sat Nov 15 2014 Richard W.M. Jones <rjones@redhat.com> - 0.47b-1 - New upstream version 0.47b. - Use stable Source URL. - Remove parallel fix which is now upstream. * Fri Nov 14 2014 Richard W.M. Jones <rjones@redhat.com> - 0.46b-1 - New upstream version 0.46b. - Ditch USE_64BIT/CONF_64BIT. - Package now owns afl_helper_path. - Parallel builds now work, and make uses _smp_mflags. - Uses CFLAGS optflags. - Include (some) experimental scripts. * Thu Nov 13 2014 Richard W.M. Jones <rjones@redhat.com> - 0.45b-1 - Initial packaging of afl.