#syscalls #syzkaller #syzlang

no-std syzlang-data

Syzlang data already parsed

8 releases

0.1.7 Aug 29, 2025
0.1.6 Mar 7, 2024
0.1.4 Feb 25, 2024
0.1.3 Jan 28, 2024

#76 in #syscalls


Used in 2 crates (via pai)

Custom license

20KB
691 lines

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.


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

Dependencies

~1–2.3MB
~48K SLoC