#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

#86 in #syscalls

Download history 5/week @ 2024-07-16 7/week @ 2024-07-30 5/week @ 2024-08-06 1/week @ 2024-08-20 5/week @ 2024-08-27 1/week @ 2024-09-17 10/week @ 2024-09-24 4/week @ 2024-10-01

315 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–2.2MB
~48K SLoC