awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
google avatar

google/honggfuzz

0
View on GitHub↗
3,357 stars·535 forks·C·Apache-2.0·9 viewshonggfuzz.dev↗

Honggfuzz

Security oriented software fuzzer. Supports evolutionary, feedback-driven fuzzing based on code coverage (SW and HW based)

Features

  • Fuzzing and Testing - Security-oriented evolutionary fuzzer.
  • Fuzzing Frameworks - Easy-to-use fuzzer with coverage-guided feedback and analysis.
  • Fuzz Testing Tools - Security-oriented fuzzer with support for Android.

Star history

Star history chart for google/honggfuzzStar history chart for google/honggfuzz

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Honggfuzz

Similar open-source projects, ranked by how many features they share with Honggfuzz.
  • google/oss-fuzzgoogle avatar

    google/oss-fuzz

    12,353View on GitHub↗

    OSS-Fuzz is a distributed, containerized platform for continuous fuzzing and memory safety analysis. It functions as a bug hunting infrastructure that identifies security vulnerabilities and stability bugs through automated, coverage-guided fuzz testing across a scalable cluster of containers. The system provides a continuous security testing pipeline that manages the entire lifecycle of vulnerability discovery, from bootstrapping project templates and compiling targets to executing long-running batch tests. It specifically focuses on memory safety, utilizing sanitizers to detect buffer overf

    Shell
    View on GitHub↗12,353
  • anestisb/melkor-androidanestisb avatar

    anestisb/melkor-android

    64View on GitHub↗

    An Android port of the melkor ELF fuzzer

    C
    View on GitHub↗64
  • anestisb/radamsa-androidanestisb avatar

    anestisb/radamsa-android

    69View on GitHub↗

    An Android port of radamsa fuzzer

    C
    View on GitHub↗69
  • aflplusplus/aflplusplusAFLplusplus avatar

    AFLplusplus/AFLplusplus

    6,605View on GitHub↗

    AFL++ is a coverage-guided fuzzing framework that discovers crashes and hangs in software by mutating inputs while tracking which code paths are exercised. It functions as both a fuzzing engine and a campaign manager, supporting targets with or without source code through compile-time instrumentation, dynamic binary instrumentation, and emulation. The framework includes tools for crash triage and analysis, test case minimization, and campaign deployment across local or distributed environments. The framework distinguishes itself through its breadth of instrumentation backends, allowing users

    C
    View on GitHub↗6,605
See all 30 alternatives to Honggfuzz→

Frequently asked questions

What does google/honggfuzz do?

Security oriented software fuzzer. Supports evolutionary, feedback-driven fuzzing based on code coverage (SW and HW based)

What are the main features of google/honggfuzz?

The main features of google/honggfuzz are: Fuzzing and Testing, Fuzzing Frameworks, Fuzz Testing Tools.

What are some open-source alternatives to google/honggfuzz?

Open-source alternatives to google/honggfuzz include: google/oss-fuzz — OSS-Fuzz is a distributed, containerized platform for continuous fuzzing and memory safety analysis. It functions as a… anestisb/melkor-android — An Android port of the melkor ELF fuzzer. anestisb/radamsa-android — An Android port of radamsa fuzzer. ant4g0nist/manufuzzer — Binary code-coverage fuzzer for macOS, based on libFuzzer and LLVM. ant4g0nist/sloth — Sloth 🦥 is a coverage guided fuzzing framework for fuzzing Android Native libraries that makes use of libFuzzer and… aflplusplus/aflplusplus — AFL++ is a coverage-guided fuzzing framework that discovers crashes and hangs in software by mutating inputs while…