all options
experimental  ]
[ Source: llvm-toolchain-snapshot  ]

Package: libfuzzer-19-dev (1:19~++20240421021844+e095d978ba47-1~exp1)

Links for libfuzzer-19-dev

Screenshot

Debian Resources:

Download Source Package llvm-toolchain-snapshot:

Maintainers:

External Resources:

Similar packages:

Experimental package

Warning: This package is from the experimental distribution. That means it is likely unstable or buggy, and it may even cause data loss. Please be sure to consult the changelog and other possible documentation before using it.

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
ppc64el 195.6 kB962.0 kB [list of files]