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

Fuzzer details

Fuzzer: fuzz_libunwind

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 176 45.7%
gold [1:9] 25 6.49%
yellow [10:29] 71 18.4%
greenyellow [30:49] 4 1.03%
lawngreen 50+ 109 28.3%
All colors 385 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
33 294 _ULx86_64_access_reg call site: 00294 eval_location_expr
14 253 run_cfi_program call site: 00253 read_regnum
14 341 _ULx86_64_step call site: 00341 _is_plt_entry
12 328 apply_reg_state call site: 00328 _ULx86_64_stash_frame
11 16 unw_init_page_size call site: 00016 __errno_location
9 225 run_cfi_program call site: 00225 push_rstate_stack
7 216 read_regnum call site: 00216 _ULx86_64_dwarf_read_encoded_pointer
6 86 get_rs_cache call site: 00086 syscall
6 156 _UIx86_64__mempool_alloc call site: 00156 pthread_mutex_unlock
5 32 expand call site: 00032 _UIx86_64__sos_alloc
5 166 _ULx86_64_dwarf_find_proc_info call site: 00166 dwarf_find_eh_frame_section
5 188 _ULx86_64_dwarf_callback call site: 00188 linear_search

Runtime coverage analysis

Covered functions
117
Functions that are reachable but not covered
49
Reachable functions
133
Percentage of reachable functions covered
63.16%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
fuzz_libunwind.c 10
libunwindx86_64/Ginit_local.c 2
libunwindx86_64/Gglobal.c 1
libunwindmi/init.c 2
libunwinddwarf/global.c 1
libunwindmi/mempool.c 7
libunwindx86_64/Ginit.c 1
libunwindmi/flush_cache.c 1
libunwind../include/tdep-x86_64/libunwind_i.h 6
libunwindx86_64/init.h 1
libunwindx86_64/Gos-linux.c 8
libunwindx86_64/Gstep.c 2
libunwinddwarf/Gparser.c 23
libunwindmi/Gfind_dynamic_proc_info.c 3
libunwindmi/dyn-info-list.c 1
libunwindmi/Gdyn-extract.c 1
libunwinddwarf/Gfind_proc_info-lsb.c 8
libunwindmi/Gget_accessors.c 1
libunwinddwarf/Gfde.c 3
libunwind../include/dwarf_i.h 10
libunwinddwarf/Gpe.c 1
libunwindos-linux.c 1
libunwind./elfxx.h 2
libunwind./elfxx.c 3
libunwindmi/Gput_dynamic_unwind_info.c 1
libunwindmi/Gget_reg.c 1
libunwindx86_64/Gregs.c 1
libunwinddwarf/Gexpr.c 4
libunwindx86_64/Gstash_frame.c 1
libunwindmi/Gget_proc_name.c 3
libunwind../include/remote.h 1
libunwindx86_64/Gget_save_loc.c 1

Files and Directories in report

This section shows which files and directories are considered in this report. The main reason for showing this is fuzz introspector may include more code in the reasoning than is desired. This section helps identify if too many files/directories are included, e.g. third party code, which may be irrelevant for the threat model. In the event too much is included, fuzz introspector supports a configuration file that can exclude data from the report. See the following link for more information on how to create a config file: link

Files in report

Source file Reached by Covered by
[] []
/src/libunwind/src/../include/dwarf_i.h ['fuzz_libunwind'] []
/src/libunwind/src/../include/tdep-x86_64/libunwind_i.h ['fuzz_libunwind'] []
/src/libunwind/src/x86_64/init.h ['fuzz_libunwind'] ['fuzz_libunwind']
/src/libunwind/src/mi/Gaddress_validator.c [] []
/src/libunwind/src/./os-linux.h [] []
/src/libunwind/src/dwarf/Gfde.c ['fuzz_libunwind'] ['fuzz_libunwind']
/src/libunwind/src/dwarf/global.c ['fuzz_libunwind'] ['fuzz_libunwind']
/src/libunwind/src/mi/Gget_accessors.c ['fuzz_libunwind'] ['fuzz_libunwind']
/src/libunwind/src/x86_64/Gglobal.c ['fuzz_libunwind'] ['fuzz_libunwind']
/src/fuzz_libunwind.c ['fuzz_libunwind'] ['fuzz_libunwind']
/src/libunwind/src/dwarf/Gfind_proc_info-lsb.c ['fuzz_libunwind'] ['fuzz_libunwind']
/src/libunwind/src/./elfxx.h ['fuzz_libunwind'] []
/src/libunwind/src/x86_64/Ginit.c ['fuzz_libunwind'] ['fuzz_libunwind']
/src/libunwind/src/x86_64/Gregs.c ['fuzz_libunwind'] ['fuzz_libunwind']
/src/libunwind/src/../include/libunwind_i.h [] []
/src/libunwind/src/dwarf/Gpe.c ['fuzz_libunwind'] ['fuzz_libunwind']
/src/libunwind/src/x86_64/is_fpreg.c [] []
/src/libunwind/src/mi/mempool.c ['fuzz_libunwind'] ['fuzz_libunwind']
/src/libunwind/src/../include/remote.h ['fuzz_libunwind'] []
/src/libunwind/src/dwarf/Gparser.c ['fuzz_libunwind'] ['fuzz_libunwind']
/src/libunwind/src/mi/Gfind_dynamic_proc_info.c ['fuzz_libunwind'] ['fuzz_libunwind']
/src/libunwind/src/dwarf/Gexpr.c ['fuzz_libunwind'] []
/src/libunwind/src/x86_64/Gstash_frame.c ['fuzz_libunwind'] []
/src/libunwind/src/x86_64/Gstep.c ['fuzz_libunwind'] ['fuzz_libunwind']
/src/libunwind/src/mi/Gget_reg.c ['fuzz_libunwind'] ['fuzz_libunwind']
/src/libunwind/src/mi/Gput_dynamic_unwind_info.c ['fuzz_libunwind'] []
/src/libunwind/src/mi/dyn-info-list.c ['fuzz_libunwind'] ['fuzz_libunwind']
/src/libunwind/src/mi/Gdyn-extract.c ['fuzz_libunwind'] []
/src/libunwind/src/mi/init.c ['fuzz_libunwind'] ['fuzz_libunwind']
/src/libunwind/src/mi/flush_cache.c ['fuzz_libunwind'] ['fuzz_libunwind']
/src/libunwind/src/x86_64/Gget_save_loc.c ['fuzz_libunwind'] ['fuzz_libunwind']
/src/libunwind/src/mi/Gget_proc_name.c ['fuzz_libunwind'] ['fuzz_libunwind']
/src/libunwind/src/x86_64/Gos-linux.c ['fuzz_libunwind'] ['fuzz_libunwind']
/src/libunwind/src/os-linux.c ['fuzz_libunwind'] ['fuzz_libunwind']
/src/libunwind/src/x86_64/Ginit_local.c ['fuzz_libunwind'] ['fuzz_libunwind']
/src/libunwind/src/./elfxx.c ['fuzz_libunwind'] []
/src/libunwind/src/x86_64/Gresume.c [] []

Directories in report

Directory
/src/libunwind/src/../include/tdep-x86_64/
/src/libunwind/src/x86_64/
/src/libunwind/src/mi/
/src/libunwind/src/
/src/libunwind/src/./
/src/libunwind/src/dwarf/
/src/libunwind/src/../include/
/src/