Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pchaigno/syzkaller-bpf-selftests
Program to convert the BPF verifier selftests into syzkaller programs.
https://github.com/pchaigno/syzkaller-bpf-selftests
Last synced: about 1 month ago
JSON representation
Program to convert the BPF verifier selftests into syzkaller programs.
- Host: GitHub
- URL: https://github.com/pchaigno/syzkaller-bpf-selftests
- Owner: pchaigno
- License: gpl-2.0
- Created: 2024-10-21T16:23:19.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-28T22:07:33.000Z (about 2 months ago)
- Last Synced: 2024-10-29T00:18:21.598Z (about 2 months ago)
- Language: C
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Running
The following generates one syzkaller program per verifier selftest (from `verifier/`).
The first and only argument is the output directory.
```
gcc -o convert convert.c
./convert /path/to/syzkaller/sys/linux/test/
```
The output will list selftests that were skipped and the reasons.
The number of syscalls that are expected to fail is also displayed.## License
This project is under GPL v2.0.