How to Install and Uninstall libfuzzer-11-dev Package on Kali Linux

Last updated: April 29,2024

1. Install "libfuzzer-11-dev" package

Here is a brief guide to show you how to install libfuzzer-11-dev on Kali Linux

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

2. Uninstall "libfuzzer-11-dev" package

This is a short guide on how to uninstall libfuzzer-11-dev on Kali Linux:

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

3. Information about the libfuzzer-11-dev package on Kali Linux

Package: libfuzzer-11-dev
Source: llvm-toolchain-11 (1:11.1.0-6)
Version: 1:11.1.0-6+b2
Installed-Size: 837
Maintainer: LLVM Packaging Team
Architecture: amd64
Depends: clang-11 (= 1:11.1.0-6+b2)
Size: 185928
SHA256: be285ae9ea93d5f98ca88fa9ba449985eb2a6dfff2ae446788a7f15db5878029
SHA1: 9bbd53b35da7a688b0776e9ecaccb27fdb25c86e
MD5sum: 24e4abc742192c388ced4de6ea2792bb
Description: 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
Homepage: https://www.llvm.org/
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/l/llvm-toolchain-11/libfuzzer-11-dev_11.1.0-6+b2_amd64.deb