Jonathan L Hanmann jon
  • Joined on 2025-02-13

libfuzzer-19-dev (1:19.1.7-1ubuntu2)

Published 2025-03-11 14:03:05 +00:00 by jon

Installation

sudo curl  -o /etc/apt/keyrings/gitea-jon.asc
echo "deb [signed-by=/etc/apt/keyrings/gitea-jon.asc]  $distribution $component" | sudo tee -a /etc/apt/sources.list.d/gitea.list
sudo apt update

Choose $distribution and $component from the list below.

sudo apt install libfuzzer-19-dev=1:19.1.7-1ubuntu2

Repository Info

Distributions
noble
Components
universe
Architectures
arm64

About this package

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.

Dependencies

clang-19 (= 1:19.1.7-1ubuntu2)
Details
Debian
2025-03-11 14:03:05 +00:00
2
LLVM Packaging Team
208 KiB
Assets (1)
Versions (1) View all
1:19.1.7-1ubuntu2 2025-03-11