Fuzz introspector
For issues and ideas: https://github.com/ossf/fuzz-introspector/issues

Fuzzers overview

Fuzzer Fuzzer filename Functions Reached Functions unreached Fuzzer depth Files reached Basic blocks reached Cyclomatic complexity Details
fuzz_crc fuzz/fuzz_crc.c 13 0 1 2 26 32 fuzz_crc.c
fuzz_xuindex fuzz/fuzz_xuindex.c 205 647 11 28 3752 1500 fuzz_xuindex.c
fuzz_macro_dwarf5 fuzz/fuzz_macro_dwarf5.c 399 454 17 43 9486 3963 fuzz_macro_dwarf5.c
fuzz_dnames fuzz/fuzz_dnames.c 231 622 11 30 4515 1801 fuzz_dnames.c
fuzz_die_cu_e_print fuzz/fuzz_die_cu_e_print.c 349 503 17 41 7896 3337 fuzz_die_cu_e_print.c
fuzz_die_cu_attrs fuzz/fuzz_die_cu_attrs.c 380 472 17 41 8845 3749 fuzz_die_cu_attrs.c
fuzz_die_cu_info1 fuzz/fuzz_die_cu_info1.c 347 505 17 40 7841 3314 fuzz_die_cu_info1.c
fuzz_set_frame_all fuzz/fuzz_set_frame_all.c 285 580 11 34 5998 2388 fuzz_set_frame_all.c
fuzz_gdbindex fuzz/fuzz_gdbindex.c 227 646 11 29 4082 1633 fuzz_gdbindex.c
fuzz_rng fuzz/fuzz_rng.c 216 636 11 29 4213 1671 fuzz_rng.c
fuzz_init_b fuzz/fuzz_init_b.c 206 647 11 28 3754 1502 fuzz_init_b.c
fuzz_gnu_index fuzz/fuzz_gnu_index.c 231 622 11 29 4523 1799 fuzz_gnu_index.c
fuzz_tie fuzz/fuzz_tie.c 206 646 11 28 3777 1509 fuzz_tie.c
fuzz_debug_addr_access fuzz/fuzz_debug_addr_access.c 209 646 11 29 3929 1569 fuzz_debug_addr_access.c
fuzz_die_cu_print fuzz/fuzz_die_cu_print.c 350 502 17 41 7924 3347 fuzz_die_cu_print.c
fuzz_findfuncbypc fuzz/fuzz_findfuncbypc.c 450 418 18 45 10894 4494 fuzz_findfuncbypc.c
fuzz_die_cu_e fuzz/fuzz_die_cu_e.c 346 506 17 40 7816 3305 fuzz_die_cu_e.c
fuzz_debug_str fuzz/fuzz_debug_str.c 208 646 11 29 3795 1520 fuzz_debug_str.c
fuzz_init_path fuzz/fuzz_init_path.c 244 608 11 30 4363 1761 fuzz_init_path.c
fuzz_die_cu fuzz/fuzz_die_cu.c 347 505 17 40 7844 3315 fuzz_die_cu.c
fuzz_aranges fuzz/fuzz_aranges.c 226 636 11 29 4445 1766 fuzz_aranges.c
fuzz_str_offsets fuzz/fuzz_str_offsets.c 220 634 11 29 4124 1650 fuzz_str_offsets.c
fuzz_globals fuzz/fuzz_globals.c 274 582 11 34 5759 2298 fuzz_globals.c
fuzz_die_cu_attrs_loclist fuzz/fuzz_die_cu_attrs_loclist.c 396 456 17 42 10093 4159 fuzz_die_cu_attrs_loclist.c
fuzz_stack_frame_access fuzz/fuzz_stack_frame_access.c 360 492 17 42 8400 3517 fuzz_stack_frame_access.c
fuzz_die_cu_offset fuzz/fuzz_die_cu_offset.c 350 502 17 41 7882 3331 fuzz_die_cu_offset.c
fuzz_init_binary fuzz/fuzz_init_binary.c 205 647 11 28 3749 1499 fuzz_init_binary.c
fuzz_simplereader_tu fuzz/fuzz_simplereader_tu.c 219 633 17 29 4990 2227 fuzz_simplereader_tu.c
fuzz_crc_32 fuzz/fuzz_crc_32.c 207 645 11 30 3793 1517 fuzz_crc_32.c
fuzz_macro_dwarf4 fuzz/fuzz_macro_dwarf4.c 215 644 11 30 4007 1596 fuzz_macro_dwarf4.c
fuzz_debuglink fuzz/fuzz_debuglink.c 228 624 11 28 4087 1642 fuzz_debuglink.c
fuzz_showsectgrp fuzz/fuzz_showsectgrp.c 248 604 11 30 4420 1786 fuzz_showsectgrp.c
fuzz_srcfiles fuzz/fuzz_srcfiles.c 419 448 17 43 9923 4144 fuzz_srcfiles.c

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_crc

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: fuzz_xuindex

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: fuzz_macro_dwarf5

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: fuzz_dnames

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: fuzz_die_cu_e_print

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: fuzz_die_cu_attrs

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: fuzz_die_cu_info1

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: fuzz_set_frame_all

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: fuzz_gdbindex

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: fuzz_rng

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: fuzz_init_b

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: fuzz_gnu_index

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: fuzz_tie

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: fuzz_debug_addr_access

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: fuzz_die_cu_print

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: fuzz_findfuncbypc

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: fuzz_die_cu_e

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: fuzz_debug_str

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: fuzz_init_path

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: fuzz_die_cu

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: fuzz_aranges

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: fuzz_str_offsets

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: fuzz_globals

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: fuzz_die_cu_attrs_loclist

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: fuzz_stack_frame_access

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: fuzz_die_cu_offset

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: fuzz_init_binary

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: fuzz_simplereader_tu

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: fuzz_crc_32

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: fuzz_macro_dwarf4

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: fuzz_debuglink

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: fuzz_showsectgrp

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: fuzz_srcfiles

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

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
elf_relocations_nolibelf /src/libdwarf/src/lib/libdwarf/dwarf_elfread.c 4 ['N/A', 'size_t', 'N/A', 'N/A'] 3 0 121 17 8 5 0 89 89
dwarf_rnglists_get_rle_head /src/libdwarf/src/lib/libdwarf/dwarf_rnglists.c 7 ['N/A', 'short', 'size_t', 'N/A', 'N/A', 'N/A', 'N/A'] 35 0 417 87 33 194 0 2211 86
elf_load_nolibelf_section_a /src/libdwarf/src/lib/libdwarf/dwarf_elfread.c 9 ['N/A', 'size_t', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A'] 4 0 242 17 8 10 0 74 51

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

Functions statically reachable by fuzzers
81.0%
737 / 906
Cyclomatic complexity statically reachable by fuzzers
85.0%
8070 / 9448

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

Fuzz engine guidance

This sections provides heuristics that can be used as input to a fuzz engine when running a given fuzz target. The current focus is on providing input that is usable by libFuzzer.

fuzz/fuzz_crc.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


fuzz/fuzz_xuindex.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


fuzz/fuzz_macro_dwarf5.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


fuzz/fuzz_dnames.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


fuzz/fuzz_die_cu_e_print.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


fuzz/fuzz_die_cu_attrs.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


fuzz/fuzz_die_cu_info1.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


fuzz/fuzz_set_frame_all.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


fuzz/fuzz_gdbindex.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


fuzz/fuzz_rng.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


fuzz/fuzz_init_b.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


fuzz/fuzz_gnu_index.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


fuzz/fuzz_tie.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


fuzz/fuzz_debug_addr_access.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


fuzz/fuzz_die_cu_print.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


fuzz/fuzz_findfuncbypc.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


fuzz/fuzz_die_cu_e.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


fuzz/fuzz_debug_str.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


fuzz/fuzz_init_path.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


fuzz/fuzz_die_cu.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


fuzz/fuzz_aranges.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


fuzz/fuzz_str_offsets.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


fuzz/fuzz_globals.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


fuzz/fuzz_die_cu_attrs_loclist.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


fuzz/fuzz_stack_frame_access.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


fuzz/fuzz_die_cu_offset.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


fuzz/fuzz_init_binary.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


fuzz/fuzz_simplereader_tu.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


fuzz/fuzz_crc_32.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


fuzz/fuzz_macro_dwarf4.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


fuzz/fuzz_debuglink.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


fuzz/fuzz_showsectgrp.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


fuzz/fuzz_srcfiles.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


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/libdwarf/src/lib/libdwarf/dwarf_alloc.c ['fuzz_xuindex', 'fuzz_macro_dwarf5', 'fuzz_dnames', 'fuzz_die_cu_e_print', 'fuzz_die_cu_attrs', 'fuzz_die_cu_info1', 'fuzz_set_frame_all', 'fuzz_gdbindex', 'fuzz_rng', 'fuzz_init_b', 'fuzz_gnu_index', 'fuzz_tie', 'fuzz_debug_addr_access', 'fuzz_die_cu_print', 'fuzz_findfuncbypc', 'fuzz_die_cu_e', 'fuzz_debug_str', 'fuzz_init_path', 'fuzz_die_cu', 'fuzz_aranges', 'fuzz_str_offsets', 'fuzz_globals', 'fuzz_die_cu_attrs_loclist', 'fuzz_stack_frame_access', 'fuzz_die_cu_offset', 'fuzz_init_binary', 'fuzz_simplereader_tu', 'fuzz_crc_32', 'fuzz_macro_dwarf4', 'fuzz_debuglink', 'fuzz_showsectgrp', 'fuzz_srcfiles'] []
/src/libdwarf/src/lib/libdwarf/dwarf_abbrev.c ['fuzz_macro_dwarf5', 'fuzz_die_cu_e_print', 'fuzz_die_cu_attrs', 'fuzz_die_cu_info1', 'fuzz_die_cu_print', 'fuzz_findfuncbypc', 'fuzz_die_cu_e', 'fuzz_die_cu', 'fuzz_die_cu_attrs_loclist', 'fuzz_stack_frame_access', 'fuzz_die_cu_offset', 'fuzz_simplereader_tu', 'fuzz_srcfiles'] []
/src/libdwarf/src/lib/libdwarf/dwarf_crc.c ['fuzz_crc', 'fuzz_findfuncbypc', 'fuzz_init_path', 'fuzz_crc_32', 'fuzz_showsectgrp'] []
/src/libdwarf/src/lib/libdwarf/dwarf_xu_index.c ['fuzz_xuindex', 'fuzz_macro_dwarf5', 'fuzz_dnames', 'fuzz_die_cu_e_print', 'fuzz_die_cu_attrs', 'fuzz_die_cu_info1', 'fuzz_set_frame_all', 'fuzz_gdbindex', 'fuzz_rng', 'fuzz_init_b', 'fuzz_gnu_index', 'fuzz_tie', 'fuzz_debug_addr_access', 'fuzz_die_cu_print', 'fuzz_findfuncbypc', 'fuzz_die_cu_e', 'fuzz_debug_str', 'fuzz_init_path', 'fuzz_die_cu', 'fuzz_aranges', 'fuzz_str_offsets', 'fuzz_globals', 'fuzz_die_cu_attrs_loclist', 'fuzz_stack_frame_access', 'fuzz_die_cu_offset', 'fuzz_init_binary', 'fuzz_simplereader_tu', 'fuzz_crc_32', 'fuzz_macro_dwarf4', 'fuzz_debuglink', 'fuzz_showsectgrp', 'fuzz_srcfiles'] []
/src/libdwarf/fuzz/fuzz_macro_dwarf4.c ['fuzz_macro_dwarf4'] []
/src/libdwarf/fuzz/fuzz_die_cu.c ['fuzz_die_cu'] []
/src/libdwarf/src/lib/libdwarf/dwarf_print_lines.c ['fuzz_srcfiles'] []
/src/libdwarf/src/lib/libdwarf/dwarf_groups.c ['fuzz_xuindex', 'fuzz_macro_dwarf5', 'fuzz_dnames', 'fuzz_die_cu_e_print', 'fuzz_die_cu_attrs', 'fuzz_die_cu_info1', 'fuzz_set_frame_all', 'fuzz_gdbindex', 'fuzz_rng', 'fuzz_init_b', 'fuzz_gnu_index', 'fuzz_tie', 'fuzz_debug_addr_access', 'fuzz_die_cu_print', 'fuzz_findfuncbypc', 'fuzz_die_cu_e', 'fuzz_debug_str', 'fuzz_init_path', 'fuzz_die_cu', 'fuzz_aranges', 'fuzz_str_offsets', 'fuzz_globals', 'fuzz_die_cu_attrs_loclist', 'fuzz_stack_frame_access', 'fuzz_die_cu_offset', 'fuzz_init_binary', 'fuzz_simplereader_tu', 'fuzz_crc_32', 'fuzz_macro_dwarf4', 'fuzz_debuglink', 'fuzz_showsectgrp', 'fuzz_srcfiles'] []
/src/libdwarf/fuzz/fuzz_rng.c ['fuzz_rng'] []
/src/libdwarf/src/lib/libdwarf/dwarf_string.c ['fuzz_xuindex', 'fuzz_macro_dwarf5', 'fuzz_dnames', 'fuzz_die_cu_e_print', 'fuzz_die_cu_attrs', 'fuzz_die_cu_info1', 'fuzz_set_frame_all', 'fuzz_gdbindex', 'fuzz_rng', 'fuzz_init_b', 'fuzz_gnu_index', 'fuzz_tie', 'fuzz_debug_addr_access', 'fuzz_die_cu_print', 'fuzz_findfuncbypc', 'fuzz_die_cu_e', 'fuzz_debug_str', 'fuzz_init_path', 'fuzz_die_cu', 'fuzz_aranges', 'fuzz_str_offsets', 'fuzz_globals', 'fuzz_die_cu_attrs_loclist', 'fuzz_stack_frame_access', 'fuzz_die_cu_offset', 'fuzz_init_binary', 'fuzz_simplereader_tu', 'fuzz_crc_32', 'fuzz_macro_dwarf4', 'fuzz_debuglink', 'fuzz_showsectgrp', 'fuzz_srcfiles'] []
/src/libdwarf/src/lib/libdwarf/dwarf_object_read_common.c ['fuzz_xuindex', 'fuzz_macro_dwarf5', 'fuzz_dnames', 'fuzz_die_cu_e_print', 'fuzz_die_cu_attrs', 'fuzz_die_cu_info1', 'fuzz_set_frame_all', 'fuzz_gdbindex', 'fuzz_rng', 'fuzz_init_b', 'fuzz_gnu_index', 'fuzz_tie', 'fuzz_debug_addr_access', 'fuzz_die_cu_print', 'fuzz_findfuncbypc', 'fuzz_die_cu_e', 'fuzz_debug_str', 'fuzz_init_path', 'fuzz_die_cu', 'fuzz_aranges', 'fuzz_str_offsets', 'fuzz_globals', 'fuzz_die_cu_attrs_loclist', 'fuzz_stack_frame_access', 'fuzz_die_cu_offset', 'fuzz_init_binary', 'fuzz_crc_32', 'fuzz_macro_dwarf4', 'fuzz_debuglink', 'fuzz_showsectgrp', 'fuzz_srcfiles'] []
/src/libdwarf/fuzz/fuzz_die_cu_print.c ['fuzz_die_cu_print'] []
/src/libdwarf/src/lib/libdwarf/dwarf_debugnames.c ['fuzz_dnames', 'fuzz_globals'] []
/src/libdwarf/fuzz/fuzz_globals.c ['fuzz_globals'] []
/src/libdwarf/fuzz/fuzz_init_b.c ['fuzz_init_b'] []
/src/libdwarf/src/lib/libdwarf/dwarf_gdbindex.c ['fuzz_gdbindex'] []
/src/libdwarf/fuzz/fuzz_die_cu_e_print.c ['fuzz_die_cu_e_print'] []
/src/libdwarf/src/lib/libdwarf/dwarf_leb.c ['fuzz_macro_dwarf5', 'fuzz_dnames', 'fuzz_die_cu_e_print', 'fuzz_die_cu_attrs', 'fuzz_die_cu_info1', 'fuzz_set_frame_all', 'fuzz_rng', 'fuzz_die_cu_print', 'fuzz_findfuncbypc', 'fuzz_die_cu_e', 'fuzz_die_cu', 'fuzz_globals', 'fuzz_die_cu_attrs_loclist', 'fuzz_stack_frame_access', 'fuzz_die_cu_offset', 'fuzz_simplereader_tu', 'fuzz_macro_dwarf4', 'fuzz_srcfiles'] []
/src/libdwarf/src/lib/libdwarf/dwarf_lname_version.c ['fuzz_macro_dwarf5', 'fuzz_die_cu_e_print', 'fuzz_die_cu_attrs', 'fuzz_die_cu_info1', 'fuzz_die_cu_print', 'fuzz_findfuncbypc', 'fuzz_die_cu_e', 'fuzz_die_cu', 'fuzz_die_cu_attrs_loclist', 'fuzz_stack_frame_access', 'fuzz_die_cu_offset', 'fuzz_simplereader_tu', 'fuzz_srcfiles'] []
/src/libdwarf/src/lib/libdwarf/dwarf_elf_load_headers.c ['fuzz_xuindex', 'fuzz_macro_dwarf5', 'fuzz_dnames', 'fuzz_die_cu_e_print', 'fuzz_die_cu_attrs', 'fuzz_die_cu_info1', 'fuzz_set_frame_all', 'fuzz_gdbindex', 'fuzz_rng', 'fuzz_init_b', 'fuzz_gnu_index', 'fuzz_tie', 'fuzz_debug_addr_access', 'fuzz_die_cu_print', 'fuzz_findfuncbypc', 'fuzz_die_cu_e', 'fuzz_debug_str', 'fuzz_init_path', 'fuzz_die_cu', 'fuzz_aranges', 'fuzz_str_offsets', 'fuzz_globals', 'fuzz_die_cu_attrs_loclist', 'fuzz_stack_frame_access', 'fuzz_die_cu_offset', 'fuzz_init_binary', 'fuzz_crc_32', 'fuzz_macro_dwarf4', 'fuzz_debuglink', 'fuzz_showsectgrp', 'fuzz_srcfiles'] []
/src/libdwarf/fuzz/fuzz_simplereader_tu.c ['fuzz_simplereader_tu'] []
/src/libdwarf/src/lib/libdwarf/dwarf_rnglists.c ['fuzz_xuindex', 'fuzz_macro_dwarf5', 'fuzz_dnames', 'fuzz_die_cu_e_print', 'fuzz_die_cu_attrs', 'fuzz_die_cu_info1', 'fuzz_set_frame_all', 'fuzz_gdbindex', 'fuzz_rng', 'fuzz_init_b', 'fuzz_gnu_index', 'fuzz_tie', 'fuzz_debug_addr_access', 'fuzz_die_cu_print', 'fuzz_findfuncbypc', 'fuzz_die_cu_e', 'fuzz_debug_str', 'fuzz_init_path', 'fuzz_die_cu', 'fuzz_aranges', 'fuzz_str_offsets', 'fuzz_globals', 'fuzz_die_cu_attrs_loclist', 'fuzz_stack_frame_access', 'fuzz_die_cu_offset', 'fuzz_init_binary', 'fuzz_simplereader_tu', 'fuzz_crc_32', 'fuzz_macro_dwarf4', 'fuzz_debuglink', 'fuzz_showsectgrp', 'fuzz_srcfiles'] []
/src/libdwarf/src/lib/libdwarf/dwarf_safe_strcpy.c ['fuzz_xuindex', 'fuzz_macro_dwarf5', 'fuzz_dnames', 'fuzz_die_cu_e_print', 'fuzz_die_cu_attrs', 'fuzz_die_cu_info1', 'fuzz_set_frame_all', 'fuzz_gdbindex', 'fuzz_rng', 'fuzz_init_b', 'fuzz_gnu_index', 'fuzz_tie', 'fuzz_debug_addr_access', 'fuzz_die_cu_print', 'fuzz_findfuncbypc', 'fuzz_die_cu_e', 'fuzz_debug_str', 'fuzz_init_path', 'fuzz_die_cu', 'fuzz_aranges', 'fuzz_str_offsets', 'fuzz_globals', 'fuzz_die_cu_attrs_loclist', 'fuzz_stack_frame_access', 'fuzz_die_cu_offset', 'fuzz_init_binary', 'fuzz_simplereader_tu', 'fuzz_crc_32', 'fuzz_macro_dwarf4', 'fuzz_debuglink', 'fuzz_showsectgrp', 'fuzz_srcfiles'] []
/src/libdwarf/src/lib/libdwarf/dwarf_safe_arithmetic.c ['fuzz_xuindex', 'fuzz_macro_dwarf5', 'fuzz_dnames', 'fuzz_die_cu_e_print', 'fuzz_die_cu_attrs', 'fuzz_die_cu_info1', 'fuzz_set_frame_all', 'fuzz_gdbindex', 'fuzz_rng', 'fuzz_init_b', 'fuzz_gnu_index', 'fuzz_tie', 'fuzz_debug_addr_access', 'fuzz_die_cu_print', 'fuzz_findfuncbypc', 'fuzz_die_cu_e', 'fuzz_debug_str', 'fuzz_init_path', 'fuzz_die_cu', 'fuzz_aranges', 'fuzz_str_offsets', 'fuzz_globals', 'fuzz_die_cu_attrs_loclist', 'fuzz_stack_frame_access', 'fuzz_die_cu_offset', 'fuzz_init_binary', 'fuzz_crc_32', 'fuzz_macro_dwarf4', 'fuzz_debuglink', 'fuzz_showsectgrp', 'fuzz_srcfiles'] []
/src/libdwarf/src/lib/libdwarf/dwarf_str_offsets.c ['fuzz_macro_dwarf5', 'fuzz_die_cu_e_print', 'fuzz_die_cu_attrs', 'fuzz_die_cu_info1', 'fuzz_die_cu_print', 'fuzz_findfuncbypc', 'fuzz_die_cu_e', 'fuzz_die_cu', 'fuzz_str_offsets', 'fuzz_die_cu_attrs_loclist', 'fuzz_stack_frame_access', 'fuzz_die_cu_offset', 'fuzz_simplereader_tu', 'fuzz_srcfiles'] []
/src/libdwarf/fuzz/fuzz_findfuncbypc.c ['fuzz_findfuncbypc'] []
/src/libdwarf/src/lib/libdwarf/dwarf_init_finish.c ['fuzz_xuindex', 'fuzz_macro_dwarf5', 'fuzz_dnames', 'fuzz_die_cu_e_print', 'fuzz_die_cu_attrs', 'fuzz_die_cu_info1', 'fuzz_set_frame_all', 'fuzz_gdbindex', 'fuzz_rng', 'fuzz_init_b', 'fuzz_gnu_index', 'fuzz_tie', 'fuzz_debug_addr_access', 'fuzz_die_cu_print', 'fuzz_findfuncbypc', 'fuzz_die_cu_e', 'fuzz_debug_str', 'fuzz_init_path', 'fuzz_die_cu', 'fuzz_aranges', 'fuzz_str_offsets', 'fuzz_globals', 'fuzz_die_cu_attrs_loclist', 'fuzz_stack_frame_access', 'fuzz_die_cu_offset', 'fuzz_init_binary', 'fuzz_simplereader_tu', 'fuzz_crc_32', 'fuzz_macro_dwarf4', 'fuzz_debuglink', 'fuzz_showsectgrp', 'fuzz_srcfiles'] []
/src/libdwarf/src/lib/libdwarf/dwarf_locationop_read.c ['fuzz_die_cu_attrs_loclist'] []
/src/libdwarf/src/lib/libdwarf/dwarf_loclists.c ['fuzz_xuindex', 'fuzz_macro_dwarf5', 'fuzz_dnames', 'fuzz_die_cu_e_print', 'fuzz_die_cu_attrs', 'fuzz_die_cu_info1', 'fuzz_set_frame_all', 'fuzz_gdbindex', 'fuzz_rng', 'fuzz_init_b', 'fuzz_gnu_index', 'fuzz_tie', 'fuzz_debug_addr_access', 'fuzz_die_cu_print', 'fuzz_findfuncbypc', 'fuzz_die_cu_e', 'fuzz_debug_str', 'fuzz_init_path', 'fuzz_die_cu', 'fuzz_aranges', 'fuzz_str_offsets', 'fuzz_globals', 'fuzz_die_cu_attrs_loclist', 'fuzz_stack_frame_access', 'fuzz_die_cu_offset', 'fuzz_init_binary', 'fuzz_simplereader_tu', 'fuzz_crc_32', 'fuzz_macro_dwarf4', 'fuzz_debuglink', 'fuzz_showsectgrp', 'fuzz_srcfiles'] []
/src/libdwarf/src/lib/libdwarf/dwarf_names.c ['fuzz_macro_dwarf5', 'fuzz_die_cu_e_print', 'fuzz_die_cu_attrs', 'fuzz_die_cu_info1', 'fuzz_set_frame_all', 'fuzz_die_cu_print', 'fuzz_findfuncbypc', 'fuzz_die_cu_e', 'fuzz_die_cu', 'fuzz_globals', 'fuzz_die_cu_attrs_loclist', 'fuzz_stack_frame_access', 'fuzz_die_cu_offset', 'fuzz_simplereader_tu', 'fuzz_srcfiles'] []
/src/libdwarf/src/lib/libdwarf/dwarf_peread.c ['fuzz_xuindex', 'fuzz_macro_dwarf5', 'fuzz_dnames', 'fuzz_die_cu_e_print', 'fuzz_die_cu_attrs', 'fuzz_die_cu_info1', 'fuzz_set_frame_all', 'fuzz_gdbindex', 'fuzz_rng', 'fuzz_init_b', 'fuzz_gnu_index', 'fuzz_tie', 'fuzz_debug_addr_access', 'fuzz_die_cu_print', 'fuzz_findfuncbypc', 'fuzz_die_cu_e', 'fuzz_debug_str', 'fuzz_init_path', 'fuzz_die_cu', 'fuzz_aranges', 'fuzz_str_offsets', 'fuzz_globals', 'fuzz_die_cu_attrs_loclist', 'fuzz_stack_frame_access', 'fuzz_die_cu_offset', 'fuzz_init_binary', 'fuzz_crc_32', 'fuzz_macro_dwarf4', 'fuzz_debuglink', 'fuzz_showsectgrp', 'fuzz_srcfiles'] []
/src/libdwarf/fuzz/fuzz_str_offsets.c ['fuzz_str_offsets'] []
/src/libdwarf/src/lib/libdwarf/dwarf_query.c ['fuzz_macro_dwarf5', 'fuzz_die_cu_e_print', 'fuzz_die_cu_attrs', 'fuzz_die_cu_info1', 'fuzz_die_cu_print', 'fuzz_findfuncbypc', 'fuzz_die_cu_e', 'fuzz_die_cu', 'fuzz_globals', 'fuzz_die_cu_attrs_loclist', 'fuzz_stack_frame_access', 'fuzz_die_cu_offset', 'fuzz_simplereader_tu', 'fuzz_srcfiles'] []
/src/libdwarf/src/lib/libdwarf/dwarf_util.c ['fuzz_xuindex', 'fuzz_macro_dwarf5', 'fuzz_dnames', 'fuzz_die_cu_e_print', 'fuzz_die_cu_attrs', 'fuzz_die_cu_info1', 'fuzz_set_frame_all', 'fuzz_gdbindex', 'fuzz_rng', 'fuzz_init_b', 'fuzz_gnu_index', 'fuzz_tie', 'fuzz_debug_addr_access', 'fuzz_die_cu_print', 'fuzz_findfuncbypc', 'fuzz_die_cu_e', 'fuzz_debug_str', 'fuzz_init_path', 'fuzz_die_cu', 'fuzz_aranges', 'fuzz_str_offsets', 'fuzz_globals', 'fuzz_die_cu_attrs_loclist', 'fuzz_stack_frame_access', 'fuzz_die_cu_offset', 'fuzz_init_binary', 'fuzz_simplereader_tu', 'fuzz_crc_32', 'fuzz_macro_dwarf4', 'fuzz_debuglink', 'fuzz_showsectgrp', 'fuzz_srcfiles'] []
/src/libdwarf/src/lib/libdwarf/dwarf_frame.c ['fuzz_die_cu_e_print', 'fuzz_set_frame_all', 'fuzz_die_cu_print', 'fuzz_stack_frame_access'] []
/src/libdwarf/src/lib/libdwarf/dwarf_die_deliv.c ['fuzz_macro_dwarf5', 'fuzz_die_cu_e_print', 'fuzz_die_cu_attrs', 'fuzz_die_cu_info1', 'fuzz_set_frame_all', 'fuzz_die_cu_print', 'fuzz_findfuncbypc', 'fuzz_die_cu_e', 'fuzz_die_cu', 'fuzz_die_cu_attrs_loclist', 'fuzz_stack_frame_access', 'fuzz_die_cu_offset', 'fuzz_simplereader_tu', 'fuzz_srcfiles'] []
/src/libdwarf/src/lib/libdwarf/dwarf_seekr.c ['fuzz_xuindex', 'fuzz_macro_dwarf5', 'fuzz_dnames', 'fuzz_die_cu_e_print', 'fuzz_die_cu_attrs', 'fuzz_die_cu_info1', 'fuzz_set_frame_all', 'fuzz_gdbindex', 'fuzz_rng', 'fuzz_init_b', 'fuzz_gnu_index', 'fuzz_tie', 'fuzz_debug_addr_access', 'fuzz_die_cu_print', 'fuzz_findfuncbypc', 'fuzz_die_cu_e', 'fuzz_debug_str', 'fuzz_init_path', 'fuzz_die_cu', 'fuzz_aranges', 'fuzz_str_offsets', 'fuzz_globals', 'fuzz_die_cu_attrs_loclist', 'fuzz_stack_frame_access', 'fuzz_die_cu_offset', 'fuzz_init_binary', 'fuzz_simplereader_tu', 'fuzz_crc_32', 'fuzz_macro_dwarf4', 'fuzz_debuglink', 'fuzz_showsectgrp', 'fuzz_srcfiles'] []
/src/libdwarf/src/lib/libdwarf/dwarf_stringsection.c ['fuzz_debug_str'] []
/src/libdwarf/fuzz/fuzz_debug_str.c ['fuzz_debug_str'] []
/src/libdwarf/src/lib/libdwarf/dwarf_64machoread.c ['fuzz_xuindex', 'fuzz_macro_dwarf5', 'fuzz_dnames', 'fuzz_die_cu_e_print', 'fuzz_die_cu_attrs', 'fuzz_die_cu_info1', 'fuzz_set_frame_all', 'fuzz_gdbindex', 'fuzz_rng', 'fuzz_init_b', 'fuzz_gnu_index', 'fuzz_tie', 'fuzz_debug_addr_access', 'fuzz_die_cu_print', 'fuzz_findfuncbypc', 'fuzz_die_cu_e', 'fuzz_debug_str', 'fuzz_init_path', 'fuzz_die_cu', 'fuzz_aranges', 'fuzz_str_offsets', 'fuzz_globals', 'fuzz_die_cu_attrs_loclist', 'fuzz_stack_frame_access', 'fuzz_die_cu_offset', 'fuzz_init_binary', 'fuzz_crc_32', 'fuzz_macro_dwarf4', 'fuzz_debuglink', 'fuzz_showsectgrp', 'fuzz_srcfiles'] []
/src/libdwarf/src/lib/libdwarf/dwarf_debugaddr.c ['fuzz_debug_addr_access'] []
/src/libdwarf/fuzz/fuzz_die_cu_e.c ['fuzz_die_cu_e'] []
/src/libdwarf/fuzz/fuzz_aranges.c ['fuzz_aranges'] []
/src/libdwarf/src/lib/libdwarf/dwarf_setup_sections.c ['fuzz_xuindex', 'fuzz_macro_dwarf5', 'fuzz_dnames', 'fuzz_die_cu_e_print', 'fuzz_die_cu_attrs', 'fuzz_die_cu_info1', 'fuzz_set_frame_all', 'fuzz_gdbindex', 'fuzz_rng', 'fuzz_init_b', 'fuzz_gnu_index', 'fuzz_tie', 'fuzz_debug_addr_access', 'fuzz_die_cu_print', 'fuzz_findfuncbypc', 'fuzz_die_cu_e', 'fuzz_debug_str', 'fuzz_init_path', 'fuzz_die_cu', 'fuzz_aranges', 'fuzz_str_offsets', 'fuzz_globals', 'fuzz_die_cu_attrs_loclist', 'fuzz_stack_frame_access', 'fuzz_die_cu_offset', 'fuzz_init_binary', 'fuzz_crc_32', 'fuzz_macro_dwarf4', 'fuzz_debuglink', 'fuzz_showsectgrp', 'fuzz_srcfiles'] []
/src/libdwarf/fuzz/fuzz_debug_addr_access.c ['fuzz_debug_addr_access'] []
/src/libdwarf/fuzz/fuzz_crc_32.c ['fuzz_crc_32'] []
/src/libdwarf/fuzz/fuzz_debuglink.c ['fuzz_debuglink'] []
/src/libdwarf/src/lib/libdwarf/dwarf_line_table_reader_common.h ['fuzz_macro_dwarf5', 'fuzz_findfuncbypc', 'fuzz_srcfiles'] []
/src/libdwarf/fuzz/fuzz_init_path.c ['fuzz_init_path'] []
/src/libdwarf/fuzz/fuzz_gdbindex.c ['fuzz_gdbindex'] []
/src/libdwarf/src/lib/libdwarf/dwarf_find_sigref.c ['fuzz_macro_dwarf5', 'fuzz_die_cu_e_print', 'fuzz_die_cu_attrs', 'fuzz_die_cu_info1', 'fuzz_die_cu_print', 'fuzz_findfuncbypc', 'fuzz_die_cu_e', 'fuzz_die_cu', 'fuzz_die_cu_attrs_loclist', 'fuzz_stack_frame_access', 'fuzz_die_cu_offset', 'fuzz_simplereader_tu', 'fuzz_srcfiles'] []
/src/libdwarf/fuzz/fuzz_showsectgrp.c ['fuzz_showsectgrp'] []
/src/libdwarf/src/lib/libdwarf/dwarf_error.c ['fuzz_xuindex', 'fuzz_macro_dwarf5', 'fuzz_dnames', 'fuzz_die_cu_e_print', 'fuzz_die_cu_attrs', 'fuzz_die_cu_info1', 'fuzz_set_frame_all', 'fuzz_gdbindex', 'fuzz_rng', 'fuzz_init_b', 'fuzz_gnu_index', 'fuzz_tie', 'fuzz_debug_addr_access', 'fuzz_die_cu_print', 'fuzz_findfuncbypc', 'fuzz_die_cu_e', 'fuzz_debug_str', 'fuzz_init_path', 'fuzz_die_cu', 'fuzz_aranges', 'fuzz_str_offsets', 'fuzz_globals', 'fuzz_die_cu_attrs_loclist', 'fuzz_stack_frame_access', 'fuzz_die_cu_offset', 'fuzz_init_binary', 'fuzz_simplereader_tu', 'fuzz_crc_32', 'fuzz_macro_dwarf4', 'fuzz_debuglink', 'fuzz_showsectgrp', 'fuzz_srcfiles'] []
/src/libdwarf/src/lib/libdwarf/dwarf_form.c ['fuzz_macro_dwarf5', 'fuzz_die_cu_e_print', 'fuzz_die_cu_attrs', 'fuzz_die_cu_info1', 'fuzz_die_cu_print', 'fuzz_findfuncbypc', 'fuzz_die_cu_e', 'fuzz_die_cu', 'fuzz_globals', 'fuzz_die_cu_attrs_loclist', 'fuzz_stack_frame_access', 'fuzz_die_cu_offset', 'fuzz_simplereader_tu', 'fuzz_srcfiles'] []
/src/libdwarf/src/lib/libdwarf/dwarf_macro.c ['fuzz_macro_dwarf4'] []
/src/libdwarf/fuzz/fuzz_srcfiles.c ['fuzz_srcfiles'] []
/src/libdwarf/src/lib/libdwarf/dwarf_lvn_name.c ['fuzz_macro_dwarf5', 'fuzz_die_cu_e_print', 'fuzz_die_cu_attrs', 'fuzz_die_cu_info1', 'fuzz_die_cu_print', 'fuzz_findfuncbypc', 'fuzz_die_cu_e', 'fuzz_die_cu', 'fuzz_die_cu_attrs_loclist', 'fuzz_stack_frame_access', 'fuzz_die_cu_offset', 'fuzz_simplereader_tu', 'fuzz_srcfiles'] []
/src/libdwarf/src/lib/libdwarf/dwarf_tsearchhash.c ['fuzz_xuindex', 'fuzz_macro_dwarf5', 'fuzz_dnames', 'fuzz_die_cu_e_print', 'fuzz_die_cu_attrs', 'fuzz_die_cu_info1', 'fuzz_set_frame_all', 'fuzz_gdbindex', 'fuzz_rng', 'fuzz_init_b', 'fuzz_gnu_index', 'fuzz_tie', 'fuzz_debug_addr_access', 'fuzz_die_cu_print', 'fuzz_findfuncbypc', 'fuzz_die_cu_e', 'fuzz_debug_str', 'fuzz_init_path', 'fuzz_die_cu', 'fuzz_aranges', 'fuzz_str_offsets', 'fuzz_globals', 'fuzz_die_cu_attrs_loclist', 'fuzz_stack_frame_access', 'fuzz_die_cu_offset', 'fuzz_init_binary', 'fuzz_simplereader_tu', 'fuzz_crc_32', 'fuzz_macro_dwarf4', 'fuzz_debuglink', 'fuzz_showsectgrp', 'fuzz_srcfiles'] []
/src/libdwarf/src/lib/libdwarf/dwarf_gnu_index.c ['fuzz_gnu_index'] []
/src/libdwarf/src/lib/libdwarf/dwarf_debuglink.c ['fuzz_xuindex', 'fuzz_macro_dwarf5', 'fuzz_dnames', 'fuzz_die_cu_e_print', 'fuzz_die_cu_attrs', 'fuzz_die_cu_info1', 'fuzz_set_frame_all', 'fuzz_gdbindex', 'fuzz_rng', 'fuzz_init_b', 'fuzz_gnu_index', 'fuzz_tie', 'fuzz_debug_addr_access', 'fuzz_die_cu_print', 'fuzz_findfuncbypc', 'fuzz_die_cu_e', 'fuzz_debug_str', 'fuzz_init_path', 'fuzz_die_cu', 'fuzz_aranges', 'fuzz_str_offsets', 'fuzz_globals', 'fuzz_die_cu_attrs_loclist', 'fuzz_stack_frame_access', 'fuzz_die_cu_offset', 'fuzz_init_binary', 'fuzz_crc_32', 'fuzz_macro_dwarf4', 'fuzz_debuglink', 'fuzz_showsectgrp', 'fuzz_srcfiles'] []
/src/libdwarf/fuzz/fuzz_die_cu_attrs_loclist.c ['fuzz_die_cu_attrs_loclist'] []
/src/libdwarf/src/lib/libdwarf/dwarf_line.c ['fuzz_macro_dwarf5', 'fuzz_findfuncbypc', 'fuzz_srcfiles'] []
/src/libdwarf/src/lib/libdwarf/dwarf_frame_cfa_read.c ['fuzz_set_frame_all'] []
/src/libdwarf/src/lib/libdwarf/dwarf_secname_ck.c ['fuzz_xuindex', 'fuzz_macro_dwarf5', 'fuzz_dnames', 'fuzz_die_cu_e_print', 'fuzz_die_cu_attrs', 'fuzz_die_cu_info1', 'fuzz_set_frame_all', 'fuzz_gdbindex', 'fuzz_rng', 'fuzz_init_b', 'fuzz_gnu_index', 'fuzz_tie', 'fuzz_debug_addr_access', 'fuzz_die_cu_print', 'fuzz_findfuncbypc', 'fuzz_die_cu_e', 'fuzz_debug_str', 'fuzz_init_path', 'fuzz_die_cu', 'fuzz_aranges', 'fuzz_str_offsets', 'fuzz_globals', 'fuzz_die_cu_attrs_loclist', 'fuzz_stack_frame_access', 'fuzz_die_cu_offset', 'fuzz_init_binary', 'fuzz_crc_32', 'fuzz_macro_dwarf4', 'fuzz_debuglink', 'fuzz_showsectgrp', 'fuzz_srcfiles'] []
/src/libdwarf/src/lib/libdwarf/dwarf_fission_to_cu.c ['fuzz_macro_dwarf5', 'fuzz_die_cu_e_print', 'fuzz_die_cu_attrs', 'fuzz_die_cu_info1', 'fuzz_die_cu_print', 'fuzz_findfuncbypc', 'fuzz_die_cu_e', 'fuzz_die_cu', 'fuzz_die_cu_attrs_loclist', 'fuzz_stack_frame_access', 'fuzz_die_cu_offset', 'fuzz_simplereader_tu', 'fuzz_srcfiles'] []
/src/libdwarf/src/lib/libdwarf/dwarf_harmless.c ['fuzz_xuindex', 'fuzz_macro_dwarf5', 'fuzz_dnames', 'fuzz_die_cu_e_print', 'fuzz_die_cu_attrs', 'fuzz_die_cu_info1', 'fuzz_set_frame_all', 'fuzz_gdbindex', 'fuzz_rng', 'fuzz_init_b', 'fuzz_gnu_index', 'fuzz_tie', 'fuzz_debug_addr_access', 'fuzz_die_cu_print', 'fuzz_findfuncbypc', 'fuzz_die_cu_e', 'fuzz_debug_str', 'fuzz_init_path', 'fuzz_die_cu', 'fuzz_aranges', 'fuzz_str_offsets', 'fuzz_globals', 'fuzz_die_cu_attrs_loclist', 'fuzz_stack_frame_access', 'fuzz_die_cu_offset', 'fuzz_init_binary', 'fuzz_simplereader_tu', 'fuzz_crc_32', 'fuzz_macro_dwarf4', 'fuzz_debuglink', 'fuzz_showsectgrp', 'fuzz_srcfiles'] []
/src/libdwarf/fuzz/fuzz_crc.c ['fuzz_crc'] []
/src/libdwarf/fuzz/fuzz_die_cu_info1.c ['fuzz_die_cu_info1'] []
/src/libdwarf/src/lib/libdwarf/dwarf_macro5.c ['fuzz_macro_dwarf5'] []
/src/libdwarf/fuzz/fuzz_gnu_index.c ['fuzz_gnu_index'] []
/src/libdwarf/src/lib/libdwarf/dwarf_object_detector.c ['fuzz_xuindex', 'fuzz_macro_dwarf5', 'fuzz_dnames', 'fuzz_die_cu_e_print', 'fuzz_die_cu_attrs', 'fuzz_die_cu_info1', 'fuzz_set_frame_all', 'fuzz_gdbindex', 'fuzz_rng', 'fuzz_init_b', 'fuzz_gnu_index', 'fuzz_tie', 'fuzz_debug_addr_access', 'fuzz_die_cu_print', 'fuzz_findfuncbypc', 'fuzz_die_cu_e', 'fuzz_debug_str', 'fuzz_init_path', 'fuzz_die_cu', 'fuzz_aranges', 'fuzz_str_offsets', 'fuzz_globals', 'fuzz_die_cu_attrs_loclist', 'fuzz_stack_frame_access', 'fuzz_die_cu_offset', 'fuzz_init_binary', 'fuzz_crc_32', 'fuzz_macro_dwarf4', 'fuzz_debuglink', 'fuzz_showsectgrp', 'fuzz_srcfiles'] []
/src/libdwarf/fuzz/fuzz_set_frame_all.c ['fuzz_set_frame_all'] []
/src/libdwarf/src/lib/libdwarf/dwarf_loc.c ['fuzz_die_cu_attrs_loclist'] []
/src/libdwarf/src/lib/libdwarf/dwarf_ranges.c ['fuzz_findfuncbypc'] []
/src/libdwarf/src/lib/libdwarf/dwarf_fill_in_attr_form.c ['fuzz_macro_dwarf5', 'fuzz_die_cu_e_print', 'fuzz_die_cu_attrs', 'fuzz_die_cu_info1', 'fuzz_die_cu_print', 'fuzz_findfuncbypc', 'fuzz_die_cu_e', 'fuzz_die_cu', 'fuzz_die_cu_attrs_loclist', 'fuzz_stack_frame_access', 'fuzz_die_cu_offset', 'fuzz_simplereader_tu', 'fuzz_srcfiles'] []
/src/libdwarf/src/lib/libdwarf/dwarf_elfread.c ['fuzz_xuindex', 'fuzz_macro_dwarf5', 'fuzz_dnames', 'fuzz_die_cu_e_print', 'fuzz_die_cu_attrs', 'fuzz_die_cu_info1', 'fuzz_set_frame_all', 'fuzz_gdbindex', 'fuzz_rng', 'fuzz_init_b', 'fuzz_gnu_index', 'fuzz_tie', 'fuzz_debug_addr_access', 'fuzz_die_cu_print', 'fuzz_findfuncbypc', 'fuzz_die_cu_e', 'fuzz_debug_str', 'fuzz_init_path', 'fuzz_die_cu', 'fuzz_aranges', 'fuzz_str_offsets', 'fuzz_globals', 'fuzz_die_cu_attrs_loclist', 'fuzz_stack_frame_access', 'fuzz_die_cu_offset', 'fuzz_init_binary', 'fuzz_crc_32', 'fuzz_macro_dwarf4', 'fuzz_debuglink', 'fuzz_showsectgrp', 'fuzz_srcfiles'] []
/src/libdwarf/src/lib/libdwarf/dwarf_elf_rel_detector.c [] []
/src/libdwarf/src/lib/libdwarf/dwarf_memcpy_swap.c ['fuzz_xuindex', 'fuzz_macro_dwarf5', 'fuzz_dnames', 'fuzz_die_cu_e_print', 'fuzz_die_cu_attrs', 'fuzz_die_cu_info1', 'fuzz_set_frame_all', 'fuzz_gdbindex', 'fuzz_rng', 'fuzz_init_b', 'fuzz_gnu_index', 'fuzz_tie', 'fuzz_debug_addr_access', 'fuzz_die_cu_print', 'fuzz_findfuncbypc', 'fuzz_die_cu_e', 'fuzz_debug_str', 'fuzz_init_path', 'fuzz_die_cu', 'fuzz_aranges', 'fuzz_str_offsets', 'fuzz_globals', 'fuzz_die_cu_attrs_loclist', 'fuzz_stack_frame_access', 'fuzz_die_cu_offset', 'fuzz_init_binary', 'fuzz_crc_32', 'fuzz_macro_dwarf4', 'fuzz_debuglink', 'fuzz_showsectgrp', 'fuzz_srcfiles'] []
/src/libdwarf/fuzz/fuzz_tie.c ['fuzz_tie'] []
/src/libdwarf/fuzz/fuzz_stack_frame_access.c ['fuzz_stack_frame_access'] []
/src/libdwarf/src/lib/libdwarf/dwarf_machoread.c ['fuzz_xuindex', 'fuzz_macro_dwarf5', 'fuzz_dnames', 'fuzz_die_cu_e_print', 'fuzz_die_cu_attrs', 'fuzz_die_cu_info1', 'fuzz_set_frame_all', 'fuzz_gdbindex', 'fuzz_rng', 'fuzz_init_b', 'fuzz_gnu_index', 'fuzz_tie', 'fuzz_debug_addr_access', 'fuzz_die_cu_print', 'fuzz_findfuncbypc', 'fuzz_die_cu_e', 'fuzz_debug_str', 'fuzz_init_path', 'fuzz_die_cu', 'fuzz_aranges', 'fuzz_str_offsets', 'fuzz_globals', 'fuzz_die_cu_attrs_loclist', 'fuzz_stack_frame_access', 'fuzz_die_cu_offset', 'fuzz_init_binary', 'fuzz_crc_32', 'fuzz_macro_dwarf4', 'fuzz_debuglink', 'fuzz_showsectgrp', 'fuzz_srcfiles'] []
/src/libdwarf/fuzz/fuzz_die_cu_attrs.c ['fuzz_die_cu_attrs'] []
/src/libdwarf/src/lib/libdwarf/dwarf_dsc.c ['fuzz_die_cu_attrs'] []
/src/libdwarf/fuzz/fuzz_die_cu_offset.c ['fuzz_die_cu_offset'] []
/src/libdwarf/fuzz/fuzz_dnames.c ['fuzz_dnames'] []
/src/libdwarf/fuzz/fuzz_xuindex.c ['fuzz_xuindex'] []
/src/libdwarf/fuzz/fuzz_macro_dwarf5.c ['fuzz_macro_dwarf5'] []
/src/libdwarf/src/lib/libdwarf/dwarf_arange.c ['fuzz_aranges'] []
/src/libdwarf/src/lib/libdwarf/dwarf_crc32.c ['fuzz_findfuncbypc', 'fuzz_init_path', 'fuzz_crc_32', 'fuzz_showsectgrp'] []
/src/libdwarf/src/lib/libdwarf/dwarf_global.c ['fuzz_globals', 'fuzz_die_cu_offset', 'fuzz_simplereader_tu'] []
/src/libdwarf/src/lib/libdwarf/dwarf_tied.c ['fuzz_xuindex', 'fuzz_macro_dwarf5', 'fuzz_dnames', 'fuzz_die_cu_e_print', 'fuzz_die_cu_attrs', 'fuzz_die_cu_info1', 'fuzz_set_frame_all', 'fuzz_gdbindex', 'fuzz_rng', 'fuzz_init_b', 'fuzz_gnu_index', 'fuzz_tie', 'fuzz_debug_addr_access', 'fuzz_die_cu_print', 'fuzz_findfuncbypc', 'fuzz_die_cu_e', 'fuzz_debug_str', 'fuzz_init_path', 'fuzz_die_cu', 'fuzz_aranges', 'fuzz_str_offsets', 'fuzz_globals', 'fuzz_die_cu_attrs_loclist', 'fuzz_stack_frame_access', 'fuzz_die_cu_offset', 'fuzz_init_binary', 'fuzz_simplereader_tu', 'fuzz_crc_32', 'fuzz_macro_dwarf4', 'fuzz_debuglink', 'fuzz_showsectgrp', 'fuzz_srcfiles'] []
/src/libdwarf/src/lib/libdwarf/dwarf_frame2.c ['fuzz_set_frame_all', 'fuzz_stack_frame_access'] []
/src/libdwarf/fuzz/fuzz_init_binary.c ['fuzz_init_binary'] []
/src/libdwarf/src/lib/libdwarf/dwarf_generic_init.c ['fuzz_xuindex', 'fuzz_macro_dwarf5', 'fuzz_dnames', 'fuzz_die_cu_e_print', 'fuzz_die_cu_attrs', 'fuzz_die_cu_info1', 'fuzz_set_frame_all', 'fuzz_gdbindex', 'fuzz_rng', 'fuzz_init_b', 'fuzz_gnu_index', 'fuzz_tie', 'fuzz_debug_addr_access', 'fuzz_die_cu_print', 'fuzz_findfuncbypc', 'fuzz_die_cu_e', 'fuzz_debug_str', 'fuzz_init_path', 'fuzz_die_cu', 'fuzz_aranges', 'fuzz_str_offsets', 'fuzz_globals', 'fuzz_die_cu_attrs_loclist', 'fuzz_stack_frame_access', 'fuzz_die_cu_offset', 'fuzz_init_binary', 'fuzz_simplereader_tu', 'fuzz_crc_32', 'fuzz_macro_dwarf4', 'fuzz_debuglink', 'fuzz_showsectgrp', 'fuzz_srcfiles'] []

Directories in report

Directory
/src/libdwarf/src/lib/libdwarf/
/src/libdwarf/fuzz/

Metadata section

This sections shows the raw data that is used to produce this report. This is mainly used for further processing and developer debugging.

Fuzzer Calltree file Program data file Coverage file
fuzz_crc fuzzerLogFile-0-E05uicH7yn.data fuzzerLogFile-0-E05uicH7yn.data.yaml
fuzz_xuindex fuzzerLogFile-0-9FktAaE2ow.data fuzzerLogFile-0-9FktAaE2ow.data.yaml
fuzz_macro_dwarf5 fuzzerLogFile-0-pwxCzhNgl5.data fuzzerLogFile-0-pwxCzhNgl5.data.yaml
fuzz_dnames fuzzerLogFile-0-AkbG5E0fUz.data fuzzerLogFile-0-AkbG5E0fUz.data.yaml
fuzz_die_cu_e_print fuzzerLogFile-0-UWNhgdIEU6.data fuzzerLogFile-0-UWNhgdIEU6.data.yaml
fuzz_die_cu_attrs fuzzerLogFile-0-rBsMPy5rVR.data fuzzerLogFile-0-rBsMPy5rVR.data.yaml
fuzz_die_cu_info1 fuzzerLogFile-0-mJGdxJjvkt.data fuzzerLogFile-0-mJGdxJjvkt.data.yaml
fuzz_set_frame_all fuzzerLogFile-0-TVzDufsgQB.data fuzzerLogFile-0-TVzDufsgQB.data.yaml
fuzz_gdbindex fuzzerLogFile-0-I9sYJ3g89H.data fuzzerLogFile-0-I9sYJ3g89H.data.yaml
fuzz_rng fuzzerLogFile-0-yo8CSJCpCk.data fuzzerLogFile-0-yo8CSJCpCk.data.yaml
fuzz_init_b fuzzerLogFile-0-ApusUBPoHN.data fuzzerLogFile-0-ApusUBPoHN.data.yaml
fuzz_gnu_index fuzzerLogFile-0-8Szu3boqvw.data fuzzerLogFile-0-8Szu3boqvw.data.yaml
fuzz_tie fuzzerLogFile-0-Vsr5Lp50zo.data fuzzerLogFile-0-Vsr5Lp50zo.data.yaml
fuzz_debug_addr_access fuzzerLogFile-0-KVrzOyuc6L.data fuzzerLogFile-0-KVrzOyuc6L.data.yaml
fuzz_die_cu_print fuzzerLogFile-0-0lqemZnWbQ.data fuzzerLogFile-0-0lqemZnWbQ.data.yaml
fuzz_findfuncbypc fuzzerLogFile-0-0BXaDD77ZZ.data fuzzerLogFile-0-0BXaDD77ZZ.data.yaml
fuzz_die_cu_e fuzzerLogFile-0-q4ZznQ6TyW.data fuzzerLogFile-0-q4ZznQ6TyW.data.yaml
fuzz_debug_str fuzzerLogFile-0-qn7mh2irX5.data fuzzerLogFile-0-qn7mh2irX5.data.yaml
fuzz_init_path fuzzerLogFile-0-n9xcUXh1mT.data fuzzerLogFile-0-n9xcUXh1mT.data.yaml
fuzz_die_cu fuzzerLogFile-0-LywoHcJYrr.data fuzzerLogFile-0-LywoHcJYrr.data.yaml
fuzz_aranges fuzzerLogFile-0-moeN2eYu17.data fuzzerLogFile-0-moeN2eYu17.data.yaml
fuzz_str_offsets fuzzerLogFile-0-kN7vqqQZPV.data fuzzerLogFile-0-kN7vqqQZPV.data.yaml
fuzz_globals fuzzerLogFile-0-gX84dMMcoq.data fuzzerLogFile-0-gX84dMMcoq.data.yaml
fuzz_die_cu_attrs_loclist fuzzerLogFile-0-39S9l2fWhG.data fuzzerLogFile-0-39S9l2fWhG.data.yaml
fuzz_stack_frame_access fuzzerLogFile-0-cgeQ0GmIMC.data fuzzerLogFile-0-cgeQ0GmIMC.data.yaml
fuzz_die_cu_offset fuzzerLogFile-0-z7dyfg29f0.data fuzzerLogFile-0-z7dyfg29f0.data.yaml
fuzz_init_binary fuzzerLogFile-0-uGYo2kxZ6Z.data fuzzerLogFile-0-uGYo2kxZ6Z.data.yaml
fuzz_simplereader_tu fuzzerLogFile-0-4PcCzu6QQu.data fuzzerLogFile-0-4PcCzu6QQu.data.yaml
fuzz_crc_32 fuzzerLogFile-0-gk8mt10PA6.data fuzzerLogFile-0-gk8mt10PA6.data.yaml
fuzz_macro_dwarf4 fuzzerLogFile-0-vjewLRuclT.data fuzzerLogFile-0-vjewLRuclT.data.yaml
fuzz_debuglink fuzzerLogFile-0-1QS24dZpKv.data fuzzerLogFile-0-1QS24dZpKv.data.yaml
fuzz_showsectgrp fuzzerLogFile-0-6eJ9BFxvFr.data fuzzerLogFile-0-6eJ9BFxvFr.data.yaml
fuzz_srcfiles fuzzerLogFile-0-ZAckQOHU21.data fuzzerLogFile-0-ZAckQOHU21.data.yaml