#syscalls #testing #syzkaller #syzlang

no-std syzlang-data

Syzlang data already parsed

7 releases

0.1.6 Mar 7, 2024
0.1.5 Mar 3, 2024
0.1.4 Feb 25, 2024
0.1.3 Jan 28, 2024

#8 in #syscall


Used in 2 crates (via pai)

Custom license

20KB
691 lines

syzlang-data

Data parsed using syzlang-parser

Build

Each supported OS is a different feature, so build with:

cargo build --features=linux

Test

cargo test --all-features

lib.rs:

Data parsed from Syzkaller using syzlang-parser. This uses a known version of Syzkaller with test of post-processing to ensure it works.

By default, no features are enabled and therefore no data is included. Specify the OS-es you are interested in as features.

Dependencies

~1–2.1MB
~47K SLoC