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

Last updated: May 17,2024

1. Install "libfuzzer-14-dev" package

This guide let you learn how to install libfuzzer-14-dev on Kali Linux

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

2. Uninstall "libfuzzer-14-dev" package

Please follow the steps below to uninstall libfuzzer-14-dev on Kali Linux:

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

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

Package: libfuzzer-14-dev
Source: llvm-toolchain-14
Version: 1:14.0.6-16
Installed-Size: 888
Maintainer: LLVM Packaging Team
Architecture: amd64
Depends: clang-14 (= 1:14.0.6-16)
Size: 185452
SHA256: 041f12bd0cd86670dbdafa38b17ea90a864178a70f256486b5d7bcfccfaced89
SHA1: 243f051a3581a06bafbb03cfe641d84db401e5d5
MD5sum: 715efb1dd5ee1d7bcc9a12c941ff46b0
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/
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/l/llvm-toolchain-14/libfuzzer-14-dev_14.0.6-16_amd64.deb