libfuzzer-14-dev_14.0.6-2~bpo11+1_arm64.deb

STEP 1: Have you installed this repository?

If not, run this installation script command:

curl -s https://packagecloud.io/install/repositories/whitewaterfoundry/pengwin-base/script.deb.sh | sudo bash
copy
curl -s https://packagecloud.io/install/repositories/whitewaterfoundry/pengwin-base/script.deb.sh | sudo bash

STEP 2: Install the package
sudo apt-get install libfuzzer-14-dev=1:14.0.6-2~bpo11+1

Library for coverage-guided fuzz testing

Full description:
  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.

Checksums

MD5 b18ebd94f566c66049dad969b8e450b3
SHA1 0d586f72e3e2ce85f4f7fbc8c128b2ec4ccc2b36
SHA256 e63dc2a218b188a68bc6d178bba486c1b488f62e151d975cab51e739fb3da1fe
SHA512 c089367633a9a7422a65543f2ef5d35ff33e24274fb6ca9d4975cc857b9ec35d8986f687270b95e6833536db7e8b07227771534602262b5b00291526d9300383

Depends

  • clang-14 (= 1:14.0.6-2~bpo11+1)

Files

  • /usr/share/doc/libfuzzer-14-dev/NEWS.Debian.gz
  • /usr/share/doc/libfuzzer-14-dev/copyright
  • /usr/share/doc/libfuzzer-14-dev/changelog.Debian.gz
  • /usr/lib/llvm-14/lib/libFuzzer.a

Uploaded

over 1 year ago

Package Size

196 KB

Installed Size

887 KB

Downloads

5

wget

wget --content-disposition "https://packagecloud.io/whitewaterfoundry/pengwin-base/packages/debian/bullseye/libfuzzer-14-dev_14.0.6-2~bpo11+1_arm64.deb/download.deb?distro_version_id=207"

Homepage

https://www.llvm.org/