aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPimyn Girgis <bemenboshra2001@gmail.com>2024-07-29 13:28:55 +0000
committerDmitry Vyukov <dvyukov@google.com>2024-07-30 12:26:59 +0000
commit3d5fb491e177a71d306d7c3dff2bda1995c34a1c (patch)
tree9cb9004d7a6ecebf130e422b9b47aa4f1ad0dd99 /Makefile
parenta4e01e1e70da6b4954a12cae3495f7d754f4b1da (diff)
tools/syz-declextract: parse Linux Headers to extract metadata about syscalls
Clang tool that uses AST matchers to extract relevant metadata about Linux system calls. The tool is to be extended later to support more interfaces, collect more relevant metadata and to automatically generate syzkaller descriptions
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2e9b9d610..cda7859ea 100644
--- a/Makefile
+++ b/Makefile
@@ -259,7 +259,7 @@ format_go:
format_cpp:
clang-format --style=file -i executor/*.cc executor/*.h \
executor/android/android_seccomp.h \
- tools/kcovtrace/*.c tools/kcovfuzzer/*.c tools/fops_probe/*.cc
+ tools/kcovtrace/*.c tools/kcovfuzzer/*.c tools/fops_probe/*.cc tools/syz-declextract/syz-declextract.cpp
format_sys: bin/syz-fmt
bin/syz-fmt all