Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.