Documentation ¶
Overview ¶
syz-cover generates coverage HTML report from raw coverage files. Raw coverage files are text files with one PC in hex form per line, e.g.:
0xffffffff8398658d 0xffffffff839862fc 0xffffffff8398633f
Raw coverage files can be obtained either from /rawcover manager HTTP handler, or from syz-execprog with -coverfile flag.
Usage:
syz-cover -config config_file rawcover.file*
or use all pcs in rg.Symbols
syz-cover -config config_file
Click to show internal directories.
Click to hide internal directories.