How to Install and Uninstall libfuzzer-9-dev Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 02,2024

1. Install "libfuzzer-9-dev" package

Here is a brief guide to show you how to install libfuzzer-9-dev on Ubuntu 20.10 (Groovy Gorilla)

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

2. Uninstall "libfuzzer-9-dev" package

Please follow the guidelines below to uninstall libfuzzer-9-dev on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the libfuzzer-9-dev package on Ubuntu 20.10 (Groovy Gorilla)

Package: libfuzzer-9-dev
Architecture: amd64
Version: 1:9.0.1-14build1
Priority: optional
Section: universe/libdevel
Source: llvm-toolchain-9
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: LLVM Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 800
Depends: clang-9 (= 1:9.0.1-14build1)
Filename: pool/universe/l/llvm-toolchain-9/libfuzzer-9-dev_9.0.1-14build1_amd64.deb
Size: 141480
MD5sum: dbfabc2a8cd5ad80a08698a10b524e4e
SHA1: 7c4ebb261646552902797852ac81a97b2434b46d
SHA256: 90a10e6b4c80f28f40b13fd1007d79226ac43bf28a31c5dd5d6ba7e01edb6ce8
SHA512: 5aab5ad133f68a00bd865ed0bcc0724d30834c4a5a72978ff95d1c1993e08dcfc7c866227360a931fc6ec59f3b351450c7fbeb49b9dedf9fbfe2e98d8052f0ee
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