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
Back to google/honggfuzz

Open-source alternatives to Honggfuzz

30 open-source projects similar to google/honggfuzz, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Honggfuzz alternative.

  • 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
  • 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
  • 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

AI search

Explore more awesome repositories

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

Find more with AI search
  • ant4g0nist/manufuzzerant4g0nist avatar

    ant4g0nist/ManuFuzzer

    180View on GitHub↗

    Binary code-coverage fuzzer for macOS, based on libFuzzer and LLVM

    Objective-C++
    View on GitHub↗180
  • ant4g0nist/slothant4g0nist avatar

    ant4g0nist/sloth

    130View on GitHub↗

    Sloth 🦥 is a coverage guided fuzzing framework for fuzzing Android Native libraries that makes use of libFuzzer and QEMU user-mode emulation

    C++
    View on GitHub↗130
  • aoh/radamsaaoh avatar

    aoh/radamsa

    1,290View on GitHub↗

    a general-purpose fuzzer

    View on GitHub↗1,290
  • codeintelligencetesting/cifuzzC

    CodeIntelligenceTesting/cifuzz

    0View on GitHub↗
    View on GitHub↗0
  • codeintelligencetesting/jazzerCodeIntelligenceTesting avatar

    CodeIntelligenceTesting/jazzer

    1,234View on GitHub↗

    Coverage-guided, in-process fuzzing for the JVM

    Javaclojurefuzzerfuzzing
    View on GitHub↗1,234
  • dvyukov/go-fuzzdvyukov avatar

    dvyukov/go-fuzz

    4,853View on GitHub↗

    go-fuzz is a coverage-guided randomized testing tool for identifying crashes and logic bugs in Go code. It consists of a fuzzer that evolves random inputs based on code execution paths, an instrumentation tool that produces binaries for tracking coverage, and a seed corpus manager. The tool utilizes compile-time binary instrumentation to monitor branch coverage and employs a feedback-driven mutation loop to prioritize inputs that reach new sections of the codebase. It includes capabilities for comparative differential testing to identify logic errors by executing different implementations of

    Go
    View on GitHub↗4,853
  • fuzzing/mffafuzzing avatar

    fuzzing/MFFA

    334View on GitHub↗

    Media Fuzzing Framework for Android

    Python
    View on GitHub↗334
  • google/syzkallergoogle avatar

    google/syzkaller

    6,232View on GitHub↗

    Syzkaller is an unsupervised, coverage-guided kernel fuzzer that automatically generates and mutates system call sequences to find bugs in operating system kernels. It operates without human intervention, using a closed feedback loop of input generation, execution, crash detection, and corpus refinement to continuously explore kernel code paths. The fuzzer distinguishes itself by supporting multiple operating system kernels, including Linux, FreeBSD, and Windows, through per-platform syscall harnesses that abstract system call interfaces behind a common driver. It uses declarative description

    Go
    View on GitHub↗6,232
  • googleprojectzero/winaflgoogleprojectzero avatar

    googleprojectzero/winafl

    2,570View on GitHub↗

    A fork of AFL for fuzzing Windows binaries

    Caflfuzzingsecurity
    View on GitHub↗2,570
  • hardenedlinux/harbian-qahardenedlinux avatar

    hardenedlinux/harbian-qa

    133View on GitHub↗

    Bug hunting through fuzzer/*-sanitizer/etc...

    Roff
    View on GitHub↗133
  • hexhive/retrowriteHexHive avatar

    HexHive/RetroWrite

    747View on GitHub↗

    RetroWrite -- Retrofitting compiler passes through binary rewriting

    Python
    View on GitHub↗747
  • hexhive/usbfuzzH

    HexHive/USBFuzz

    0View on GitHub↗
    View on GitHub↗0
  • ise-uiuc/knighterise-uiuc avatar

    ise-uiuc/KNighter

    180View on GitHub↗

    SOSP'25 Automatic checker synthesis for system-level static analysis

    C++
    View on GitHub↗180
  • jekil/awesome-hackingjekil avatar

    jekil/awesome-hacking

    3,746View on GitHub↗

    This project is a curated, version-controlled directory of software and resources designed for cybersecurity professionals and researchers. It functions as a centralized knowledge base that aggregates and organizes external security utilities into a structured taxonomy to facilitate discovery and access for specialized research and testing tasks. The repository distinguishes itself through a community-driven model where external resource locations are verified and maintained by contributors. By leveraging a distributed version control system, the project ensures the historical integrity and c

    Pythoncurated-listforensicshacking
    View on GitHub↗3,746
  • jonmetz/androfuzzjonmetz avatar

    jonmetz/AndroFuzz

    39View on GitHub↗

    A fuzzing utility for Android that focuses on reporting and delivery portions of the fuzzing process

    Python
    View on GitHub↗39
  • kupl/seamfuzz-artifactK

    kupl/SeamFuzz-Artifact

    0View on GitHub↗
    View on GitHub↗0
  • lcatro/qemu-fuzzerL

    lcatro/qemu-fuzzer

    0View on GitHub↗
    View on GitHub↗0
  • lkl/linuxlkl avatar

    lkl/linux

    905View on GitHub↗

    Linux kernel source tree

    C
    View on GitHub↗905
  • mozillasecurity/peachMozillaSecurity avatar

    MozillaSecurity/peach

    418View on GitHub↗

    Peach is a fuzzing framework which uses a DSL for building fuzzers and an observer based architecture to execute and monitor them.

    Python
    View on GitHub↗418
  • nccgroup/triforceaflnccgroup avatar

    nccgroup/TriforceAFL

    644View on GitHub↗

    AFL/QEMU fuzzing with full-system emulation.

    C
    View on GitHub↗644
  • novitoll/mcp-linux-kernelnovitoll avatar

    novitoll/mcp-linux-kernel

    5View on GitHub↗

    MCP agent for Linux kernel PATCH, syzkaller

    Python
    View on GitHub↗5
  • ouspg/cloudfuzzerouspg avatar

    ouspg/cloudfuzzer

    23View on GitHub↗

    Cloudfuzzer is a cloud fuzzing framework. Purpose of cloudfuzzer is to make it possible to easily run automated fuzz-testing in cloud environment.

    Shell
    View on GitHub↗23
  • qgrain/syzgptQGrain avatar

    QGrain/SyzGPT

    60View on GitHub↗

    ISSTA 2025 Unlocking Low Frequency Syscalls in Kernel Fuzzing with Dependency-Based RAG

    Python
    View on GitHub↗60
  • qiushiwu/qiushiwu.github.ioQiushiWu avatar

    QiushiWu/QiushiWu.github.io

    115View on GitHub↗

    Ph.D. student in the Department of Computer Science & Engineering, at the University of Minnesota (Twin Cities)

    JavaScript
    View on GitHub↗115
  • quarkslab/android-fuzzingquarkslab avatar

    quarkslab/android-fuzzing

    138View on GitHub↗

    This repository contains the material associated with the blogpost Android greybox fuzzing with AFL++ Frida mode.

    C
    View on GitHub↗138
  • ramosian-glider/talks-and-presentationsramosian-glider avatar

    ramosian-glider/talks-and-presentations

    4View on GitHub↗

    Dynamic Race Detection with LLVM compiler (Runtime Verification 2011, co-authored with Kostya Serebryany, Timur Iskhodzhanov, Dmitriy Vyukov)

    View on GitHub↗4