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: magic_fuzzer_loaddb

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 151 28.9%
gold [1:9] 1 0.19%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 369 70.8%
All colors 521 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
32 457 apprentice_map call site: 00457 check_buffer
15 97 apprentice_load call site: 00097 load_1
10 58 file_apprentice call site: 00058 get_default_magic
10 494 add_mlist call site: 00494 apprentice_list
6 417 apprentice_magic_strength_1 call site: 00417 fprintf
5 402 set_test_type call site: 00402 fprintf
4 72 file_apprentice call site: 00072 file_oomem
4 79 mlist_free_one call site: 00079 file_regfree
3 9 fuzzer_get_tmpfile(unsigned char const*, unsigned long) call site: 00009 perror
3 13 fuzzer_get_tmpfile(unsigned char const*, unsigned long) call site: 00013 close
3 42 file_checkfmt call site: 00042 file_error
3 49 file_vprintf call site: 00049 file_error

Runtime coverage analysis

Covered functions
97
Functions that are reachable but not covered
78
Reachable functions
174
Percentage of reachable functions covered
55.17%
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
/src/magic_fuzzer_loaddb.cc 1
/src/fuzzer_temp_file.h 5
/src/file/src/magic.c 7
/src/file/src/apprentice.c 53
/src/file/src/funcs.c 19
/src/file/src/print.c 9
/src/file/src/strlcpy.c 1
/src/file/src/cdf_time.c 4
/src/file/src/encoding.c 1
/usr/include/x86_64-linux-gnu/bits/byteswap.h 3

Fuzzer: magic_fuzzer

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 638 51.2%
gold [1:9] 18 1.44%
yellow [10:29] 41 3.29%
greenyellow [30:49] 22 1.76%
lawngreen 50+ 527 42.2%
All colors 1246 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
170 576 file_printable call site: 00576 doshn
136 439 file_buffer call site: 00439 file_tryelf
46 765 mcopy call site: 00765 file_mdump
26 974 magiccheck call site: 00974 file_magic_strength
20 402 cdf_file_property_info call site: 00402 cdf_file_catalog_info
16 818 file_fmtdatetime call site: 00818 file_fmtdatetime
12 259 cdf_read_dir call site: 00259 cdf_swap_dir
12 916 check_regex call site: 00916 file_magwarn
11 839 file_fmttime call site: 00839 file_fmtnum
8 102 writechild call site: 00102 swrite
8 377 cdf_file_property_info call site: 00377 cdf_app_to_mime
7 851 file_print_guid call site: 00851 cvt_flip

Runtime coverage analysis

Covered functions
193
Functions that are reachable but not covered
121
Reachable functions
295
Percentage of reachable functions covered
58.98%
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
/src/magic_fuzzer.cc 1
/src/file/src/magic.c 1
/src/file/src/funcs.c 33
/src/file/src/buffer.c 3
/src/file/src/encoding.c 10
/src/file/src/compress.c 16
/src/file/src/is_tar.c 3
/src/file/src/is_json.c 11
/src/file/src/is_csv.c 3
/src/file/src/is_simh.c 4
/src/file/src/readcdf.c 9
/src/file/src/cdf.c 40
/usr/include/x86_64-linux-gnu/bits/byteswap.h 3
/src/file/src/cdf_time.c 5
/src/file/src/readelf.c 21
/src/file/src/strlcpy.c 1
/src/file/src/softmagic.c 29
/src/file/src/apprentice.c 10
/src/file/src/print.c 9
/src/file/src/der.c 6
/src/file/src/fmtcheck.c 4
/src/file/src/ascmagic.c 4

Fuzzer: magic_fuzzer_fd

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 457 34.0%
gold [1:9] 47 3.50%
yellow [10:29] 53 3.94%
greenyellow [30:49] 25 1.86%
lawngreen 50+ 760 56.6%
All colors 1342 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
50 52 file_or_fd call site: 00052 magic_file
46 843 mcopy call site: 00843 file_mdump
34 520 file_tryelf call site: 00520 file_pipe2file
26 1052 magiccheck call site: 01052 file_magic_strength
20 480 cdf_file_property_info call site: 00480 cdf_file_catalog_info
16 896 file_fmtdatetime call site: 00896 file_fmtdatetime
12 185 uncompressbuf call site: 00185 writechild
12 337 cdf_read_dir call site: 00337 cdf_swap_dir
12 994 check_regex call site: 00994 file_magwarn
11 917 file_fmttime call site: 00917 file_fmtnum
8 455 cdf_file_property_info call site: 00455 cdf_app_to_mime
8 1326 file_getbuffer call site: 01326 handle_mime

Runtime coverage analysis

