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
tinyobj::LoadObjOptTyped(charconst*,std::__1::basic_string ,std::__1::allocator >*,std::__1::basic_string ,std::__1::allocator >*,charconst*,tinyobj::OptLoadConfigconst&) /src/tinyobjloader/tiny_obj_loader.h 6 ['N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A'] 22 0 318 64 59 626 0 3984 2444
tinyobj::LoadObjOpt(tinyobj::basic_attrib_t >*,std::__1::vector >,std::__1::allocator >>>*,std::__1::vector >*,std::__1::basic_string ,std::__1::allocator >*,std::__1::basic_string ,std::__1::allocator >*,charconst*,charconst*,tinyobj::OptLoadConfigconst&) /src/tinyobjloader/tiny_obj_loader.h 8 ['N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A'] 22 0 298 57 53 570 0 3745 718
tobj_load_obj_from_file_d /src/tinyobjloader/tiny_obj_c_impl.inc 4 ['N/A', 'N/A', 'N/A', 'N/A'] 12 0 142 20 9 110 0 826 530
tobj_load_obj_with_callbacks_d /src/tinyobjloader/tiny_obj_c_impl.inc 5 ['N/A', 'size_t', 'N/A', 'N/A', 'N/A'] 9 0 1119 192 69 55 0 416 69
tobj_load_obj_with_callbacks_f /src/tinyobjloader/tiny_obj_c_impl.inc 5 ['N/A', 'size_t', 'N/A', 'N/A', 'N/A'] 9 0 1131 192 69 55 0 416 69
tinyobj::material_t::material_t(tinyobj::material_tconst&) /src/tinyobjloader/tiny_obj_loader.h 2 ['N/A', 'N/A'] 1 0 450 84 58 4 0 62 60
tinyobj::ObjReader::ParseFromFile(std::__1::basic_string ,std::__1::allocator >const&,tinyobj::ObjReaderConfigconst&) /src/tinyobjloader/tiny_obj_loader.h 3 ['N/A', 'N/A', 'N/A'] 21 0 104 14 14 358 0 1585 49
tinyobj::LoadObjWithCallback(std::__1::basic_istream >&,tinyobj::callback_tconst&,void*,tinyobj::MaterialReader*,std::__1::basic_string ,std::__1::allocator >*,std::__1::basic_string ,std::__1::allocator >*) /src/tinyobjloader/tiny_obj_loader.h 6 ['N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A'] 20 0 53 6 6 262 0 824 43

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

Functions statically reachable by fuzzers
89.0%
487 / 546
Cyclomatic complexity statically reachable by fuzzers
96.0%
6307 / 6601

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