Fuzz introspector
For issues and ideas: https://github.com/ossf/fuzz-introspector/issues
Report generation date: 2025-07-11

Project overview: easywsclient

High level conclusions

Reachability and coverage overview

Functions statically reachable by fuzzers
14.0%
5 / 36
Cyclomatic complexity statically reachable by fuzzers
23.0%
35 / 153
Runtime code coverage of functions
22.0%
8 / 36

Warning: The number of runtime covered functions are larger than the number of reachable functions. This means that Fuzz Introspector found there are more functions covered at runtime than what is considered reachable based on the static analysis. This is a limitation in the analysis as anything covered at runtime is by definition reachable by the fuzzers.
This is likely due to a limitation in the static analysis. In this case, the count of functions covered at runtime is the true value, which means this is what should be considered "achieved" by the fuzzer.

Use the project functions table below to query all functions that were not covered at runtime.

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: /src/inspector/source-code/src/easyws_fuzzer.cpp

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 9 16.0%
gold [1:9] 2 3.57%
yellow [10:29] 4 7.14%
greenyellow [30:49] 3 5.35%
lawngreen 50+ 38 67.8%
All colors 56 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
10 10 6 :

['operator delete(void*)', 'setsockopt', 'operator new(unsigned long)', 'recv', 'fcntl', '(anonymous namespace)::_RealWebSocket::_RealWebSocket(int, bool)']

10 10 (anonymousnamespace)::from_url(std::__1::basic_string ,std::__1::allocator >const&,bool,std::__1::basic_string ,std::__1::allocator >const&) call site: 00000 /src/easywsclient/easywsclient.cpp:515
0 0 None 26 26 (anonymousnamespace)::from_url(std::__1::basic_string ,std::__1::allocator >const&,bool,std::__1::basic_string ,std::__1::allocator >const&) call site: 00000 /src/easywsclient/easywsclient.cpp:506
0 0 None 2 2 (anonymousnamespace)::hostname_connect(std::__1::basic_string ,std::__1::allocator >const&,int) call site: 00000 /src/easywsclient/easywsclient.cpp:103
0 0 None 0 0 (anonymousnamespace)::from_url(std::__1::basic_string ,std::__1::allocator >const&,bool,std::__1::basic_string ,std::__1::allocator >const&) call site: 00000 /src/easywsclient/easywsclient.cpp:465

Runtime coverage analysis

Covered functions
4
Functions that are reachable but not covered
18
Reachable functions
25
Percentage of reachable functions covered
28.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/inspector/source-code/src/easyws_fuzzer.cpp 1
/src/easywsclient/easywsclient.cpp 4
/src/easywsclient/./easywsclient.hpp 1

Fuzzer: easyws_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 9 16.0%
gold [1:9] 2 3.57%
yellow [10:29] 4 7.14%
greenyellow [30:49] 3 5.35%
lawngreen 50+ 38 67.8%
All colors 56 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
10 10 6 :

['operator delete(void*)', 'setsockopt', 'operator new(unsigned long)', 'recv', 'fcntl', '(anonymous namespace)::_RealWebSocket::_RealWebSocket(int, bool)']

10 10 (anonymousnamespace)::from_url(std::__1::basic_string ,std::__1::allocator >const&,bool,std::__1::basic_string ,std::__1::allocator >const&) call site: 00000 /src/easywsclient/easywsclient.cpp:515
0 0 None 26 26 (anonymousnamespace)::from_url(std::__1::basic_string ,std::__1::allocator >const&,bool,std::__1::basic_string ,std::__1::allocator >const&) call site: 00000 /src/easywsclient/easywsclient.cpp:506
0 0 None 2 2 (anonymousnamespace)::hostname_connect(std::__1::basic_string ,std::__1::allocator >const&,int) call site: 00000 /src/easywsclient/easywsclient.cpp:103
0 0 None 0 0 (anonymousnamespace)::from_url(std::__1::basic_string ,std::__1::allocator >const&,bool,std::__1::basic_string ,std::__1::allocator >const&) call site: 00000 /src/easywsclient/easywsclient.cpp:465

Runtime coverage analysis

Covered functions
4
Functions that are reachable but not covered
18
Reachable functions
25
Percentage of reachable functions covered
28.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/easyws_fuzzer.cpp 1
/src/easywsclient/easywsclient.cpp 4
/src/easywsclient/./easywsclient.hpp 1

Fuzzer: /src/inspector/light/source_files/src/easyws_fuzzer.cpp

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 9 16.0%
gold [1:9] 2 3.57%
yellow [10:29] 4 7.14%
greenyellow [30:49] 3 5.35%
lawngreen 50+ 38 67.8%
All colors 56 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
10 10 6 :

