This repository contains the code for a fuzzing prototype for the OP-TEE system call interface using AFL.
☆141Aug 12, 2021Updated 4 years ago
Alternatives and similar repositories for optee_fuzzer
Users that are interested in optee_fuzzer are comparing it to the libraries listed below
Sorting:
- Fuzzing the Kernel Using Unicornafl and AFL++☆305Jan 2, 2023Updated 3 years ago
- DynamoRIO plugin to get ASAN and SanitizerCoverage compatible output for closed-source executables☆215Sep 17, 2021Updated 4 years ago
- Bug hunting through fuzzer/*-sanitizer/etc...☆133Dec 18, 2020Updated 5 years ago
- Janus: a state-of-the-art file system fuzzer on Linux☆234Dec 23, 2019Updated 6 years ago
- A Kernel fuzzer focusing on race bugs☆379Jul 10, 2019Updated 6 years ago
- FuZZan: Efficient Sanitizer Metadata Design for Fuzzing☆125Mar 31, 2021Updated 4 years ago
- Source code of HAL-fuzz☆157Feb 4, 2021Updated 5 years ago
- a grammar based feedback fuzzer☆166Jul 1, 2023Updated 2 years ago
- Materials from Fuzzing Bay Area meetups☆57Dec 23, 2019Updated 6 years ago
- Seeding fuzzers with symbolic execution☆203Oct 20, 2017Updated 8 years ago
- Fuzzing harness for testing proprietary image codecs supported by Skia on Android☆356Jan 10, 2021Updated 5 years ago
- A curated list of public TEE resources for learning how to reverse-engineer and achieve trusted code execution on ARM devices☆972Jan 7, 2026Updated last month
- Some Proof-of-Concepts of bugs I found☆44Aug 26, 2019Updated 6 years ago
- Modular And Compositional analysis with KLEE Engine☆117Dec 17, 2019Updated 6 years ago
- ☆93Oct 24, 2022Updated 3 years ago
- Code for the USENIX 2017 paper: kAFL: Hardware-Assisted Feedback Fuzzing for OS Kernels☆591Jan 10, 2019Updated 7 years ago
- Nailgun attack on ARM devices.☆165May 13, 2021Updated 4 years ago
- Fuzzer for Linux Kernel Drivers☆384Apr 30, 2022Updated 3 years ago
- A fuzzing tool for closed-source binaries based on Unicorn and LibFuzzer☆344Aug 23, 2019Updated 6 years ago
- QASan is a custom QEMU 3.1.1 that detects memory errors in the guest using AddressSanitizer.☆350Jul 30, 2024Updated last year
- ☆95Apr 2, 2019Updated 6 years ago
- Superion is a fuzzer which extends the famous AFL to support structured inputs such as JavaScript and XML.☆141Aug 18, 2022Updated 3 years ago
- SanitizerCoverage hooks and coverage reports for user-mode QEMU☆12Nov 3, 2019Updated 6 years ago
- Agamotto: Accelerating Kernel Driver Fuzzing with Lightweight Virtual Machine Checkpoints☆127Jun 18, 2020Updated 5 years ago
- ☆401Sep 23, 2021Updated 4 years ago
- AFL/QEMU fuzzing with full-system emulation.☆640Sep 9, 2018Updated 7 years ago
- A collection of user-space Linux kernel specific guided fuzzers based on LKL