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
miniz/tests/checksum_fuzzer.c miniz/tests/checksum_fuzzer.c 5 176 2 3 64 26 checksum_fuzzer.c
miniz/tests/uncompress2_fuzzer.c miniz/tests/uncompress2_fuzzer.c 9 171 5 3 683 255 uncompress2_fuzzer.c
uncompress2_fuzzer inspector/light/source_filesminiz/tests/uncompress2_fuzzer.c 9 171 5 3 683 255 uncompress2_fuzzer.c
inspector/source-codeminiz/tests/flush_fuzzer.c inspector/source-codeminiz/tests/flush_fuzzer.c 31 155 10 3 1407 562 flush_fuzzer.c
miniz/tests/zip_fuzzer.c miniz/tests/zip_fuzzer.c 37 142 5 2 1723 697 zip_fuzzer.c
miniz/tests/flush_fuzzer.c miniz/tests/flush_fuzzer.c 31 155 10 3 1407 562 flush_fuzzer.c
inspector/source-codeminiz/tests/compress_fuzzer.c inspector/source-codeminiz/tests/compress_fuzzer.c 41 145 11 3 2092 821 compress_fuzzer.c
checksum_fuzzer inspector/light/source_filesminiz/tests/checksum_fuzzer.c 5 176 2 3 64 26 checksum_fuzzer.c
inspector/source-codeminiz/tests/large_fuzzer.c inspector/source-codeminiz/tests/large_fuzzer.c 38 151 10 3 2077 807 large_fuzzer.c
inspector/source-codeminiz/tests/uncompress_fuzzer.c inspector/source-codeminiz/tests/uncompress_fuzzer.c 10 170 6 3 692 259 uncompress_fuzzer.c
small_fuzzer inspector/light/source_filesminiz/tests/small_fuzzer.c 42 148 10 3 2102 820 small_fuzzer.c
miniz/tests/uncompress_fuzzer.c miniz/tests/uncompress_fuzzer.c 10 170 6 3 692 259 uncompress_fuzzer.c
add_in_place_fuzzer inspector/light/source_filesminiz/tests/add_in_place_fuzzer.c 78 104 12 3 3329 1349 add_in_place_fuzzer.c
inspector/source-codeminiz/tests/uncompress2_fuzzer.c inspector/source-codeminiz/tests/uncompress2_fuzzer.c 9 171 5 3 683 255 uncompress2_fuzzer.c
inspector/source-codeminiz/tests/add_in_place_fuzzer.c inspector/source-codeminiz/tests/add_in_place_fuzzer.c 78 104 12 3 3329 1349 add_in_place_fuzzer.c
inspector/source-codeminiz/tests/zip_fuzzer.c inspector/source-codeminiz/tests/zip_fuzzer.c 37 142 5 2 1723 697 zip_fuzzer.c
uncompress_fuzzer inspector/light/source_filesminiz/tests/uncompress_fuzzer.c 10 170 6 3 692 259 uncompress_fuzzer.c
inspector/source-codeminiz/tests/checksum_fuzzer.c inspector/source-codeminiz/tests/checksum_fuzzer.c 5 176 2 3 64 26 checksum_fuzzer.c
flush_fuzzer inspector/light/source_filesminiz/tests/flush_fuzzer.c 31 155 10 3 1407 562 flush_fuzzer.c
zip_fuzzer inspector/light/source_filesminiz/tests/zip_fuzzer.c 37 142 5 2 1723 697 zip_fuzzer.c
compress_fuzzer inspector/light/source_filesminiz/tests/compress_fuzzer.c 41 145 11 3 2092 821 compress_fuzzer.c
miniz/tests/small_fuzzer.c miniz/tests/small_fuzzer.c 42 148 10 3 2102 820 small_fuzzer.c
miniz/tests/large_fuzzer.c miniz/tests/large_fuzzer.c 38 151 10 3 2077 807 large_fuzzer.c
inspector/source-codeminiz/tests/small_fuzzer.c inspector/source-codeminiz/tests/small_fuzzer.c 42 148 10 3 2102 820 small_fuzzer.c
miniz/tests/compress_fuzzer.c miniz/tests/compress_fuzzer.c 41 145 11 3 2092 821 compress_fuzzer.c
large_fuzzer inspector/light/source_filesminiz/tests/large_fuzzer.c 38 151 10 3 2077 807 large_fuzzer.c
miniz/tests/add_in_place_fuzzer.c miniz/tests/add_in_place_fuzzer.c 78 104 12 3 3329 1349 add_in_place_fuzzer.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: miniz/tests/checksum_fuzzer.c

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: miniz/tests/uncompress2_fuzzer.c

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

Fuzzer: inspector/source-codeminiz/tests/flush_fuzzer.c

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: miniz/tests/zip_fuzzer.c

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: miniz/tests/flush_fuzzer.c

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: inspector/source-codeminiz/tests/compress_fuzzer.c

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

