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

Last updated: June 19,2024

1. Install "libfuzzer-17-dev" package

Learn how to install libfuzzer-17-dev on Kali Linux

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

2. Uninstall "libfuzzer-17-dev" package

Here is a brief guide to show you how to uninstall libfuzzer-17-dev on Kali Linux:

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

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

Package: libfuzzer-17-dev
Source: llvm-toolchain-17
Version: 1:17.0.6-5
Installed-Size: 884
Maintainer: LLVM Packaging Team
Architecture: amd64
Depends: clang-17 (= 1:17.0.6-5)
Size: 191564
SHA256: 7094949ee430e759c2bba3860c750dddf89d075c8beb3fe0f0c18499923d28b1
SHA1: 8730adab5dcc250322ed08befd16b51286cb06bd
MD5sum: 10c3dcb3fcf4ba02b19c7c525d1a48fc
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:
Homepage: https://www.llvm.org/
Section: libdevel
Priority: optional
Filename: pool/main/l/llvm-toolchain-17/libfuzzer-17-dev_17.0.6-5_amd64.deb