This package browser is in early development. Mind the rough edges.

aflplusplus

Security-oriented fuzzer

AFLplusplus is a security-oriented fuzzer that employs 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 corpora produced by the tool are also useful for seeding other, more labor- or resource-intensive testing regimes down the road. It is a fork of American Fuzzy Lop fuzzer and features:

  • A more recent qemu version.

  • More algorithms like collision-free coverage, enhanced laf-intel & redqueen, AFLfast++ power schedules, MOpt mutators, unicorn_mode, etc.

Installation

Install the latest version of aflplusplus as follows:

guix install aflplusplus

Or install a particular version:

guix install aflplusplus@4.34c

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of aflplusplus about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/aflplusplus'><img src='https://packages.guix.gnu.org/packages/aflplusplus/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/aflplusplus/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/aflplusplus)

Example Org:

[[https://packages.guix.gnu.org/packages/aflplusplus][https://packages.guix.gnu.org/packages/aflplusplus/badges/latest-version.svg]]