How to Install and Uninstall libfuzzer-15-dev Package on Kali Linux
Last updated: October 31,2024
1. Install "libfuzzer-15-dev" package
Here is a brief guide to show you how to install libfuzzer-15-dev on Kali Linux
$
sudo apt update
Copied
$
sudo apt install
libfuzzer-15-dev
Copied
2. Uninstall "libfuzzer-15-dev" package
This guide covers the steps necessary to uninstall libfuzzer-15-dev on Kali Linux:
$
sudo apt remove
libfuzzer-15-dev
Copied
$
sudo apt autoclean && sudo apt autoremove
Copied
3. Information about the libfuzzer-15-dev package on Kali Linux
Package: libfuzzer-15-dev
Source: llvm-toolchain-15
Version: 1:15.0.7-10
Installed-Size: 887
Maintainer: LLVM Packaging Team
Architecture: amd64
Depends: clang-15 (= 1:15.0.7-10)
Size: 187812
SHA256: a6341c8929d7534eed5a9ee96d1ef0f076256b5cb97011463f1b64e6d8698835
SHA1: a58b9926bc0a73b6787d7bc6502a7643924a1b5c
MD5sum: b52f6c96f5180b0aa51b29f3ca0bb999
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-15/libfuzzer-15-dev_15.0.7-10_amd64.deb
Source: llvm-toolchain-15
Version: 1:15.0.7-10
Installed-Size: 887
Maintainer: LLVM Packaging Team
Architecture: amd64
Depends: clang-15 (= 1:15.0.7-10)
Size: 187812
SHA256: a6341c8929d7534eed5a9ee96d1ef0f076256b5cb97011463f1b64e6d8698835
SHA1: a58b9926bc0a73b6787d7bc6502a7643924a1b5c
MD5sum: b52f6c96f5180b0aa51b29f3ca0bb999
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-15/libfuzzer-15-dev_15.0.7-10_amd64.deb