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
png_handle_iCCP /src/libpng/pngrutil.c 3 ['N/A', 'N/A', 'int'] 9 0 547 79 28 41 0 261 93
png_handle_iTXt /src/libpng/pngrutil.c 3 ['N/A', 'N/A', 'int'] 8 0 479 80 28 36 0 237 86
OSS_FUZZ_png_set_sCAL /src/libpng/pngset.c 5 ['N/A', 'N/A', 'int', 'double', 'double'] 5 0 67 9 4 18 0 124 81
OSS_FUZZ_png_set_quantize /src/libpng/pngrtran.c 6 ['N/A', 'N/A', 'int', 'int', 'N/A', 'int'] 6 0 1626 190 58 14 0 113 58
OSS_FUZZ_png_read_png /src/libpng/pngread.c 4 ['N/A', 'N/A', 'int', 'N/A'] 11 0 384 67 22 132 0 1317 46
png_handle_pCAL /src/libpng/pngrutil.c 3 ['N/A', 'N/A', 'int'] 8 0 498 64 23 27 0 159 43
OSS_FUZZ_png_check_keyword /src/libpng/pngset.c 3 ['N/A', 'N/A', 'N/A'] 3 0 246 46 17 7 0 65 39
OSS_FUZZ_png_set_cHRM_XYZ /src/libpng/pngset.c 11 ['N/A', 'N/A', 'double', 'double', 'double', 'double', 'double', 'double', 'double', 'double', 'double'] 6 0 74 3 2 14 0 70 39

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

Functions statically reachable by fuzzers
56.0%
225 / 401
Cyclomatic complexity statically reachable by fuzzers
72.0%
2312 / 3193

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