From 899d812af3e2fe5f67a21d1d82babcb48f87f97a Mon Sep 17 00:00:00 2001 From: Andrey Artemiev Date: Fri, 28 Oct 2022 14:20:24 -0700 Subject: doc: added info about vscode extension for syz-lang --- docs/syscall_descriptions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/syscall_descriptions.md b/docs/syscall_descriptions.md index 22be2c2dc..3c6a67862 100644 --- a/docs/syscall_descriptions.md +++ b/docs/syscall_descriptions.md @@ -51,7 +51,7 @@ Currently all syscall descriptions are manually-written. There is an for this process and some ongoing work, but we are not there yet to have a fully-automated way to generate descriptions. There is a helper [headerparser](headerparser_usage.md) utility that can auto-generate -some parts of descriptions from header files. +some parts of descriptions from header files. Visual Studio Code has [syz-lang extension](https://marketplace.visualstudio.com/items?itemName=AndreyArtemiev.syzlang-extension&ssr=false#overview) for highlighting syntax. To enable fuzzing of a new kernel interface: -- cgit mrf-deployment