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
zip_extract /src/zip/src/zip.c 4 ['N/A', 'N/A', 'N/A', 'N/A'] 5 0 58 11 5 47 0 704 198
mz_zip_writer_add_from_zip_reader /src/zip/src/miniz.h 3 ['N/A', 'N/A', 'int'] 3 0 3709 371 136 11 0 251 172
mz_zip_add_mem_to_archive_file_in_place /src/zip/src/miniz.h 7 ['N/A', 'N/A', 'N/A', 'size_t', 'N/A', 'short', 'int'] 10 0 33 3 2 56 0 868 150
mz_zip_writer_add_file /src/zip/src/miniz.h 6 ['N/A', 'N/A', 'N/A', 'N/A', 'short', 'int'] 9 0 115 14 6 40 0 542 129
zip_entries_delete /src/zip/src/zip.c 3 ['N/A', 'N/A', 'size_t'] 10 0 162 33 12 59 0 643 123
mz_zip_validate_mem_archive /src/zip/src/miniz.h 4 ['N/A', 'size_t', 'int', 'N/A'] 7 0 141 29 11 29 0 693 110
zip_entry_noallocreadwithoffset /src/zip/src/zip.c 4 ['N/A', 'size_t', 'size_t', 'N/A'] 5 0 330 51 18 21 0 366 87
zip_create /src/zip/src/zip.c 3 ['N/A', 'N/A', 'size_t'] 9 0 131 24 10 86 0 1067 57
mz_uncompress /src/zip/src/miniz.h 4 ['N/A', 'N/A', 'N/A', 'size_t'] 4 0 23 3 2 8 0 231 55
mz_compress /src/zip/src/miniz.h 4 ['N/A', 'N/A', 'N/A', 'size_t'] 8 0 24 3 2 22 0 362 46

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

Functions statically reachable by fuzzers
61.0%
145 / 239
Cyclomatic complexity statically reachable by fuzzers
84.0%
2376 / 2822

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