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
pugi::xml_document::save_file(wchar_tconst*,charconst*,unsignedint,pugi::xml_encoding)const /src/pugixml/src/pugixml.cpp 5 ['N/A', 'N/A', 'N/A', 'int', 'int'] 15 0 76 11 10 146 0 355 319
pugi::xml_text::operator=(unsignedlonglong) /src/pugixml/src/pugixml.cpp 2 ['N/A', 'size_t'] 10 0 18 3 2 64 0 120 78
pugi::xpath_variable_set::operator=(pugi::xpath_variable_setconst&) /src/pugixml/src/pugixml.cpp 2 ['N/A', 'N/A'] 9 0 33 6 3 86 0 199 68
pugi::as_wide(std::__1::basic_string ,std::__1::allocator >const&) /src/pugixml/src/pugixml.cpp 2 ['N/A', 'N/A'] 3 0 20 3 2 15 0 68 43
pugi::impl::(anonymousnamespace)::strconv_pcdata_impl ::parse(char*) /src/pugixml/src/pugixml.cpp 1 ['N/A'] 3 0 271 44 15 15 0 57 42
pugi::xml_document::load(std::__1::basic_istream >&,unsignedint) /src/pugixml/src/pugixml.cpp 4 ['N/A', 'N/A', 'N/A', 'int'] 12 0 25 3 2 170 0 672 41
pugi::xml_node::remove_child(std::__1::basic_string_view >) /src/pugixml/src/pugixml.cpp 3 ['N/A', 'N/A', 'size_t'] 7 0 30 3 2 29 0 59 38
pugi::xml_node::first_element_by_path(charconst*,char)const /src/pugixml/src/pugixml.cpp 3 ['N/A', 'N/A', 'char'] 3 0 284 50 18 17 1 56 36
pugi::xml_document::load(std::__1::basic_istream >&,unsignedint,pugi::xml_encoding) /src/pugixml/src/pugixml.cpp 5 ['N/A', 'N/A', 'N/A', 'int', 'int'] 12 0 28 3 2 170 0 668 35

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

Functions statically reachable by fuzzers
60.0%
497 / 824
Cyclomatic complexity statically reachable by fuzzers
73.0%
3585 / 4906

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