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 afl-unicorn?

AFL-Unicorn enables the fuzzing of any binary that can be emulated with the Unicorn Engine, providing the ability to focus on specific code segments during testing. As long as the desired code can be emulated using the Unicorn Engine, AFL-Unicorn can be utilized effectively for fuzzing tasks. The Unicorn Mode features block-edge instrumentation akin to AFL's QEMU mode, allowing AFL to collect block coverage data from the emulated code segments, which is essential for its input generation process. This functionality is contingent upon the meticulous configuration of a Unicorn-based test harness, which plays a crucial role in loading the intended code, setting up the initial state, and integrating data altered by AFL from its storage. Once these parameters are established, the test harness simulates the target binary code, and upon detecting a crash or error, it sends a signal to indicate the problem. Although this framework has been primarily validated on Ubuntu 16.04 LTS, it is built to work seamlessly with any operating system that can support both AFL and Unicorn. By utilizing this framework, developers can significantly enhance their fuzzing strategies and streamline their binary analysis processes, leading to more effective vulnerability detection and software reliability improvements. This broader compatibility opens up new opportunities for developers to adopt advanced fuzzing techniques across various platforms.

Media

Media

Integrations Supported

Additional information not provided

Integrations Supported

Additional information not provided

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

Battelle

Company Website

github.com/Battelle/afl-unicorn

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
Jazzer Reviews & Ratings

Jazzer

Code Intelligence
Atheris Reviews & Ratings

Atheris

Google
Peach Fuzzer Reviews & Ratings

Peach Fuzzer

Peach Tech