Package - libfuzzer-22-dev

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

Primary informations

Download package: http://apt.llvm.org/trixie/pool/main/l/llvm-toolchain-22/libfuzzer-22-dev_22.1.2~++20260313123427+6121df77a781-1~exp1~20260313003441.46_amd64.deb (Size: 199.4KiB)

PropertyValue
Packagelibfuzzer-22-dev
Sourcellvm-toolchain-22
Version1:22.1.2~++20260313123427+6121df77a781-1~exp1~20260313003441.46
Architectureamd64
MaintainerLLVM Packaging Team
Installed-Size883
Dependsclang-22 (= 1:22.1.2~++20260313123427+6121df77a781-1~exp1~20260313003441.46)
Homepagehttps://www.llvm.org/
Priorityoptional
Sectionlibdevel
Filenamepool/main/l/llvm-toolchain-22/libfuzzer-22-dev_22.1.2~++20260313123427+6121df77a781-1~exp1~20260313003441.46_amd64.deb
Size204172
SHA2561cc580d894e4c404f2a8200cf312a2c419aa9b1602ce5121808d81717f02cc69
SHA1b5ec06212496be6d5156a6f51f38432d18ca51b0
MD5sum2683db104e6ea954ae315b30822cb4d7
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