Covered functions
224
Functions that are reachable but not covered
117
Reachable functions
327
Percentage of reachable functions covered
64.22%
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
/src/magic_fuzzer_fd.cc 1
/src/fuzzer_temp_file.h 5
/src/file/src/magic.c 5
/src/file/src/funcs.c 33
/src/file/src/fsmagic.c 3
/src/file/src/compress.c 16
/src/file/src/buffer.c 3
/src/file/src/encoding.c 10
/src/file/src/is_tar.c 3
/src/file/src/is_json.c 11
/src/file/src/is_csv.c 3
/src/file/src/is_simh.c 4
/src/file/src/readcdf.c 9
/src/file/src/cdf.c 40
/usr/include/x86_64-linux-gnu/bits/byteswap.h 3
/src/file/src/cdf_time.c 5
/src/file/src/readelf.c 21
/src/file/src/strlcpy.c 1
/src/file/src/softmagic.c 29
/src/file/src/apprentice.c 10
/src/file/src/print.c 9
/src/file/src/der.c 6
/src/file/src/fmtcheck.c 4
/src/file/src/ascmagic.c 4

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/magic_fuzzer.cc ['magic_fuzzer'] ['magic_fuzzer']
/src/file/src/funcs.c ['magic_fuzzer_loaddb', 'magic_fuzzer', 'magic_fuzzer_fd'] ['magic_fuzzer_loaddb', 'magic_fuzzer', 'magic_fuzzer_fd']
/src/file/src/is_csv.c ['magic_fuzzer', 'magic_fuzzer_fd'] ['magic_fuzzer', 'magic_fuzzer_fd']
/src/file/src/der.c ['magic_fuzzer', 'magic_fuzzer_fd'] ['magic_fuzzer', 'magic_fuzzer_fd']
/src/file/src/encoding.c ['magic_fuzzer_loaddb', 'magic_fuzzer', 'magic_fuzzer_fd'] ['magic_fuzzer_loaddb', 'magic_fuzzer', 'magic_fuzzer_fd']
/src/fuzzer_temp_file.h ['magic_fuzzer_loaddb', 'magic_fuzzer_fd'] ['magic_fuzzer_loaddb', 'magic_fuzzer_fd']
/src/file/src/cdf_time.c ['magic_fuzzer_loaddb', 'magic_fuzzer', 'magic_fuzzer_fd'] ['magic_fuzzer_loaddb', 'magic_fuzzer', 'magic_fuzzer_fd']
/src/file/src/is_tar.c ['magic_fuzzer', 'magic_fuzzer_fd'] ['magic_fuzzer', 'magic_fuzzer_fd']
/src/file/src/apprentice.c ['magic_fuzzer_loaddb', 'magic_fuzzer', 'magic_fuzzer_fd'] ['magic_fuzzer_loaddb', 'magic_fuzzer', 'magic_fuzzer_fd']
/src/file/src/is_json.c ['magic_fuzzer', 'magic_fuzzer_fd'] ['magic_fuzzer', 'magic_fuzzer_fd']
/src/file/src/ascmagic.c ['magic_fuzzer', 'magic_fuzzer_fd'] ['magic_fuzzer', 'magic_fuzzer_fd']
/src/file/src/is_simh.c ['magic_fuzzer', 'magic_fuzzer_fd'] ['magic_fuzzer', 'magic_fuzzer_fd']
/src/magic_fuzzer_fd.cc ['magic_fuzzer_fd'] ['magic_fuzzer_fd']
/src/file/src/readcdf.c ['magic_fuzzer', 'magic_fuzzer_fd'] ['magic_fuzzer', 'magic_fuzzer_fd']
/src/magic_fuzzer_loaddb.cc ['magic_fuzzer_loaddb'] ['magic_fuzzer_loaddb']
/src/file/src/readelf.c ['magic_fuzzer', 'magic_fuzzer_fd'] ['magic_fuzzer_fd']
/src/file/src/print.c ['magic_fuzzer_loaddb', 'magic_fuzzer', 'magic_fuzzer_fd'] ['magic_fuzzer_loaddb', 'magic_fuzzer', 'magic_fuzzer_fd']
/src/file/src/softmagic.c ['magic_fuzzer', 'magic_fuzzer_fd'] ['magic_fuzzer', 'magic_fuzzer_fd']
/src/file/src/cdf.c ['magic_fuzzer', 'magic_fuzzer_fd'] ['magic_fuzzer', 'magic_fuzzer_fd']
/usr/local/bin/../include/c++/v1/stdexcept [] []
/src/file/src/fsmagic.c ['magic_fuzzer_fd'] ['magic_fuzzer_fd']
/src/file/src/strlcpy.c ['magic_fuzzer_loaddb', 'magic_fuzzer', 'magic_fuzzer_fd'] ['magic_fuzzer_loaddb', 'magic_fuzzer', 'magic_fuzzer_fd']
/src/file/src/fmtcheck.c ['magic_fuzzer', 'magic_fuzzer_fd'] ['magic_fuzzer', 'magic_fuzzer_fd']
/src/file/src/magic.c ['magic_fuzzer_loaddb', 'magic_fuzzer', 'magic_fuzzer_fd'] ['magic_fuzzer_loaddb', 'magic_fuzzer', 'magic_fuzzer_fd']
/src/file/src/compress.c ['magic_fuzzer', 'magic_fuzzer_fd'] ['magic_fuzzer', 'magic_fuzzer_fd']
/src/file/src/buffer.c ['magic_fuzzer', 'magic_fuzzer_fd'] ['magic_fuzzer', 'magic_fuzzer_fd']
/usr/include/x86_64-linux-gnu/bits/byteswap.h ['magic_fuzzer_loaddb', 'magic_fuzzer', 'magic_fuzzer_fd'] []

Directories in report

Directory
/src/file/src/
/usr/include/x86_64-linux-gnu/bits/
/usr/local/bin/../include/c++/v1/
/src/