all options
bookworm-updates  ] [  trixie  ] [  sid  ]
[ Source: llvm-toolchain-19  ]

Package: libfuzzer-19-dev (1:19.1.6-1)

Links for libfuzzer-19-dev

Screenshot

Debian Resources:

Download Source Package llvm-toolchain-19:

Maintainers:

External Resources:

Similar packages:

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.

Other Packages Related to libfuzzer-19-dev

  • depends
  • recommends
  • suggests
  • enhances

Download libfuzzer-19-dev

Download for all available architectures
Architecture Package Size Installed Size Files
amd64 192.6 kB880.0 kB [list of files]
arm64 185.1 kB901.0 kB [list of files]
armel 186.3 kB773.0 kB [list of files]
armhf 185.7 kB768.0 kB [list of files]
i386 204.6 kB790.0 kB [list of files]
mips64el 218.4 kB1,277.0 kB [list of files]
ppc64el 200.9 kB970.0 kB [list of files]
riscv64 249.7 kB1,754.0 kB [list of files]
s390x 201.5 kB894.0 kB [list of files]