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 187 46.5%
gold [1:9] 25 6.21%
yellow [10:29] 76 18.9%
greenyellow [30:49] 4 0.99%
lawngreen 50+ 110 27.3%
All colors 402 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 301 _ULx86_64_access_reg call site: 00301 eval_location_expr
24 348 _ULx86_64_step call site: 00348 _unw_step_fallback
14 261 run_cfi_program call site: 00261 read_regnum
12 335 apply_reg_state call site: 00335 _ULx86_64_stash_frame
11 16 unw_init_page_size call site: 00016 __errno_location
9 233 run_cfi_program call site: 00233 push_rstate_stack
7 224 read_regnum call site: 00224 _ULx86_64_dwarf_read_encoded_pointer
6 86 get_rs_cache call site: 00086 syscall
6 163 _UIx86_64__mempool_alloc call site: 00163 pthread_mutex_unlock
5 32 expand call site: 00032 _UIx86_64__sos_alloc
5 173 _ULx86_64_dwarf_find_proc_info call site: 00173 dwarf_find_eh_frame_section
5 195 _ULx86_64_dwarf_callback call site: 00195 linear_search

Runtime coverage analysis

Covered functions
117
Functions that are reachable but not covered
53
Reachable functions
137
Percentage of reachable functions covered
61.31%
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 5
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 7
libunwindmi/Gget_accessors.c 1
libunwinddwarf/Gfind_proc_info_i.h 2
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/fuzz_libunwind.c ['fuzz_libunwind'] ['fuzz_libunwind']
/src/libunwind/src/x86_64/is_fpreg.c [] []
/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/Gglobal.c ['fuzz_libunwind'] ['fuzz_libunwind']
/src/libunwind/src/../include/dwarf_i.h ['fuzz_libunwind'] []
/src/libunwind/src/x86_64/Gos-linux.c ['fuzz_libunwind'] ['fuzz_libunwind']
/src/libunwind/src/dwarf/Gfind_proc_info_i.h ['fuzz_libunwind'] ['fuzz_libunwind']
/src/libunwind/src/x86_64/Gstash_frame.c ['fuzz_libunwind'] []
/src/libunwind/src/mi/Gget_accessors.c ['fuzz_libunwind'] ['fuzz_libunwind']
/src/libunwind/src/mi/mempool.c ['fuzz_libunwind'] ['fuzz_libunwind']
/src/libunwind/src/mi/Gaddress_validator.c [] []
/src/libunwind/src/x86_64/Gregs.c ['fuzz_libunwind'] ['fuzz_libunwind']
/src/libunwind/src/../include/tdep-x86_64/libunwind_i.h ['fuzz_libunwind'] []
/src/libunwind/src/dwarf/global.c ['fuzz_libunwind'] ['fuzz_libunwind']
/src/libunwind/src/./elfxx.h ['fuzz_libunwind'] []
/src/libunwind/src/mi/init.c ['fuzz_libunwind'] ['fuzz_libunwind']
/src/libunwind/src/x86_64/init.h ['fuzz_libunwind'] ['fuzz_libunwind']
/src/libunwind/src/dwarf/Gfind_proc_info-lsb.c ['fuzz_libunwind'] ['fuzz_libunwind']
/src/libunwind/src/x86_64/Gresume.c [] []
/src/libunwind/src/./elfxx_i.h [] []
/src/libunwind/src/dwarf/Gpe.c ['fuzz_libunwind'] ['fuzz_libunwind']
/src/libunwind/src/os-linux.c ['fuzz_libunwind'] ['fuzz_libunwind']
/src/libunwind/src/mi/Gdyn-extract.c ['fuzz_libunwind'] []
/src/libunwind/src/dwarf/Gfde.c ['fuzz_libunwind'] ['fuzz_libunwind']
/src/libunwind/src/mi/dyn-info-list.c ['fuzz_libunwind'] ['fuzz_libunwind']
/src/libunwind/src/mi/flush_cache.c ['fuzz_libunwind'] ['fuzz_libunwind']
/src/libunwind/src/dwarf/Gparser.c ['fuzz_libunwind'] ['fuzz_libunwind']
/src/libunwind/src/../include/libunwind_i.h [] []
/src/libunwind/src/x86_64/Gget_save_loc.c ['fuzz_libunwind'] ['fuzz_libunwind']
/src/libunwind/src/x86_64/Gstep.c ['fuzz_libunwind'] ['fuzz_libunwind']
/src/libunwind/src/./os-linux.h [] []
/src/libunwind/src/../include/remote.h ['fuzz_libunwind'] []
/src/libunwind/src/mi/Gget_proc_name.c ['fuzz_libunwind'] ['fuzz_libunwind']
/src/libunwind/src/x86_64/Ginit_local.c ['fuzz_libunwind'] ['fuzz_libunwind']
/src/libunwind/src/x86_64/Ginit.c ['fuzz_libunwind'] ['fuzz_libunwind']
/src/libunwind/src/./elfxx.c ['fuzz_libunwind'] []
/src/libunwind/src/mi/Gput_dynamic_unwind_info.c ['fuzz_libunwind'] []
/src/libunwind/src/mi/Gget_reg.c ['fuzz_libunwind'] ['fuzz_libunwind']

Directories in report

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