How to Install and Uninstall libfuzzer-11-dev Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 07,2024

1. Install "libfuzzer-11-dev" package

In this section, we are going to explain the necessary steps to install libfuzzer-11-dev on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install libfuzzer-11-dev

2. Uninstall "libfuzzer-11-dev" package

Learn how to uninstall libfuzzer-11-dev on Ubuntu 21.04 (Hirsute Hippo):

$ sudo apt remove libfuzzer-11-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libfuzzer-11-dev package on Ubuntu 21.04 (Hirsute Hippo)

Package: libfuzzer-11-dev
Architecture: amd64
Version: 1:11.0.1-2ubuntu4
Priority: optional
Section: universe/libdevel
Source: llvm-toolchain-11
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: LLVM Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 832
Depends: clang-11 (= 1:11.0.1-2ubuntu4)
Filename: pool/universe/l/llvm-toolchain-11/libfuzzer-11-dev_11.0.1-2ubuntu4_amd64.deb
Size: 145108
MD5sum: d5ae92e0a3bd0493f22f61797cd89e60
SHA1: cb1b8a39f4923ed652b09578dd1e4968a9f7636f
SHA256: 20791f2f9746e7275d183acb825bb4922d26b272c3e6337a0b3a26c4c4450bd3
SHA512: 8c7ffc9338cf3d8dc96f99daf77e16c664fbbbf5218a4b52e5a96f787d83cef301330b3a297f08458b7afe05e1a348ce7892662d72185a257ec44d90887e252b
Homepage: https://www.llvm.org/
Description-en: Library for coverage-guided fuzz testing
LibFuzzer is a library for in-process, coverage-guided, evolutionary fuzzing
of other libraries.
.
LibFuzzer is similar in concept to American Fuzzy Lop (AFL), but it performs
all of its fuzzing inside a single process. This in-process fuzzing can be
more restrictive and fragile, but is potentially much faster as there is no
overhead for process start-up.
.
The fuzzer is linked with the library under test, and feeds fuzzed inputs to
the library via a specific fuzzing entrypoint (aka 'target function'); the
fuzzer then tracks which areas of the code are reached, and generates mutations
on the corpus of input data in order to maximize the code coverage. The code
coverage information for libFuzzer is provided by LLVM's SanitizerCoverage
instrumentation.
Description-md5: bc55cd127b8dab148b78e61e5e475b8e