https://github.com/intellabs/kafl.linux
Linux kernel branches for confidential compute research
https://github.com/intellabs/kafl.linux
Last synced: 12 months ago
JSON representation
Linux kernel branches for confidential compute research
- Host: GitHub
- URL: https://github.com/intellabs/kafl.linux
- Owner: IntelLabs
- License: gpl-2.0
- Created: 2022-03-14T15:42:46.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-03-31T13:09:05.000Z (about 1 year ago)
- Last Synced: 2025-03-31T14:28:31.981Z (about 1 year ago)
- Homepage:
- Size: 2.47 GB
- Stars: 17
- Watchers: 9
- Forks: 12
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Linux branches for fuzzing with kAFL
WARNING - this project contains experimental and unsupported software for purpose of research. Do not use for production.
Overview:
* `kvm-nyx-N` tracks the Nyx KVM tree at https://github.com/nyx-fuzz/KVM-Nyx/
* `kafl/sdv-N` are variants of the Nyx KVM tree with TDX 'SDV' emulation + kAFL support
* `guest` tracks upstream TDX guest kernel at https://github.com/intel/tdx/
* `kafl/fuzz-N` are variants of Linux guest kernels for fuzzing with kAFL
See also:
* [IntelLabs/kAFL](https://github.com/IntelLabs/kAFL)
* [KVM-Nyx](https://github.com/nyx-fuzz/KVM-Nyx)
* [Linux Kernel Hardening for Intel TDX](https://intel.github.io/ccc-linux-guest-hardening-docs/)