libfuzzer-14-dev_14.0.6-2~bpo11+1_amd64.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-dev/script.deb.sh | sudo bash
copy
curl -s https://packagecloud.io/install/repositories/whitewaterfoundry/pengwin-base-dev/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 1dcf97226e114bb7342531a7d985f3bf
SHA1 fb5c74a6eba870d0229e94cb6c5a8090988c308d
SHA256 77dd30aaa23472ac32f6d38cec4bed0b8bb6e5188b28ac7ae3db0f79963444b7
SHA512 bbbcb011c31c8a4a8c0a27a41af0fcef63ded3d200a1e53887fae926d399bf8b52d089d5464558f9257180009fa7e3bbdad706e3d514bed33a7eb84db32794c5

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

201 KB

Installed Size

866 KB

Downloads

1

wget

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

Homepage

https://www.llvm.org/