LibFuzzer

LibFuzzer

LLVM Project
Radamsa

Radamsa

Aki Helin
+
+

Related Products

  • Parasoft
    130 Ratings
    Visit Website
  • TrustInSoft Analyzer
    6 Ratings
    Visit Website
  • MuukTest
    31 Ratings
    Visit Website
  • Boozang
    15 Ratings
    Visit Website
  • Wiz
    1,059 Ratings
    Visit Website
  • SDS Manager
    4 Ratings
    Visit Website
  • DXcharts
    28 Ratings
    Visit Website
  • groundcover
    32 Ratings
    Visit Website
  • JOpt.TourOptimizer
    8 Ratings
    Visit Website
  • Adobe PDF Library SDK
    35 Ratings
    Visit Website

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.

About

Radamsa is a test case generator for robustness testing or fuzzer. It is typically used to test how well a program can withstand malformed and potentially malicious inputs. It works by reading sample files of valid data and generating interestingly different outputs from them. The main selling points of Radamsa are that it has already found a slew of bugs in programs that actually matter, it is easily scriptable, and, easy to get up and running. Fuzzing is one of the techniques to find unexpected behavior in programs. The idea is simply to subject the program to various kinds of inputs and see what happens. There are two parts to this process: getting the various kinds of inputs and how to see what happens. Radamsa is a solution to the first part, and the second part is typically a short shell script. Testers usually have a more or less vague idea of what should not happen, and they try to find out if this is so.

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

Users requiring a fuzzing engine to analyze their code and applications

Audience

Testers searching for a solution to find issues in their program processes 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

Free
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

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

Company Information

Aki Helin
gitlab.com/akihe/radamsa

Alternatives

afl-unicorn

afl-unicorn

Battelle

Alternatives

Atheris

Atheris

Google
Jazzer

Jazzer

Code Intelligence
go-fuzz

go-fuzz

dvyukov
go-fuzz

go-fuzz

dvyukov
ClusterFuzz

ClusterFuzz

Google
Honggfuzz

Honggfuzz

Google

Categories

Categories

Integrations

Atheris
C
C++
ClusterFuzz
FreeBSD
Fuzzbuzz
Git
Google ClusterFuzz
Jazzer
Make
OpenBSD

Integrations

Atheris
C
C++
ClusterFuzz
FreeBSD
Fuzzbuzz
Git
Google ClusterFuzz
Jazzer
Make
OpenBSD
Claim LibFuzzer and update features and information
Claim LibFuzzer and update features and information
Claim Radamsa and update features and information
Claim Radamsa and update features and information