https://github.com/captainarash/elx_fuzzer
A kernel driver to assist fuzzing code running on higher exception levels.
https://github.com/captainarash/elx_fuzzer
arm64 arm64-v8a armv8 hypervisor trustzone
Last synced: 6 months ago
JSON representation
A kernel driver to assist fuzzing code running on higher exception levels.
- Host: GitHub
- URL: https://github.com/captainarash/elx_fuzzer
- Owner: Captainarash
- Created: 2019-09-03T10:12:23.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-17T12:02:32.000Z (over 5 years ago)
- Last Synced: 2025-02-10T02:22:29.950Z (8 months ago)
- Topics: arm64, arm64-v8a, armv8, hypervisor, trustzone
- Language: C
- Size: 38.1 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# elx_fuzzer
A kernel driver to assist fuzzing code running on higher exception levels.
This repo is separate into 2 parts as follows:
1. Kernel space part: elx_driver
2. User space part: elx_app