Fuzzer: inspector/source-codeminiz/tests/large_fuzzer.c

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: inspector/source-codeminiz/tests/uncompress_fuzzer.c

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

Fuzzer: miniz/tests/uncompress_fuzzer.c

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

Fuzzer: inspector/source-codeminiz/tests/uncompress2_fuzzer.c

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: inspector/source-codeminiz/tests/add_in_place_fuzzer.c

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: inspector/source-codeminiz/tests/zip_fuzzer.c

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

Fuzzer: inspector/source-codeminiz/tests/checksum_fuzzer.c

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

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

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

Fuzzer: miniz/tests/small_fuzzer.c

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: miniz/tests/large_fuzzer.c

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: inspector/source-codeminiz/tests/small_fuzzer.c

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: miniz/tests/compress_fuzzer.c

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

Fuzzer: miniz/tests/add_in_place_fuzzer.c

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.

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.

miniz/tests/checksum_fuzzer.c

Dictionary

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


miniz/tests/uncompress2_fuzzer.c

Dictionary

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


inspector/light/source_filesminiz/tests/uncompress2_fuzzer.c

Dictionary

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


inspector/source-codeminiz/tests/flush_fuzzer.c

Dictionary

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


miniz/tests/zip_fuzzer.c

Dictionary

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


miniz/tests/flush_fuzzer.c

Dictionary

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


inspector/source-codeminiz/tests/compress_fuzzer.c

Dictionary

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


inspector/light/source_filesminiz/tests/checksum_fuzzer.c

Dictionary

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


inspector/source-codeminiz/tests/large_fuzzer.c

Dictionary

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


inspector/source-codeminiz/tests/uncompress_fuzzer.c

Dictionary

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


inspector/light/source_filesminiz/tests/small_fuzzer.c

Dictionary

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


miniz/tests/uncompress_fuzzer.c

Dictionary

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


inspector/light/source_filesminiz/tests/add_in_place_fuzzer.c

Dictionary

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


inspector/source-codeminiz/tests/uncompress2_fuzzer.c

Dictionary

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


inspector/source-codeminiz/tests/add_in_place_fuzzer.c

Dictionary

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


inspector/source-codeminiz/tests/zip_fuzzer.c

Dictionary

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


inspector/light/source_filesminiz/tests/uncompress_fuzzer.c

Dictionary

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


inspector/source-codeminiz/tests/checksum_fuzzer.c

Dictionary

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


inspector/light/source_filesminiz/tests/flush_fuzzer.c

Dictionary

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


inspector/light/source_filesminiz/tests/zip_fuzzer.c

Dictionary

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


inspector/light/source_filesminiz/tests/compress_fuzzer.c

Dictionary

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


miniz/tests/small_fuzzer.c

Dictionary

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


miniz/tests/large_fuzzer.c

Dictionary

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


inspector/source-codeminiz/tests/small_fuzzer.c

Dictionary

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


miniz/tests/compress_fuzzer.c

Dictionary

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


inspector/light/source_filesminiz/tests/large_fuzzer.c

Dictionary

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


