Ratings and Reviews 0 Ratings

Total
ease
features
design
support

This software has no reviews. Be the first to write a review.

Write a Review

Ratings and Reviews 0 Ratings

Total
ease
features
design
support

This software has no reviews. Be the first to write a review.

Write a Review

Alternatives to Consider

  • JS7 JobScheduler Reviews & Ratings
    1 Rating
    Company Website
  • OpenMetal Reviews & Ratings
    39 Ratings
    Company Website
  • Teradata VantageCloud Reviews & Ratings
    1,107 Ratings
    Company Website
  • Parasoft Reviews & Ratings
    144 Ratings
    Company Website
  • TrustInSoft Analyzer Reviews & Ratings
    6 Ratings
    Company Website
  • DXcharts Reviews & Ratings
    28 Ratings
    Company Website
  • KrakenD Reviews & Ratings
    71 Ratings
    Company Website
  • imgproxy Reviews & Ratings
    15 Ratings
    Company Website
  • Grafana Cloud Reviews & Ratings
    850 Ratings
    Company Website
  • Proton VPN Reviews & Ratings
    41,009 Ratings
    Company Website

What is Google OSS-Fuzz?

OSS-Fuzz offers continuous fuzz testing for open-source software, a technique well-regarded for uncovering coding errors. These errors, such as buffer overflow vulnerabilities, can lead to serious security threats. By utilizing guided in-process fuzzing on Chrome components, Google has identified thousands of security flaws and stability concerns, with plans to broaden the reach of this valuable service to the open-source community. The main goal of OSS-Fuzz is to improve the security and stability of widely utilized open-source software by merging sophisticated fuzzing techniques with an adaptable and distributed framework. For those projects that do not qualify for OSS-Fuzz, alternatives like personal instances of ClusterFuzz or ClusterFuzzLite are available. Currently, OSS-Fuzz supports programming languages such as C/C++, Rust, Go, Python, and Java/JVM, and it may extend its support to additional languages that work with LLVM. Additionally, OSS-Fuzz enables fuzzing for both x86_64 and i386 architecture builds, allowing a diverse array of applications to take advantage of this cutting-edge testing methodology. This initiative aims not only to enhance software quality but also to contribute to the creation of a more secure software ecosystem for every user involved. Such improvements can lead to greater trust in open-source solutions.

What is Atheris?

Atheris operates as a fuzzing engine tailored for Python, specifically employing a coverage-guided approach, and it extends its functionality to accommodate native extensions built for CPython. Leveraging libFuzzer as its underlying framework, Atheris proves particularly adept at uncovering additional bugs within native code during fuzzing processes. It is compatible with both 32-bit and 64-bit Linux platforms, as well as Mac OS X, and supports Python versions from 3.6 to 3.10. While Atheris integrates libFuzzer, which makes it well-suited for fuzzing Python applications, users focusing on native extensions might need to compile the tool from its source code to align the libFuzzer version included with Atheris with their installed Clang version. Given that Atheris relies on libFuzzer, which is bundled with Clang, users operating on Apple Clang must install an alternative version of LLVM, as the standard version does not come with libFuzzer. Atheris utilizes a coverage-guided, mutation-based fuzzing strategy, which streamlines the configuration process, eliminating the need for a grammar definition for input generation. However, this approach can lead to complications when generating inputs for code that manages complex data structures. Therefore, users must carefully consider the trade-offs between the simplicity of setup and the challenges associated with handling intricate input types, as these factors can significantly influence the effectiveness of their fuzzing efforts. Ultimately, the decision to use Atheris will hinge on the specific requirements and complexities of the project at hand.

Media

Media

Integrations Supported

Python
Atheris
C
C++
ClusterFuzz
GitHub
Go
Google Cloud Storage
Google OSS-Fuzz
Java
LibFuzzer
Rust

Integrations Supported

Python
Atheris
C
C++
ClusterFuzz
GitHub
Go
Google Cloud Storage
Google OSS-Fuzz
Java
LibFuzzer
Rust

API Availability

Has API

API Availability

Has API

Pricing Information

Free
Free Trial Offered?
Free Version

Pricing Information

Free
Free Trial Offered?
Free Version

Supported Platforms

SaaS
Android
iPhone
iPad
Windows
Mac
On-Prem
Chromebook
Linux

Supported Platforms

SaaS
Android
iPhone
iPad
Windows
Mac
On-Prem
Chromebook
Linux

Customer Service / Support

Standard Support
24 Hour Support
Web-Based Support

Customer Service / Support

Standard Support
24 Hour Support
Web-Based Support

Training Options

Documentation Hub
Webinars
Online Training
On-Site Training

Training Options

Documentation Hub
Webinars
Online Training
On-Site Training

Company Facts

Organization Name

Google

Company Location

United States

Company Website

github.com/google/oss-fuzz

Company Facts

Organization Name

Google

Company Website

github.com/google/atheris

Categories and Features

Categories and Features

Popular Alternatives

ClusterFuzz Reviews & Ratings

ClusterFuzz

Google

Popular Alternatives

LibFuzzer Reviews & Ratings

LibFuzzer

LLVM Project
Jazzer Reviews & Ratings

Jazzer

Code Intelligence
ToothPicker Reviews & Ratings

ToothPicker

Secure Mobile Networking Lab
LibFuzzer Reviews & Ratings

LibFuzzer

LLVM Project
go-fuzz Reviews & Ratings

go-fuzz

dvyukov