Fuzz introspector
For issues and ideas: https://github.com/ossf/fuzz-introspector/issues

Project functions overview

The following table shows data about each function in the project. The functions included in this table correspond to all functions that exist in the executables of the fuzzers. As such, there may be functions that are from third-party libraries.

For further technical details on the meaning of columns in the below table, please see the Glossary .

Func name Functions filename Args Function call depth Reached by Fuzzers Runtime reached by Fuzzers Combined reached by Fuzzers Fuzzers runtime hit Func lines hit % I Count BB Count Cyclomatic complexity Functions reached Reached by functions Accumulated cyclomatic complexity Undiscovered complexity

Analyses and suggestions

Optimal target analysis

Remaining optimal interesting functions

The following table shows a list of functions that are optimal targets. Optimal targets are identified by finding the functions that in combination, yield a high code coverage.

Func name Functions filename Arg count Args Function depth hitcount instr count bb count cyclomatic complexity Reachable functions Incoming references total cyclomatic complexity Unreached complexity
char_image /src/hoextdown/src/document.c 5 ['N/A', 'N/A', 'N/A', 'size_t', 'size_t'] 6 0 77 11 5 30 0 237 156
rndr_header /src/hoextdown/src/html.c 5 ['N/A', 'N/A', 'N/A', 'int', 'N/A'] 7 0 200 30 12 31 0 177 137
char_emphasis /src/hoextdown/src/document.c 5 ['N/A', 'N/A', 'N/A', 'size_t', 'size_t'] 7 0 346 60 26 22 0 164 71
char_langle_tag /src/hoextdown/src/document.c 5 ['N/A', 'N/A', 'N/A', 'size_t', 'size_t'] 5 0 155 18 7 20 0 118 53
char_autolink_url /src/hoextdown/src/document.c 5 ['N/A', 'N/A', 'N/A', 'size_t', 'size_t'] 5 0 113 15 6 21 0 93 51

Implementing fuzzers that target the above functions will improve reachability such that it becomes:

Functions statically reachable by fuzzers
59.0%
113 / 193
Cyclomatic complexity statically reachable by fuzzers
75.0%
1498 / 2000

All functions overview

If you implement fuzzers for these functions, the status of all functions in the project will be:

Func name Functions filename Args Function call depth Reached by Fuzzers Runtime reached by Fuzzers Combined reached by Fuzzers Fuzzers runtime hit Func lines hit % I Count BB Count Cyclomatic complexity Functions reached Reached by functions Accumulated cyclomatic complexity Undiscovered complexity