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
cffi.api.FFI.distutils_extension cffi.api 3 ['N/A', 'N/A', 'N/A'] 8 0 3 5 5 143 0 474 320
cffi.recompiler.Recompiler._generate_cpy_function_decl cffi.recompiler 3 ['N/A', 'N/A', 'N/A'] 4 0 51 14 9 40 0 141 75
cffi.verifier.Verifier.__init__ cffi.verifier 12 ['N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A'] 3 0 1 5 5 28 1 96 72
cffi.setuptools_ext.add_cffi_module cffi.setuptools_ext 2 ['N/A', 'N/A'] 3 0 10 8 6 26 1 85 55
cffi.vengine_gen.VGenericEngine._loaded_gen_function cffi.vengine_gen 5 ['N/A', 'N/A', 'N/A', 'N/A', 'N/A'] 29 0 6 5 5 178 0 605 44
cffi.vengine_cpy.VCPythonEngine._generate_cpy_function_decl cffi.vengine_cpy 3 ['N/A', 'N/A', 'N/A'] 5 0 32 7 6 28 0 98 43
cffi.vengine_cpy.VCPythonEngine.load_library cffi.vengine_cpy 2 ['N/A', 'N/A'] 3 0 7 4 5 27 0 86 38

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

Functions statically reachable by fuzzers
30.0%
161 / 540
Cyclomatic complexity statically reachable by fuzzers
34.0%
648 / 1896

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

Files and Directories in report