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
SoftSec-KAIST avatar

SoftSec-KAIST/NTFuzz

0
View on GitHub↗
112 stars·25 forks·F#·MIT·10 views

NTFuzz

NTFUZZ: Enabling Type-Aware Kernel Fuzzing on Windows with Static Binary Analysis (IEEE S&P '21)

Features

  • Kernel Fuzzing Tools - Type-aware Windows kernel fuzzer using static binary analysis.

Star history

Star history chart for softsec-kaist/ntfuzzStar history chart for softsec-kaist/ntfuzz

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. 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

Projects sharing features with NTFuzz

These projects share indexed features with NTFuzz. Shared tags can include platform or build tooling; verify the primary use case before treating a result 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
  • compsec-snu/razzercompsec-snu avatar

    compsec-snu/razzer

    377View on GitHub↗

    A Kernel fuzzer focusing on race bugs

    C
    View on GitHub↗377
Compare all 11 related projects→

Frequently asked questions

What does softsec-kaist/ntfuzz do?

NTFUZZ: Enabling Type-Aware Kernel Fuzzing on Windows with Static Binary Analysis (IEEE S&P '21)

What are the main features of softsec-kaist/ntfuzz?

The main features of softsec-kaist/ntfuzz are: Kernel Fuzzing Tools.

Which projects share features with softsec-kaist/ntfuzz?

Projects with overlapping indexed features include: google/fuzzing — This project is a comprehensive software fuzzing knowledge base and technical guide designed for discovering software… google/syzkaller — Syzkaller is an unsupervised, coverage-guided kernel fuzzer that automatically generates and mutates system call… kernelslacker/trinity — Linux system call fuzzer. rub-syssec/kafl — Blazing fast x86-64 VM kernel fuzzing framework with performant VM reloads for Linux, MacOS and Windows. softsec-kaist/imf — Inferred Model-based Fuzzer. sslab-gatech/hydra — Hydra: an Extensible Fuzzing Framework for Finding Semantic Bugs in File Systems.