#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

#10 in #syscall

Download history 9/week @ 2024-01-24 4/week @ 2024-01-31 3/week @ 2024-02-07 5/week @ 2024-02-14 125/week @ 2024-02-21 139/week @ 2024-02-28 183/week @ 2024-03-06 19/week @ 2024-03-13 2/week @ 2024-03-20 7/week @ 2024-03-27 64/week @ 2024-04-03 7/week @ 2024-04-10

81 downloads per month
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–2MB
~46K SLoC