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.
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
Janus: a state-of-the-art file system fuzzer on Linux
The main features of sslab-gatech/janus are: Fuzzing Frameworks, Kernel Fuzzers, Kernel Fuzzing Tools.
Projects with overlapping indexed features include: google/syzkaller — Syzkaller is an unsupervised, coverage-guided kernel fuzzer that automatically generates and mutates system call… lkl/linux — Linux kernel source tree. compsec-snu/razzer — A Kernel fuzzer focusing on race bugs. ucsb-seclab/actor — Source code for ACTOR, an action-guided kernel fuzzer (USENIX 2023 paper). kernelslacker/trinity — Linux system call fuzzer. ucsb-seclab/difuze — Fuzzer for Linux Kernel Drivers.