How to Install and Uninstall afl++ Package on Kali Linux

Last updated: May 16,2024

1. Install "afl++" package

This guide covers the steps necessary to install afl++ on Kali Linux

$ sudo apt update $ sudo apt install afl++

2. Uninstall "afl++" package

This is a short guide on how to uninstall afl++ on Kali Linux:

$ sudo apt remove afl++ $ sudo apt autoclean && sudo apt autoremove

3. Information about the afl++ package on Kali Linux

Package: afl++
Source: aflplusplus
Version: 4.08c-1
Installed-Size: 2536
Maintainer: Debian Security Tools
Architecture: amd64
Replaces: afl (<< 2.53c), afl++-clang (<< 3.14c)
Depends: build-essential, procps, clang-14, clang, libc6 (>= 2.34), libgcc-s1 (>= 3.0), libpython3.11 (>= 3.11.0), libstdc++6 (>= 13.1)
Recommends: afl++-doc
Suggests: gnuplot
Breaks: afl (<< 2.53c), afl++-clang (<< 3.14c)
Size: 568256
SHA256: f1050042ef4608409288e8ec410970c26089caccd4dc71a71f013f04a60c15bf
SHA1: 846d613609a4655a8caa13bb3f5e954740a2180a
MD5sum: 6c5c0d71f13962efdd62755609748695
Description: 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++ is a fork of the unmaintained afl.
Description-md5:
Homepage: https://github.com/vanhauser-thc/AFLplusplus
Tag: devel::debugger, devel::testing-qa, implemented-in::c,
implemented-in::c++, interface::text-mode, role::program,
scope::application, use::checking, works-with::software:running
Section: devel
Priority: optional
Filename: pool/main/a/aflplusplus/afl++_4.08c-1_amd64.deb