Package - libfuzzer-23-dev

Package:  libfuzzer-23-dev
apt-get install libfuzzer-23-dev

Primary informations

Download package: http://apt.llvm.org/trixie/pool/main/l/llvm-toolchain-snapshot/libfuzzer-23-dev_23~++20260318082838+fce100e26e7e-1~exp1~20260318203030.446_amd64.deb (Size: 199.4KiB)

PropertyValue
Packagelibfuzzer-23-dev
Sourcellvm-toolchain-snapshot
Version1:23~++20260318082838+fce100e26e7e-1~exp1~20260318203030.446
Architectureamd64
MaintainerLLVM Packaging Team
Installed-Size884
Dependsclang-23 (= 1:23~++20260318082838+fce100e26e7e-1~exp1~20260318203030.446)
Homepagehttps://www.llvm.org/
Priorityoptional
Sectionlibdevel
Filenamepool/main/l/llvm-toolchain-snapshot/libfuzzer-23-dev_23~++20260318082838+fce100e26e7e-1~exp1~20260318203030.446_amd64.deb
Size204184
SHA25687f4939148dbdf39b7124dacb1b2975c12c2a6842e794ba0eee5bef5207288b2
SHA1c073520bc38d8b5abcdf9b82a4de5f47be3f750c
MD5sum429201dea76097e6ed090a7b3810417b
DescriptionLibrary 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

Files in package