diff options
Diffstat (limited to 'docs/coverage.md')
| -rw-r--r-- | docs/coverage.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/coverage.md b/docs/coverage.md index a2d8defec..42cba097c 100644 --- a/docs/coverage.md +++ b/docs/coverage.md @@ -85,3 +85,9 @@ You can also export CSV file containing function coverage by: ``` bash ./bin/syz-cover --kernel_obj <directory where vmlinux is located> --csv <filename where to export> rawcover ``` + +You can export a JSON file containing line coverage info by: + +```bash +./bin/syz-cover --kernel_obj <directory where vmlinux is located> --json <filename where to export> rawcover +``` |
