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

Last updated: May 19,2024

1. Install "libfuzzer-13-dev" package

Please follow the guidance below to install libfuzzer-13-dev on Kali Linux

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

2. Uninstall "libfuzzer-13-dev" package

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

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

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

Package: libfuzzer-13-dev
Source: llvm-toolchain-13
Version: 1:13.0.1-7
Installed-Size: 888
Maintainer: LLVM Packaging Team
Architecture: amd64
Depends: clang-13 (= 1:13.0.1-7)
Size: 200572
SHA256: 97f1698064af077528c855dfa0c0b387901195e1fdefa55bc4e3f1ae80798266
SHA1: 60e137477bda36b9b1827ceb06ccd6ada89d69bc
MD5sum: f31cabe7e1c54e3db8fc4fa7f8f1f7a3
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-13/libfuzzer-13-dev_13.0.1-7_amd64.deb