Package - libfuzzer-20-dev

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

Primary informations

Download package: http://apt.llvm.org/trixie/pool/main/l/llvm-toolchain-20/libfuzzer-20-dev_20.1.8~++20250809043815+87f0227cb601-1~exp1~20250809163919.3_amd64.deb (Size: 194.7KiB)

PropertyValue
Packagelibfuzzer-20-dev
Sourcellvm-toolchain-20
Version1:20.1.8~++20250809043815+87f0227cb601-1~exp1~20250809163919.3
Architectureamd64
MaintainerLLVM Packaging Team
Installed-Size882
Dependsclang-20 (= 1:20.1.8~++20250809043815+87f0227cb601-1~exp1~20250809163919.3)
Homepagehttps://www.llvm.org/
Priorityoptional
Sectionlibdevel
Filenamepool/main/l/llvm-toolchain-20/libfuzzer-20-dev_20.1.8~++20250809043815+87f0227cb601-1~exp1~20250809163919.3_amd64.deb
Size199416
SHA256786df445032eaa880ff9a5d8a0001fe8c788bd17e55a16d7e366145d21b47d5e
SHA189de964d5fa852e76e642d252820e094f6307dde
MD5sumf03c880c4d3f2d0422e1fd73a505ae7d
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