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 kernelslacker/trinity

Projects sharing features with Trinity

28 open-source projects similar to kernelslacker/trinity, 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.

  • compsec-snu/razzercompsec-snu avatar

    compsec-snu/razzer

    377View on GitHub↗

    A Kernel fuzzer focusing on race bugs

    C
    View on GitHub↗377
  • 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
  • ucsb-seclab/difuzeucsb-seclab avatar

    ucsb-seclab/difuze

    386View on GitHub↗

    Fuzzer for Linux Kernel Drivers

    C++
    View on GitHub↗386
  • 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
  • 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

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
  • intel/kernel-fuzzer-for-xen-projectintel avatar

    intel/kernel-fuzzer-for-xen-project

    474View on GitHub↗

    Kernel Fuzzer for Xen Project (KF/x) - Hypervisor-based fuzzing using Xen VM forking, VMI & AFL

    C
    View on GitHub↗474
  • intellabs/kaflIntelLabs avatar

    IntelLabs/kAFL

    798View on GitHub↗

    A fuzzer for full VM kernel/driver targets

    Makefile
    View on GitHub↗798
  • lkl/linuxlkl avatar

    lkl/linux

    905View on GitHub↗

    Linux kernel source tree

    C
    View on GitHub↗905
  • n132/slow-syzkall-locatorn132 avatar

    n132/slow-syzkall-locator

    2View on GitHub↗

    Locate the slow syzkalls

    Python
    View on GitHub↗2
  • nccgroup/triforcelinuxsyscallfuzzernccgroup avatar

    nccgroup/TriforceLinuxSyscallFuzzer

    179View on GitHub↗

    A linux system call fuzzer using TriforceAFL

    C
    View on GitHub↗179
  • oracle/kernel-fuzzingoracle avatar

    oracle/kernel-fuzzing

    119View on GitHub↗

    Fuzzers for the Linux kernel

    Hack
    View on GitHub↗119
  • rgbkrk/iknowthisrgbkrk avatar

    rgbkrk/iknowthis

    12View on GitHub↗

    fuzz testing framework for Linux system calls

    C
    View on GitHub↗12
  • 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
  • schumilo/vusbfschumilo avatar

    schumilo/vUSBf

    170View on GitHub↗

    vusbf-Framework ()/ / / / / / / / // ) | | / / / / / / / / `/ / / / / /\ \/ | | |/ / / / / // // / // / / / // // / // / |_/ \/\,/\,// \//// / / / // / / / / / / \/ / / / // / / // // / / // \,/ ///\//

    Python
    View on GitHub↗170
  • smoothhacker/lateregistrationSmoothHacker avatar

    SmoothHacker/LateRegistration

    48View on GitHub↗

    Linux Kernel Snapshot Fuzzer using KVM

    C++
    View on GitHub↗48
  • snorez/ebpf-fuzzersnorez avatar

    snorez/ebpf-fuzzer

    82View on GitHub↗

    fuzz the linux kernel bpf verifier

    C
    View on GitHub↗82
  • softsec-kaist/imfSoftSec-KAIST avatar

    SoftSec-KAIST/IMF

    112View on GitHub↗

    Inferred Model-based Fuzzer

    Python
    View on GitHub↗112
  • softsec-kaist/ntfuzzSoftSec-KAIST avatar

    SoftSec-KAIST/NTFuzz

    112View on GitHub↗

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

    F#
    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/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
  • sunhao-0/healerSunHao-0 avatar

    SunHao-0/healer

    291View on GitHub↗

    Kernel fuzzer inspired by Syzkaller.

    Rust
    View on GitHub↗291
  • 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
  • atrosinenko/kbdyschatrosinenko avatar

    atrosinenko/kbdysch

    85View on GitHub↗

    A collection of user-space Linux kernel specific guided fuzzers based on LKL

    C
    View on GitHub↗85
  • worthdoingbadly/hid-parser-harnessworthdoingbadly avatar

    worthdoingbadly/hid-parser-harness

    1View on GitHub↗
    C
    View on GitHub↗1
  • b17fr13nds/lxfuzzb17fr13nds avatar

    b17fr13nds/lxfuzz

    22View on GitHub↗

    lxfuzz is a grey-box kernel fuzzer used for linux. it is scalable because of qemu being used to emulate in a way to be able to freely choose the number of instances and their memory.

    C++
    View on GitHub↗22
  • fgsect/unicorefuzzfgsect avatar

    fgsect/unicorefuzz

    306View on GitHub↗

    Fuzzing the Kernel Using Unicornafl and AFL++

    Python
    View on GitHub↗306
  • google/buzzergoogle avatar

    google/buzzer

    475View on GitHub↗

    Buzzer is a fuzzer toolchain that allows to write eBPF fuzzing strategies.

    Go
    View on GitHub↗475
  • h0mbre/lucidh0mbre avatar

    h0mbre/Lucid

    246View on GitHub↗

    An educational Bochs-based snapshot fuzzer project

    Rust
    View on GitHub↗246