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 softsec-kaist/ntfuzz

Projects sharing features with NTFuzz

11 open-source projects similar to softsec-kaist/ntfuzz, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • google/fuzzinggoogle avatar

    google/fuzzing

    3,772View on GitHub↗

    This project is a comprehensive software fuzzing knowledge base and technical guide designed for discovering software bugs and vulnerabilities. It serves as a resource for implementing coverage-guided, structure-aware, and hybrid fuzzing across various targets, including compiled binaries and hardware kernels. The resource provides specialized guidance on using grammars and defined data formats to generate syntactically valid inputs for complex APIs. It also details methods for combining grey-box fuzzing with symbolic execution to reach deep execution paths and utilizes binary instrumentation

    C++
    View on GitHub↗3,772
  • 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
  • kernelslacker/trinitykernelslacker avatar

    kernelslacker/trinity

    903View on GitHub↗

    Linux system call fuzzer

    C
    View on GitHub↗903
  • rub-syssec/kaflrub-syssec avatar

    rub-syssec/kafl

    594View on GitHub↗

    Blazing fast x86-64 VM kernel fuzzing framework with performant VM reloads for Linux, MacOS and Windows.

    Python
    View on GitHub↗594

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
  • softsec-kaist/imfSoftSec-KAIST avatar

    SoftSec-KAIST/IMF

    112View on GitHub↗

    Inferred Model-based Fuzzer

    Python
    View on GitHub↗112
  • sslab-gatech/hydrasslab-gatech avatar

    sslab-gatech/hydra

    175View on GitHub↗

    Hydra: an Extensible Fuzzing Framework for Finding Semantic Bugs in File Systems

    C
    View on GitHub↗175
  • sslab-gatech/janussslab-gatech avatar

    sslab-gatech/janus

    236View on GitHub↗

    Janus: a state-of-the-art file system fuzzer on Linux

    C
    View on GitHub↗236
  • sslab-gatech/kracesslab-gatech avatar

    sslab-gatech/krace

    32View on GitHub↗

    krace bring coverage-guided fuzzing to the concurrency dimension with three new constructs: 1) a new coverage tracking metric, alias coverage, specially designed to capture the exploration progress in the concurrency dimension; 2) an evolution algorithm for generating, mutating, and merging…

    Python
    View on GitHub↗32
  • ucsb-seclab/actorucsb-seclab avatar

    ucsb-seclab/actor

    40View on GitHub↗

    Source code for ACTOR, an action-guided kernel fuzzer (USENIX 2023 paper)

    Go
    View on GitHub↗40
  • compsec-snu/razzercompsec-snu avatar

    compsec-snu/razzer

    377View on GitHub↗

    A Kernel fuzzer focusing on race bugs

    C
    View on GitHub↗377
  • ucsb-seclab/difuzeucsb-seclab avatar

    ucsb-seclab/difuze

    386View on GitHub↗

    Fuzzer for Linux Kernel Drivers

    C++
    View on GitHub↗386