LevelDB

LevelDB

Google
LibFuzzer

LibFuzzer

LLVM Project
+
+

Related Products

  • Couchbase
    418 Ratings
    Visit Website
  • RaimaDB
    12 Ratings
    Visit Website
  • Dragonfly
    16 Ratings
    Visit Website
  • TIMi
    68 Ratings
    Visit Website
  • TinyPNG
    69 Ratings
    Visit Website
  • Azore CFD
    26 Ratings
    Visit Website
  • Crowdin
    929 Ratings
    Visit Website
  • Rezku Point of Sale
    65 Ratings
    Visit Website
  • Nexo
    18,666 Ratings
    Visit Website
  • PDF Guru
    95,963 Ratings
    Visit Website

About

LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values. Keys and values are arbitrary byte arrays. Data is stored sorted by key. Callers can provide a custom comparison function to override the sort order. Multiple changes can be made in one atomic batch. Users can create a transient snapshot to get a consistent view of data. Forward and backward iteration is supported over the data. Data is automatically compressed using the Snappy compression library. External activity (file system operations etc.) is relayed through a virtual interface so users can customize the operating system interactions. We use a database with a million entries. Each entry has a 16 byte key, and a 100 byte value. Values used by the benchmark compress to about half their original size. We list the performance of reading sequentially in both the forward and reverse direction, and also the performance of a random lookup.

About

LibFuzzer is an in-process, coverage-guided, evolutionary fuzzing engine. LibFuzzer is linked with the library under test, and feeds fuzzed inputs to the library via a specific fuzzing entry point (or 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. LibFuzzer is still fully supported in that important bugs will get fixed. The first step in using libFuzzer on a library is to implement a fuzz target, a function that accepts an array of bytes and does something interesting with these bytes using the API under test. Note that this fuzz target does not depend on libFuzzer in any way so it is possible and even desirable to use it with other fuzzing engines like AFL and/or Radamsa.

Platforms Supported

Windows
Mac
Linux
Cloud
On-Premises
iPhone
iPad
Android
Chromebook

Platforms Supported

Windows
Mac
Linux
Cloud
On-Premises
iPhone
iPad
Android
Chromebook

Audience

Organizations requiring a storage library solution providing ordered mapping from string keys to string values

Audience

Users requiring a fuzzing engine to analyze their code and applications

Support

Phone Support
24/7 Live Support
Online

Support

Phone Support
24/7 Live Support
Online

API

Offers API

API

Offers API

Screenshots and Videos

Screenshots and Videos

Pricing

No information available.
Free Version
Free Trial

Pricing

Free
Free Version
Free Trial

Reviews/Ratings

Overall 0.0 / 5
ease 0.0 / 5
features 0.0 / 5
design 0.0 / 5
support 0.0 / 5

This software hasn't been reviewed yet. Be the first to provide a review:

Review this Software

Reviews/Ratings

Overall 0.0 / 5
ease 0.0 / 5
features 0.0 / 5
design 0.0 / 5
support 0.0 / 5

This software hasn't been reviewed yet. Be the first to provide a review:

Review this Software

Training

Documentation
Webinars
Live Online
In Person

Training

Documentation
Webinars
Live Online
In Person

Company Information

Google
Founded: 2011
United States
github.com/google/leveldb

Company Information

LLVM Project
Founded: 2003
llvm.org/docs/LibFuzzer.html

Alternatives

Alternatives

afl-unicorn

afl-unicorn

Battelle
Atheris

Atheris

Google
InterSystems Caché

InterSystems Caché

InterSystems
Jazzer

Jazzer

Code Intelligence
Honggfuzz

Honggfuzz

Google

Categories

Categories

Integrations

Atheris
C
C++
ClusterFuzz
Fuzzbuzz
Google Cloud Platform
Google ClusterFuzz
Jazzer
LedisDB
OrbitDB
XBTS
insight

Integrations

Atheris
C
C++
ClusterFuzz
Fuzzbuzz
Google Cloud Platform
Google ClusterFuzz
Jazzer
LedisDB
OrbitDB
XBTS
insight
Claim LevelDB and update features and information
Claim LevelDB and update features and information
Claim LibFuzzer and update features and information
Claim LibFuzzer and update features and information