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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 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·3 Aufrufehonggfuzz.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-Verlauf

Star-Verlauf für google/honggfuzzStar-Verlauf für google/honggfuzz

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Honggfuzz

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Honggfuzz.
  • google/oss-fuzzAvatar von google

    google/oss-fuzz

    12,353Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗12,353
  • anestisb/melkor-androidAvatar von anestisb

    anestisb/melkor-android

    64Auf GitHub ansehen↗

    An Android port of the melkor ELF fuzzer

    C
    Auf GitHub ansehen↗64
  • anestisb/radamsa-androidAvatar von anestisb

    anestisb/radamsa-android

    69Auf GitHub ansehen↗

    An Android port of radamsa fuzzer

    C
    Auf GitHub ansehen↗69
  • aflplusplus/aflplusplusAvatar von AFLplusplus

    AFLplusplus/AFLplusplus

    6,605Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,605
Alle 30 Alternativen zu Honggfuzz anzeigen→

Häufig gestellte Fragen

Was macht google/honggfuzz?

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

Was sind die Hauptfunktionen von google/honggfuzz?

Die Hauptfunktionen von google/honggfuzz sind: Fuzzing and Testing, Fuzzing Frameworks, Fuzz Testing Tools.

Welche Open-Source-Alternativen gibt es zu google/honggfuzz?

Open-Source-Alternativen zu google/honggfuzz sind unter anderem: 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…