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
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 40 3 2 56 0 866 205
mz_zip_writer_add_from_zip_reader /src/zip/src/miniz.h 3 ['N/A', 'N/A', 'int'] 3 0 3960 371 136 11 0 251 172
mz_zip_validate_mem_archive /src/zip/src/miniz.h 4 ['N/A', 'size_t', 'int', 'N/A'] 7 0 148 29 11 29 0 692 171
zip_create /src/zip/src/zip.c 3 ['N/A', 'N/A', 'size_t'] 10 0 309 50 19 49 0 650 160
zip_entries_delete /src/zip/src/zip.c 3 ['N/A', 'N/A', 'size_t'] 10 0 168 33 12 51 0 601 125
zip_extract /src/zip/src/zip.c 4 ['N/A', 'N/A', 'N/A', 'N/A'] 5 0 70 13 6 44 0 683 95
zip_entry_noallocreadwithoffset /src/zip/src/zip.c 4 ['N/A', 'size_t', 'size_t', 'N/A'] 5 0 278 42 14 14 0 328 83
mz_uncompress /src/zip/src/miniz.h 4 ['N/A', 'N/A', 'N/A', 'size_t'] 4 0 27 3 2 8 0 231 55
mz_compress /src/zip/src/miniz.h 4 ['N/A', 'N/A', 'N/A', 'size_t'] 8 0 28 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
60.0%
134 / 222
Cyclomatic complexity statically reachable by fuzzers
84.0%
2242 / 2669

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