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

  • Odoo Reviews & Ratings
    1,582 Ratings
    Company Website
  • Parasoft Reviews & Ratings
    126 Ratings
    Company Website
  • Stigg Reviews & Ratings
    25 Ratings
    Company Website
  • Cisco Umbrella Reviews & Ratings
    1,177 Ratings
    Company Website
  • CompUp Reviews & Ratings
    65 Ratings
    Company Website
  • FusionAuth Reviews & Ratings
    119 Ratings
    Company Website
  • MuukTest Reviews & Ratings
    29 Ratings
    Company Website
  • Boozang Reviews & Ratings
    15 Ratings
    Company Website
  • TrustInSoft Analyzer Reviews & Ratings
    6 Ratings
    Company Website
  • AWS Step Functions Reviews & Ratings
    102 Ratings
    Company Website

What is go-fuzz?

Go-fuzz is a specialized fuzzing tool that utilizes coverage guidance to effectively test Go packages, making it particularly adept at handling complex inputs, whether they are textual or binary. This type of testing is essential for fortifying systems that must manage data from potentially unsafe sources, such as those arising from network interactions. Recently, go-fuzz has rolled out preliminary support for fuzzing Go Modules, encouraging users to report any issues they experience along with comprehensive details. The tool creates random input data, which is frequently invalid, and if a function returns a value of 1, it prompts the fuzzer to prioritize that input for subsequent tests, though it should not be included in the corpus, even if it reveals new coverage; conversely, a return value of 0 indicates the opposite, while other return values are earmarked for future improvements. It is necessary for the fuzz function to be placed within a package recognized by go-fuzz, thus excluding the main package from testing but allowing for the fuzzing of internal packages. This organized methodology not only streamlines the testing process but also enhances the focus on discovering vulnerabilities within the code, ultimately leading to more robust software solutions. By continuously refining its support and encouraging community feedback, go-fuzz aims to evolve and adapt to the needs of developers.

What is Jazzer?

Jazzer, developed by Code Intelligence, is a coverage-guided fuzzer specifically designed for the JVM platform that functions within the process. Taking cues from libFuzzer, it integrates several sophisticated mutation capabilities enhanced by instrumentation tailored for the JVM ecosystem. Users have the option to engage with Jazzer's autofuzz mode through Docker, which automatically generates arguments for designated Java functions and detects as well as reports any anomalies or security issues that occur. Furthermore, users can access the standalone Jazzer binary from GitHub's release archives, which launches its own JVM optimized for fuzzing operations. This adaptability enables developers to rigorously assess their applications for durability against a variety of edge cases, ensuring a more secure software environment. By utilizing Jazzer, teams can enhance their testing strategies and improve overall code quality.

Media

Media

Integrations Supported

Docker
Java
Kotlin
LibFuzzer

Integrations Supported

Docker
Java
Kotlin
LibFuzzer

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

dvyukov

Company Website

github.com/dvyukov/go-fuzz

Company Facts

Organization Name

Code Intelligence

Company Location

Germany

Company Website

github.com/CodeIntelligenceTesting/jazzer

Categories and Features

Categories and Features

Popular Alternatives

LibFuzzer Reviews & Ratings

LibFuzzer

LLVM Project

Popular Alternatives

LibFuzzer Reviews & Ratings

LibFuzzer

LLVM Project
Honggfuzz Reviews & Ratings

Honggfuzz

Google
go-fuzz Reviews & Ratings

go-fuzz

dvyukov
Atheris Reviews & Ratings

Atheris

Google
Atheris Reviews & Ratings

Atheris

Google
ToothPicker Reviews & Ratings

ToothPicker

Secure Mobile Networking Lab