miniz/tests/add_in_place_fuzzer.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/inspector/light/source_files/src/miniz/tests/add_in_place_fuzzer.c ['add_in_place_fuzzer'] []
/src/inspector/source-code/src/miniz/tests/flush_fuzzer.c ['inspector/source-codeminiz/tests/flush_fuzzer.c'] []
/src/inspector/light/source_files/src/miniz/tests/compress_fuzzer.c ['compress_fuzzer'] []
/src/miniz/tests/large_fuzzer.c ['miniz/tests/large_fuzzer.c'] []
/src/miniz/tests/small_fuzzer.c ['miniz/tests/small_fuzzer.c'] []
/src/inspector/light/source_files/src/miniz/tests/zip_fuzzer.c ['zip_fuzzer'] []
/src/inspector/light/source_files/src/miniz/tests/large_fuzzer.c ['large_fuzzer'] []
/src/inspector/source-code/src/miniz/tests/zip_fuzzer.c ['inspector/source-codeminiz/tests/zip_fuzzer.c'] []
/src/miniz/tests/uncompress_fuzzer.c ['miniz/tests/uncompress_fuzzer.c'] []
/src/inspector/source-code/src/miniz/tests/compress_fuzzer.c ['inspector/source-codeminiz/tests/compress_fuzzer.c'] []
/src/miniz/build/amalgamation/miniz.c ['miniz/tests/checksum_fuzzer.c', 'miniz/tests/uncompress2_fuzzer.c', 'uncompress2_fuzzer', 'inspector/source-codeminiz/tests/flush_fuzzer.c', 'miniz/tests/zip_fuzzer.c', 'miniz/tests/flush_fuzzer.c', 'inspector/source-codeminiz/tests/compress_fuzzer.c', 'checksum_fuzzer', 'inspector/source-codeminiz/tests/large_fuzzer.c', 'inspector/source-codeminiz/tests/uncompress_fuzzer.c', 'small_fuzzer', 'miniz/tests/uncompress_fuzzer.c', 'add_in_place_fuzzer', 'inspector/source-codeminiz/tests/uncompress2_fuzzer.c', 'inspector/source-codeminiz/tests/add_in_place_fuzzer.c', 'inspector/source-codeminiz/tests/zip_fuzzer.c', 'uncompress_fuzzer', 'inspector/source-codeminiz/tests/checksum_fuzzer.c', 'flush_fuzzer', 'zip_fuzzer', 'compress_fuzzer', 'miniz/tests/small_fuzzer.c', 'miniz/tests/large_fuzzer.c', 'inspector/source-codeminiz/tests/small_fuzzer.c', 'miniz/tests/compress_fuzzer.c', 'large_fuzzer', 'miniz/tests/add_in_place_fuzzer.c'] []
/src/inspector/light/source_files/src/miniz/tests/uncompress_fuzzer.c ['uncompress_fuzzer'] []
/src/inspector/light/source_files/src/miniz/tests/checksum_fuzzer.c ['checksum_fuzzer'] []
/src/inspector/source-code/src/miniz/tests/uncompress_fuzzer.c ['inspector/source-codeminiz/tests/uncompress_fuzzer.c'] []
/src/inspector/source-code/src/miniz/tests/uncompress2_fuzzer.c ['inspector/source-codeminiz/tests/uncompress2_fuzzer.c'] []
/src/inspector/source-code/src/miniz/tests/small_fuzzer.c ['inspector/source-codeminiz/tests/small_fuzzer.c'] []
/src/miniz/build/amalgamation/miniz.h ['miniz/tests/checksum_fuzzer.c', 'miniz/tests/uncompress2_fuzzer.c', 'uncompress2_fuzzer', 'inspector/source-codeminiz/tests/flush_fuzzer.c', 'miniz/tests/flush_fuzzer.c', 'inspector/source-codeminiz/tests/compress_fuzzer.c', 'checksum_fuzzer', 'inspector/source-codeminiz/tests/large_fuzzer.c', 'inspector/source-codeminiz/tests/uncompress_fuzzer.c', 'small_fuzzer', 'miniz/tests/uncompress_fuzzer.c', 'inspector/source-codeminiz/tests/uncompress2_fuzzer.c', 'uncompress_fuzzer', 'inspector/source-codeminiz/tests/checksum_fuzzer.c', 'flush_fuzzer', 'compress_fuzzer', 'miniz/tests/small_fuzzer.c', 'miniz/tests/large_fuzzer.c', 'inspector/source-codeminiz/tests/small_fuzzer.c', 'miniz/tests/compress_fuzzer.c', 'large_fuzzer'] []
/src/inspector/light/source_files/src/miniz/tests/flush_fuzzer.c ['flush_fuzzer'] []
/src/miniz/tests/add_in_place_fuzzer.c ['miniz/tests/add_in_place_fuzzer.c'] []
/src/miniz/tests/uncompress2_fuzzer.c ['miniz/tests/uncompress2_fuzzer.c'] []
/src/inspector/source-code/src/miniz/tests/add_in_place_fuzzer.c ['inspector/source-codeminiz/tests/add_in_place_fuzzer.c'] []
/src/inspector/light/source_files/src/miniz/tests/uncompress2_fuzzer.c ['uncompress2_fuzzer'] []
/src/miniz/tests/checksum_fuzzer.c ['miniz/tests/checksum_fuzzer.c'] []
/usr/include/x86_64-linux-gnu/sys/stat.h ['add_in_place_fuzzer', 'inspector/source-codeminiz/tests/add_in_place_fuzzer.c', 'miniz/tests/add_in_place_fuzzer.c'] []
/src/inspector/source-code/src/miniz/tests/checksum_fuzzer.c ['inspector/source-codeminiz/tests/checksum_fuzzer.c'] []
/src/miniz/tests/compress_fuzzer.c ['miniz/tests/compress_fuzzer.c'] []
/src/inspector/source-code/src/miniz/tests/large_fuzzer.c ['inspector/source-codeminiz/tests/large_fuzzer.c'] []
/src/miniz/tests/flush_fuzzer.c ['miniz/tests/flush_fuzzer.c'] []
/src/inspector/light/source_files/src/miniz/tests/small_fuzzer.c ['small_fuzzer'] []
/src/miniz/tests/zip_fuzzer.c ['miniz/tests/zip_fuzzer.c'] []

Directories in report

