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
Compile_Branch /src/wasm3/source/m3_compile.c 2 ['N/A', 'short'] 10 0 328 66 31 69 0 261 65
Compile_If /src/wasm3/source/m3_compile.c 2 ['N/A', 'short'] 12 0 132 26 12 91 0 370 56
ParseSection_Import /src/wasm3/source/m3_parse.c 3 ['N/A', 'N/A', 'N/A'] 4 0 272 44 16 19 0 83 48
Compile_Const_i32 /src/wasm3/source/m3_compile.c 2 ['N/A', 'short'] 8 0 40 6 3 39 0 147 45
Compile_CallIndirect /src/wasm3/source/m3_compile.c 2 ['N/A', 'short'] 9 0 130 21 9 87 0 330 35

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

Functions statically reachable by fuzzers
22.0%
169 / 761
Cyclomatic complexity statically reachable by fuzzers
32.0%
808 / 2527

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