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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to seemoo-lab/virtfuzz

Open-source alternatives to VirtFuzz

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

  • aflgo/aflgoAvatar aflgo

    aflgo/aflgo

    557Vezi pe GitHub↗

    Directed Greybox Fuzzing with AFL

    C
    Vezi pe GitHub↗557
  • ant4g0nist/manufuzzerAvatar ant4g0nist

    ant4g0nist/ManuFuzzer

    180Vezi pe GitHub↗

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

    Objective-C++
    Vezi pe GitHub↗180
  • ant4g0nist/slothAvatar ant4g0nist

    ant4g0nist/sloth

    130Vezi pe GitHub↗

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

    C++
    Vezi pe GitHub↗130
  • aoh/radamsaAvatar aoh

    aoh/radamsa

    1,290Vezi pe GitHub↗

    a general-purpose fuzzer

    Vezi pe GitHub↗1,290
  • codeintelligencetesting/cifuzzC

    CodeIntelligenceTesting/cifuzz

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • codeintelligencetesting/jazzerAvatar CodeIntelligenceTesting

    CodeIntelligenceTesting/jazzer

    1,234Vezi pe GitHub↗

    Coverage-guided, in-process fuzzing for the JVM

    Javaclojurefuzzerfuzzing
    Vezi pe GitHub↗1,234

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Find more with AI search
  • dvyukov/go-fuzzAvatar dvyukov

    dvyukov/go-fuzz

    4,853Vezi pe 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
    Vezi pe GitHub↗4,853
  • google/honggfuzzAvatar google

    google/honggfuzz

    3,357Vezi pe GitHub↗

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

    C
    Vezi pe GitHub↗3,357
  • google/syzkallerAvatar google

    google/syzkaller

    6,232Vezi pe 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
    Vezi pe GitHub↗6,232
  • hardenedlinux/harbian-qaAvatar hardenedlinux

    hardenedlinux/harbian-qa

    133Vezi pe GitHub↗

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

    Roff
    Vezi pe GitHub↗133
  • hexhive/retrowriteAvatar HexHive

    HexHive/RetroWrite

    747Vezi pe GitHub↗

    RetroWrite -- Retrofitting compiler passes through binary rewriting

    Python
    Vezi pe GitHub↗747
  • ise-uiuc/knighterAvatar ise-uiuc

    ise-uiuc/KNighter

    180Vezi pe GitHub↗

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

    C++
    Vezi pe GitHub↗180
  • kupl/seamfuzz-artifactK

    kupl/SeamFuzz-Artifact

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • lkl/linuxAvatar lkl

    lkl/linux

    905Vezi pe GitHub↗

    Linux kernel source tree

    C
    Vezi pe GitHub↗905
  • mozillasecurity/peachAvatar MozillaSecurity

    MozillaSecurity/peach

    418Vezi pe GitHub↗

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

    Python
    Vezi pe GitHub↗418
  • nccgroup/triforceaflAvatar nccgroup

    nccgroup/TriforceAFL

    644Vezi pe GitHub↗

    AFL/QEMU fuzzing with full-system emulation.

    C
    Vezi pe GitHub↗644
  • novitoll/mcp-linux-kernelAvatar novitoll

    novitoll/mcp-linux-kernel

    5Vezi pe GitHub↗

    MCP agent for Linux kernel PATCH, syzkaller

    Python
    Vezi pe GitHub↗5
  • ouspg/cloudfuzzerAvatar ouspg

    ouspg/cloudfuzzer

    23Vezi pe 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
    Vezi pe GitHub↗23
  • qgrain/syzgptAvatar QGrain

    QGrain/SyzGPT

    60Vezi pe GitHub↗

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

    Python
    Vezi pe GitHub↗60
  • qiushiwu/qiushiwu.github.ioAvatar QiushiWu

    QiushiWu/QiushiWu.github.io

    115Vezi pe GitHub↗

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

    JavaScript
    Vezi pe GitHub↗115
  • ramosian-glider/talks-and-presentationsAvatar ramosian-glider

    ramosian-glider/talks-and-presentations

    4Vezi pe GitHub↗

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

    Vezi pe GitHub↗4
  • renatahodovan/grammarinatorAvatar renatahodovan

    renatahodovan/grammarinator

    430Vezi pe GitHub↗

    ANTLR v4 grammar-based test generator

    Python
    Vezi pe GitHub↗430
  • rmalmain/39c3-build-a-fake-phone-find-real-bugsAvatar rmalmain

    rmalmain/39C3-build-a-fake-phone-find-real-bugs

    39Vezi pe GitHub↗

    The companion repository for the 39C3 talk: Build a Fake Phone, Find Real Bugs: Qualcomm GPU Emulation and Fuzzing with LibAFL QEMU

    Vezi pe GitHub↗39
  • sam4k/talk-slidesAvatar sam4k

    sam4k/talk-slides

    21Vezi pe GitHub↗
    Vezi pe GitHub↗21
  • samhocevar/zzufAvatar samhocevar

    samhocevar/zzuf

    443Vezi pe GitHub↗

    🌪️ Application fuzzer

    C
    Vezi pe GitHub↗443
  • satelliteapplicationscatapult/tribbleAvatar SatelliteApplicationsCatapult

    SatelliteApplicationsCatapult/tribble

    19Vezi pe GitHub↗

    Coverage based JVM Fuzz testing tool.

    Scala
    Vezi pe GitHub↗19
  • seclab-ucr/stepstoneAvatar seclab-ucr

    seclab-ucr/StepStone

    10Vezi pe GitHub↗

    StepStone contains two main components for GPU syscall fuzzing:

    Go
    Vezi pe GitHub↗10
  • seclab-yonsei/bokasanAvatar seclab-yonsei

    seclab-yonsei/BoKASAN

    37Vezi pe GitHub↗

    BoKASAN: Binary-only Kernel Address Sanitizer for Effective Kernel Fuzzing

    C
    Vezi pe GitHub↗37
  • securesystemslab/agamottoAvatar securesystemslab

    securesystemslab/agamotto

    127Vezi pe GitHub↗

    Agamotto: Accelerating Kernel Driver Fuzzing with Lightweight Virtual Machine Checkpoints

    C
    Vezi pe GitHub↗127
  • shankarapailoor/moonshineAvatar shankarapailoor

    shankarapailoor/moonshine

    110Vezi pe GitHub↗

    MoonShine selects compact and diverse seeds for OS fuzzers from system call traces of real world programs. Please see our USENIX'18 paper MoonShine: Optimizing OS Fuzzer Seed Selection with Trace Distillation for more details. Currently, MoonShine can only generate seeds for Syzkaller on Linux.

    Go
    Vezi pe GitHub↗110