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

Fuzzer details

Fuzzer: md2_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 0 0.0%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 9 100.%
All colors 9 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
0 0 None 0 0 md2_init(hash_state**) call site: 00000 /src/pycryptodome/src/MD2.c:43
0 0 None 0 0 md2_init(hash_state**) call site: 00000 /src/pycryptodome/src/MD2.c:48
0 0 None 0 0 md2_digest(hash_stateconst*,unsignedchar*) call site: 00000 /src/pycryptodome/src/MD2.c:144

Runtime coverage analysis

Covered functions
5
Functions that are reachable but not covered
2
Reachable functions
11
Percentage of reachable functions covered
81.82%
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/pcd_hash_fuzzer.cc 1
/src/pycryptodome/src/MD2.c 4

Fuzzer: md4_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 0 0.0%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 15 100.%
All colors 15 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
0 0 None 0 0 md4_init(hash_state**) call site: 00000 /src/pycryptodome/src/MD4.c:51
0 0 None 0 0 md4_init(hash_state**) call site: 00000 /src/pycryptodome/src/MD4.c:56
0 0 None 0 0 md4_digest(hash_stateconst*,unsignedchar*) call site: 00000 /src/pycryptodome/src/MD4.c:196

Runtime coverage analysis

Covered functions
8
Functions that are reachable but not covered
2
Reachable functions
17
Percentage of reachable functions covered
88.24%
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/pcd_hash_fuzzer.cc 1
/src/pycryptodome/src/MD4.c 4
/src/pycryptodome/src/endianess.h 3

Fuzzer: md5_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 0 0.0%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 18 100.%
All colors 18 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
0 0 None 0 0 MD5_init(t_hash_state**) call site: 00000 /src/pycryptodome/src/MD5.c:207
0 0 None 0 0 MD5_init(t_hash_state**) call site: 00000 /src/pycryptodome/src/MD5.c:212
0 0 None 0 0 MD5_update(t_hash_state*,unsignedcharconst*,unsignedlong) call site: 00000 /src/pycryptodome/src/MD5.c:254
0 0 None 0 0 MD5_digest(t_hash_stateconst*,unsignedchar*) call site: 00000 /src/pycryptodome/src/MD5.c:309
0 0 None 0 0 md5_finalize(t_hash_state*,unsignedchar*) call site: 00000 /src/pycryptodome/src/MD5.c:270

Runtime coverage analysis

Covered functions
12
Functions that are reachable but not covered
2
Reachable functions
25
Percentage of reachable functions covered
92.0%
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/pcd_hash_fuzzer.cc 1
/src/pycryptodome/src/MD5.c 7
/src/pycryptodome/src/endianess.h 4

Fuzzer: aes_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 0 0.0%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 43 100.%
All colors 43 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
0 0 None 0 0 rijndaelKeySetupEnc(unsignedint*,unsignedcharconst*,unsignedint) call site: 00000 /src/pycryptodome/src/AES.c:778
0 0 None 0 0 AES_stop_operation(_BlockBase*) call site: 00000 /src/pycryptodome/src/block_common.c:93
0 0 None 0 0 AES_start_operation(unsignedcharconst*,unsignedlong,AES_State**) call site: 00000 /src/pycryptodome/src/block_common.c:111
0 0 None 0 0 AES_encrypt(_BlockBaseconst*,unsignedcharconst*,unsignedchar*,unsignedlong) call site: 00000 /src/pycryptodome/src/block_common.c:52
0 0 None 0 0 AES_decrypt(_BlockBaseconst*,unsignedcharconst*,unsignedchar*,unsignedlong) call site: 00000 /src/pycryptodome/src/block_common.c:74

Runtime coverage analysis

Covered functions
16
Functions that are reachable but not covered
1
Reachable functions
32
Percentage of reachable functions covered
96.88%
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/pcd_aes_fuzzer.cc 1
/src/pycryptodome/src/block_common.c 4
/src/pycryptodome/src/AES.c 8
/src/pycryptodome/src/endianess.h 3