Directory
/src/miniz/tests/
/usr/include/x86_64-linux-gnu/sys/
/src/inspector/source-code/src/miniz/tests/
/src/inspector/light/source_files/src/miniz/tests/
/src/miniz/build/amalgamation/

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
miniz/tests/checksum_fuzzer.c fuzzerLogFile-0-Olt6XILZOp.data fuzzerLogFile-0-Olt6XILZOp.data.yaml
miniz/tests/uncompress2_fuzzer.c fuzzerLogFile-0-M5V8oPS80L.data fuzzerLogFile-0-M5V8oPS80L.data.yaml
uncompress2_fuzzer fuzzerLogFile-0-6Sh7lKDlpX.data fuzzerLogFile-0-6Sh7lKDlpX.data.yaml
inspector/source-codeminiz/tests/flush_fuzzer.c fuzzerLogFile-0-QZUNFPGbdQ.data fuzzerLogFile-0-QZUNFPGbdQ.data.yaml
miniz/tests/zip_fuzzer.c fuzzerLogFile-0-syWBsKw8do.data fuzzerLogFile-0-syWBsKw8do.data.yaml
miniz/tests/flush_fuzzer.c fuzzerLogFile-0-qBUjcUKLGW.data fuzzerLogFile-0-qBUjcUKLGW.data.yaml
inspector/source-codeminiz/tests/compress_fuzzer.c fuzzerLogFile-0-Aet9t16tMQ.data fuzzerLogFile-0-Aet9t16tMQ.data.yaml
checksum_fuzzer fuzzerLogFile-0-lmWoEa66Xw.data fuzzerLogFile-0-lmWoEa66Xw.data.yaml
inspector/source-codeminiz/tests/large_fuzzer.c fuzzerLogFile-0-ML9pHLShj1.data fuzzerLogFile-0-ML9pHLShj1.data.yaml
inspector/source-codeminiz/tests/uncompress_fuzzer.c fuzzerLogFile-0-0QCQVGtw7B.data fuzzerLogFile-0-0QCQVGtw7B.data.yaml
small_fuzzer fuzzerLogFile-0-3fkHQKwJBc.data fuzzerLogFile-0-3fkHQKwJBc.data.yaml
miniz/tests/uncompress_fuzzer.c fuzzerLogFile-0-OIb6njbSua.data fuzzerLogFile-0-OIb6njbSua.data.yaml
add_in_place_fuzzer fuzzerLogFile-0-djTudtxwgh.data fuzzerLogFile-0-djTudtxwgh.data.yaml
inspector/source-codeminiz/tests/uncompress2_fuzzer.c fuzzerLogFile-0-8US2eRexTl.data fuzzerLogFile-0-8US2eRexTl.data.yaml
inspector/source-codeminiz/tests/add_in_place_fuzzer.c fuzzerLogFile-0-96HEw1u9fb.data fuzzerLogFile-0-96HEw1u9fb.data.yaml
inspector/source-codeminiz/tests/zip_fuzzer.c fuzzerLogFile-0-FIQkUmKAJl.data fuzzerLogFile-0-FIQkUmKAJl.data.yaml
uncompress_fuzzer fuzzerLogFile-0-6zzGhSxsaP.data fuzzerLogFile-0-6zzGhSxsaP.data.yaml
inspector/source-codeminiz/tests/checksum_fuzzer.c fuzzerLogFile-0-5icGxubk93.data fuzzerLogFile-0-5icGxubk93.data.yaml
flush_fuzzer fuzzerLogFile-0-Sx4VMEXfih.data fuzzerLogFile-0-Sx4VMEXfih.data.yaml
zip_fuzzer fuzzerLogFile-0-KLdYUjgliT.data fuzzerLogFile-0-KLdYUjgliT.data.yaml
compress_fuzzer fuzzerLogFile-0-k397ug5IIy.data fuzzerLogFile-0-k397ug5IIy.data.yaml
miniz/tests/small_fuzzer.c fuzzerLogFile-0-mvcRMiAOWe.data fuzzerLogFile-0-mvcRMiAOWe.data.yaml
miniz/tests/large_fuzzer.c fuzzerLogFile-0-jDaA6UsNIH.data fuzzerLogFile-0-jDaA6UsNIH.data.yaml
inspector/source-codeminiz/tests/small_fuzzer.c fuzzerLogFile-0-mCSR8lKOth.data fuzzerLogFile-0-mCSR8lKOth.data.yaml
miniz/tests/compress_fuzzer.c fuzzerLogFile-0-RblbTZWc0F.data fuzzerLogFile-0-RblbTZWc0F.data.yaml
large_fuzzer fuzzerLogFile-0-Qgi1wbH3BR.data fuzzerLogFile-0-Qgi1wbH3BR.data.yaml
miniz/tests/add_in_place_fuzzer.c fuzzerLogFile-0-ZMc86gaPn2.data fuzzerLogFile-0-ZMc86gaPn2.data.yaml