A snapshotting, coverage-guided fuzzer for software (UEFI, Kernel, firmware, BIOS) built on SIMICS
See the codeTSFFS is a snapshotting, coverage-guided fuzzer built on the SIMICS full system simulator. TSFFS makes it easy to fuzz and triage crashes on traditionally challenging targets including UEFI applications, bootloaders, BIOS, kernel modules, and device firmware. TSSFS can even fuzz user-space applications on Linux and Windows. See the requirements to find out if TSSFS can fuzz your code.
The fastest way to start using TSFFS is with our dockerfile. To set up TSFFS locally instead, read the documentation. To start using TSFFS right away:
git clone https://github.com/intel/tsffs
cd tsffs
docker build -t tsffs .
docker run -it tsffs
Then, run the provided example target and fuzzing configuration:
./simics -no-gui --no-win ./fuzz.simics
Documentation for setup & usage of this project lives online at intel.github.io/tsffs.
This fuzzer is built using LibAFL and SIMICS and takes advantage of several of the state of the art capabilities of both.
TSFFS is focused on several primary use cases:
However, TSFFS is also capable of fuzzing:
If you discover a non-security issue or problem, please file an issue!
The best place to ask questions about and get help using TSFFS is in the Awesome Fuzzing Discord server. If you prefer, you can email the authors. Questions we receive are periodically added from both Discord and email to the FAQ.
Please do not create issues or ask publicly about possible security issues you discover in TSFFS. Instead, see our Security Policy and follow the linked guidelines.
See the issues for a roadmap of planned features and enhancements. Help is welcome for any features listed here. If someone is assigned an issue you'd like to work on, please ping them to avoid duplicating effort!
Rowan Hart rowan.hart@intel.com
Brandon Marken Ph.D. brandon.marken@intel.com
Robert Guenzel Ph.D. robert.guenzel@intel.com
Rust
68.8%
C
21.9%
HTML
3.2%
Shell
2.2%
C++
1.8%
Dockerfile
1.1%
A snapshotting, coverage-guided fuzzer for software (UEFI, Kernel, firmware, BIOS) built on SIMICS
See the codeTSFFS is a snapshotting, coverage-guided fuzzer built on the SIMICS full system simulator. TSFFS makes it easy to fuzz and triage crashes on traditionally challenging targets including UEFI applications, bootloaders, BIOS, kernel modules, and device firmware. TSSFS can even fuzz user-space applications on Linux and Windows. See the requirements to find out if TSSFS can fuzz your code.
The fastest way to start using TSFFS is with our dockerfile. To set up TSFFS locally instead, read the documentation. To start using TSFFS right away:
git clone https://github.com/intel/tsffs
cd tsffs
docker build -t tsffs .
docker run -it tsffs
Then, run the provided example target and fuzzing configuration:
./simics -no-gui --no-win ./fuzz.simics
Documentation for setup & usage of this project lives online at intel.github.io/tsffs.
This fuzzer is built using LibAFL and SIMICS and takes advantage of several of the state of the art capabilities of both.
TSFFS is focused on several primary use cases:
However, TSFFS is also capable of fuzzing:
If you discover a non-security issue or problem, please file an issue!
The best place to ask questions about and get help using TSFFS is in the Awesome Fuzzing Discord server. If you prefer, you can email the authors. Questions we receive are periodically added from both Discord and email to the FAQ.
Please do not create issues or ask publicly about possible security issues you discover in TSFFS. Instead, see our Security Policy and follow the linked guidelines.
See the issues for a roadmap of planned features and enhancements. Help is welcome for any features listed here. If someone is assigned an issue you'd like to work on, please ping them to avoid duplicating effort!
Rowan Hart rowan.hart@intel.com
Brandon Marken Ph.D. brandon.marken@intel.com
Robert Guenzel Ph.D. robert.guenzel@intel.com
Rust
68.8%
C
21.9%
HTML
3.2%
Shell
2.2%
C++
1.8%
Dockerfile
1.1%