Fuzzer: ripemd160_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 0 0.0%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 1 7.69%
lawngreen 50+ 12 92.3%
All colors 13 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
0 0 None 0 0 ripemd160_init(hash_state**) call site: 00000 /src/pycryptodome/src/RIPEMD160.c:153
0 0 None 0 0 ripemd160_init(hash_state**) call site: 00000 /src/pycryptodome/src/RIPEMD160.c:158
0 0 None 0 0 ripemd160_digest(hash_stateconst*,unsignedchar*) call site: 00000 /src/pycryptodome/src/RIPEMD160.c:308

Runtime coverage analysis

Covered functions
10
Functions that are reachable but not covered
1
Reachable functions
20
Percentage of reachable functions covered
95.0%
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/pcd_hash_fuzzer.cc 1
/src/pycryptodome/src/RIPEMD160.c 5
/src/pycryptodome/src/endianess.h 4

Fuzzer: sha224_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 0 0.0%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 18 100.%
All colors 18 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
0 0 None 0 0 SHA224_init(t_hash_state**) call site: 00000 /src/pycryptodome/src/hash_SHA2_template.c:305
0 0 None 0 0 SHA224_init(t_hash_state**) call site: 00000 /src/pycryptodome/src/hash_SHA2_template.c:310
0 0 None 0 0 SHA224_update(t_hash_state*,unsignedcharconst*,unsignedlong) call site: 00000 /src/pycryptodome/src/hash_SHA2_template.c:368
0 0 None 0 0 SHA224_digest(t_hash_stateconst*,unsignedchar*,unsignedlong) call site: 00000 /src/pycryptodome/src/hash_SHA2_template.c:428
0 0 None 0 0 SHA224_digest(t_hash_stateconst*,unsignedchar*,unsignedlong) call site: 00000 /src/pycryptodome/src/hash_SHA2_template.c:432
0 0 None 0 0 sha_finalize(t_hash_state*,unsignedchar*,unsignedlong) call site: 00000 /src/pycryptodome/src/hash_SHA2_template.c:382
0 0 None 0 0 sha_finalize(t_hash_state*,unsignedchar*,unsignedlong) call site: 00000 /src/pycryptodome/src/hash_SHA2_template.c:387

Runtime coverage analysis

Covered functions
12
Functions that are reachable but not covered
2
Reachable functions
25
Percentage of reachable functions covered
92.0%
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/pcd_hash_fuzzer.cc 1
/src/pycryptodome/src/hash_SHA2_template.c 8
/src/pycryptodome/src/endianess.h 3

Fuzzer: sha256_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 0 0.0%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 18 100.%
All colors 18 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
0 0 None 0 0 SHA256_init(t_hash_state**) call site: 00000 /src/pycryptodome/src/hash_SHA2_template.c:305
0 0 None 0 0 SHA256_init(t_hash_state**) call site: 00000 /src/pycryptodome/src/hash_SHA2_template.c:310
0 0 None 0 0 SHA256_update(t_hash_state*,unsignedcharconst*,unsignedlong) call site: 00000 /src/pycryptodome/src/hash_SHA2_template.c:368
0 0 None 0 0 SHA256_digest(t_hash_stateconst*,unsignedchar*,unsignedlong) call site: 00000 /src/pycryptodome/src/hash_SHA2_template.c:428
0 0 None 0 0 SHA256_digest(t_hash_stateconst*,unsignedchar*,unsignedlong) call site: 00000 /src/pycryptodome/src/hash_SHA2_template.c:432
0 0 None 0 0 sha_finalize(t_hash_state*,unsignedchar*,unsignedlong) call site: 00000 /src/pycryptodome/src/hash_SHA2_template.c:382
0 0 None 0 0 sha_finalize(t_hash_state*,unsignedchar*,unsignedlong) call site: 00000 /src/pycryptodome/src/hash_SHA2_template.c:387

Runtime coverage analysis

Covered functions
12
Functions that are reachable but not covered
2
Reachable functions
25
Percentage of reachable functions covered
92.0%
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/pcd_hash_fuzzer.cc 1
/src/pycryptodome/src/hash_SHA2_template.c 8
/src/pycryptodome/src/endianess.h 3

