#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

Download history 1/week @ 2024-02-02 4/week @ 2024-02-09 6/week @ 2024-02-16 137/week @ 2024-02-23 233/week @ 2024-03-01 87/week @ 2024-03-08 8/week @ 2024-03-15 1/week @ 2024-03-22 16/week @ 2024-03-29 60/week @ 2024-04-05 2/week @ 2024-04-12

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–2MB
~45K SLoC