aboutsummaryrefslogtreecommitdiffstats
path: root/tools/kfuzztest-gen/main.go
Commit message (Collapse)AuthorAgeFilesLines
* tools/kfuzztest-gen: add kfuzztest-gen toolEthan Graham2025-09-221-0/+47
Add a tool for generating a syscaller description for every KFuzzTest target discovered in a vmlinux binary and outputting it to stdout. Signed-off-by: Ethan Graham <ethangraham@google.com>