Fuzzer: sha384_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 0 0.0%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 18 100.%
All colors 18 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
0 0 None 0 0 SHA384_init(t_hash_state**) call site: 00000 /src/pycryptodome/src/hash_SHA2_template.c:305
0 0 None 0 0 SHA384_init(t_hash_state**) call site: 00000 /src/pycryptodome/src/hash_SHA2_template.c:310
0 0 None 0 0 SHA384_update(t_hash_state*,unsignedcharconst*,unsignedlong) call site: 00000 /src/pycryptodome/src/hash_SHA2_template.c:368
0 0 None 0 0 SHA384_digest(t_hash_stateconst*,unsignedchar*,unsignedlong) call site: 00000 /src/pycryptodome/src/hash_SHA2_template.c:428
0 0 None 0 0 SHA384_digest(t_hash_stateconst*,unsignedchar*,unsignedlong) call site: 00000 /src/pycryptodome/src/hash_SHA2_template.c:432
0 0 None 0 0 add_bits(t_hash_state*,unsignedlong) call site: 00000 /src/pycryptodome/src/hash_SHA2_template.c:162
0 0 None 0 0 sha_finalize(t_hash_state*,unsignedchar*,unsignedlong) call site: 00000 /src/pycryptodome/src/hash_SHA2_template.c:382
0 0 None 0 0 sha_finalize(t_hash_state*,unsignedchar*,unsignedlong) call site: 00000 /src/pycryptodome/src/hash_SHA2_template.c:387

Runtime coverage analysis

Covered functions
12
Functions that are reachable but not covered
2
Reachable functions
25
Percentage of reachable functions covered
92.0%
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/pcd_hash_fuzzer.cc 1
/src/pycryptodome/src/hash_SHA2_template.c 8
/src/pycryptodome/src/endianess.h 3

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/pycryptodome/src/AES.c ['aes_fuzzer'] ['aes_fuzzer']
/src/pcd_hash_fuzzer.cc ['md2_fuzzer', 'md4_fuzzer', 'md5_fuzzer', 'ripemd160_fuzzer', 'sha224_fuzzer', 'sha256_fuzzer', 'sha384_fuzzer'] ['md2_fuzzer', 'md4_fuzzer', 'md5_fuzzer', 'ripemd160_fuzzer', 'sha224_fuzzer', 'sha256_fuzzer', 'sha384_fuzzer']
/src/pycryptodome/src/MD5.c ['md5_fuzzer'] ['md5_fuzzer']
/src/pycryptodome/src/endianess.h ['md4_fuzzer', 'md5_fuzzer', 'aes_fuzzer', 'ripemd160_fuzzer', 'sha224_fuzzer', 'sha256_fuzzer', 'sha384_fuzzer'] ['md4_fuzzer', 'md5_fuzzer', 'aes_fuzzer', 'ripemd160_fuzzer', 'sha224_fuzzer', 'sha256_fuzzer', 'sha384_fuzzer']
/src/pcd_aes_fuzzer.cc ['aes_fuzzer'] ['aes_fuzzer']
/src/pycryptodome/src/block_common.c ['aes_fuzzer'] ['aes_fuzzer']
/src/pycryptodome/src/RIPEMD160.c ['ripemd160_fuzzer'] ['ripemd160_fuzzer']
/src/pycryptodome/src/MD2.c ['md2_fuzzer'] ['md2_fuzzer']
/src/pycryptodome/src/hash_SHA2_template.c ['sha224_fuzzer', 'sha256_fuzzer', 'sha384_fuzzer'] ['sha224_fuzzer', 'sha256_fuzzer', 'sha384_fuzzer']
/src/pycryptodome/src/MD4.c ['md4_fuzzer'] ['md4_fuzzer']
/usr/local/bin/../include/c++/v1/stdexcept [] []

Directories in report

Directory
/src/
/src/pycryptodome/src/
/usr/local/bin/../include/c++/v1/