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 lkl/linux

Projects sharing features with Linux

30 open-source projects similar to lkl/linux, 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/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
  • 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
  • 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
  • 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

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
  • 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
  • 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
  • compsec-snu/razzercompsec-snu avatar

    compsec-snu/razzer

    377View on GitHub↗

    A Kernel fuzzer focusing on race bugs

    C
    View on GitHub↗377
  • 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
  • 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
  • google/honggfuzzgoogle avatar

    google/honggfuzz

    3,357View on GitHub↗

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

    C
    View on GitHub↗3,357
  • h0mbre/lucidh0mbre avatar

    h0mbre/Lucid

    246View on GitHub↗

    An educational Bochs-based snapshot fuzzer project

    Rust
    View on GitHub↗246
  • 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
  • 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
  • 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
  • kernelslacker/trinitykernelslacker avatar

    kernelslacker/trinity

    903View on GitHub↗

    Linux system call fuzzer

    C
    View on GitHub↗903
  • kupl/seamfuzz-artifactK

    kupl/SeamFuzz-Artifact

    0View on GitHub↗
    View on GitHub↗0
  • 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
  • n132/slow-syzkall-locatorn132 avatar

    n132/slow-syzkall-locator

    2View on GitHub↗

    Locate the slow syzkalls

    Python
    View on GitHub↗2
  • nccgroup/triforceaflnccgroup avatar

    nccgroup/TriforceAFL

    644View on GitHub↗

    AFL/QEMU fuzzing with full-system emulation.

    C
    View on GitHub↗644
  • nccgroup/triforcelinuxsyscallfuzzernccgroup avatar

    nccgroup/TriforceLinuxSyscallFuzzer

    179View on GitHub↗

    A linux system call fuzzer using TriforceAFL

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

    novitoll/mcp-linux-kernel

    5View on GitHub↗

    MCP agent for Linux kernel PATCH, syzkaller

    Python
    View on GitHub↗5
  • oracle/kernel-fuzzingoracle avatar

    oracle/kernel-fuzzing

    119View on GitHub↗

    Fuzzers for the Linux kernel

    Hack
    View on GitHub↗119
  • 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