['operator delete(void*)', 'setsockopt', 'operator new(unsigned long)', 'recv', 'fcntl', '(anonymous namespace)::_RealWebSocket::_RealWebSocket(int, bool)']

10 10 (anonymousnamespace)::from_url(std::__1::basic_string ,std::__1::allocator >const&,bool,std::__1::basic_string ,std::__1::allocator >const&) call site: 00000 /src/easywsclient/easywsclient.cpp:515
0 0 None 26 26 (anonymousnamespace)::from_url(std::__1::basic_string ,std::__1::allocator >const&,bool,std::__1::basic_string ,std::__1::allocator >const&) call site: 00000 /src/easywsclient/easywsclient.cpp:506
0 0 None 2 2 (anonymousnamespace)::hostname_connect(std::__1::basic_string ,std::__1::allocator >const&,int) call site: 00000 /src/easywsclient/easywsclient.cpp:103
0 0 None 0 0 (anonymousnamespace)::from_url(std::__1::basic_string ,std::__1::allocator >const&,bool,std::__1::basic_string ,std::__1::allocator >const&) call site: 00000 /src/easywsclient/easywsclient.cpp:465

Runtime coverage analysis

Covered functions
4
Functions that are reachable but not covered
18
Reachable functions
25
Percentage of reachable functions covered
28.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/inspector/light/source_files/src/easyws_fuzzer.cpp 1
/src/easywsclient/easywsclient.cpp 4
/src/easywsclient/./easywsclient.hpp 1

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.

/src/inspector/source-code/src/easyws_fuzzer.cpp

Dictionary

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


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['(anonymous namespace)::from_url(std::__1::basic_string, std::__1::allocator > const&, bool, std::__1::basic_string, std::__1::allocator > const&)', '(anonymous namespace)::from_url(std::__1::basic_string, std::__1::allocator > const&, bool, std::__1::basic_string, std::__1::allocator > const&)', '(anonymous namespace)::from_url(std::__1::basic_string, std::__1::allocator > const&, bool, std::__1::basic_string, std::__1::allocator > const&)']

/src/easyws_fuzzer.cpp

Dictionary

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


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['(anonymous namespace)::from_url(std::__1::basic_string, std::__1::allocator > const&, bool, std::__1::basic_string, std::__1::allocator > const&)', '(anonymous namespace)::from_url(std::__1::basic_string, std::__1::allocator > const&, bool, std::__1::basic_string, std::__1::allocator > const&)', '(anonymous namespace)::from_url(std::__1::basic_string, std::__1::allocator > const&, bool, std::__1::basic_string, std::__1::allocator > const&)']

/src/inspector/light/source_files/src/easyws_fuzzer.cpp

Dictionary

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


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['(anonymous namespace)::from_url(std::__1::basic_string, std::__1::allocator > const&, bool, std::__1::basic_string, std::__1::allocator > const&)', '(anonymous namespace)::from_url(std::__1::basic_string, std::__1::allocator > const&, bool, std::__1::basic_string, std::__1::allocator > const&)', '(anonymous namespace)::from_url(std::__1::basic_string, std::__1::allocator > const&, bool, std::__1::basic_string, std::__1::allocator > const&)']

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/source-code/src/easyws_fuzzer.cpp ['/src/inspector/source-code/src/easyws_fuzzer.cpp'] ['/src/inspector/source-code/src/easyws_fuzzer.cpp']
/src/easywsclient/./easywsclient.hpp ['/src/inspector/source-code/src/easyws_fuzzer.cpp', 'easyws_fuzzer', '/src/inspector/light/source_files/src/easyws_fuzzer.cpp'] []
/src/inspector/light/source_files/src/easyws_fuzzer.cpp ['/src/inspector/light/source_files/src/easyws_fuzzer.cpp'] ['/src/inspector/light/source_files/src/easyws_fuzzer.cpp']
/src/easywsclient/easywsclient.cpp ['/src/inspector/source-code/src/easyws_fuzzer.cpp', 'easyws_fuzzer', '/src/inspector/light/source_files/src/easyws_fuzzer.cpp'] ['/src/inspector/source-code/src/easyws_fuzzer.cpp', 'easyws_fuzzer', '/src/inspector/light/source_files/src/easyws_fuzzer.cpp']
/usr/local/bin/../include/c++/v1/stdexcept [] []
/src/easyws_fuzzer.cpp ['easyws_fuzzer'] ['easyws_fuzzer']

Directories in report

Directory
/usr/local/bin/../include/c++/v1/
/src/easywsclient/./
/src/inspector/light/source_files/src/
/src/inspector/source-code/src/
/src/easywsclient/
/src/