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

Last updated: May 21,2024

1. Install "libfuzzer-12-dev" package

Please follow the instructions below to install libfuzzer-12-dev on Kali Linux

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

2. Uninstall "libfuzzer-12-dev" package

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

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

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

Package: libfuzzer-12-dev
Source: llvm-toolchain-12 (1:12.0.1-20)
Version: 1:12.0.1-20+b1
Installed-Size: 859
Maintainer: LLVM Packaging Team
Architecture: amd64
Depends: clang-12 (= 1:12.0.1-20+b1)
Size: 192772
SHA256: e01bdceb81f99d7401a60d4ccf692c6ca090a80da8a6e2f98c7e24f091ce0e1f
SHA1: 115db3b5ad7051805072f04594d44d0a9f267525
MD5sum: f250dcf0f2e3a3856312c4587a464906
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/
Section: libdevel
Priority: optional
Filename: pool/main/l/llvm-toolchain-12/libfuzzer-12-dev_12.0.1-20+b1_amd64.deb