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

Project functions overview

The following table shows data about each function in the project. The functions included in this table correspond to all functions that exist in the executables of the fuzzers. As such, there may be functions that are from third-party libraries.

For further technical details on the meaning of columns in the below table, please see the Glossary .

Func name Functions filename Args Function call depth Reached by Fuzzers Runtime reached by Fuzzers Combined reached by Fuzzers Fuzzers runtime hit Func lines hit % I Count BB Count Cyclomatic complexity Functions reached Reached by functions Accumulated cyclomatic complexity Undiscovered complexity

Fuzzer details

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

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
17 0 EP call site: 00000 __cxa_allocate_exception

Runtime coverage analysis

Covered functions
0
Functions that are reachable but not covered
17
Reachable functions
17
Percentage of reachable functions covered
0.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/crow/tests/fuzz/b64_fuzzer.cpp 2
/src/crow/include/crow/utility.h 5
/usr/local/bin/../include/c++/v1/__exception/exception.h 1

Fuzzer: json_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 43 25.7%
gold [1:9] 3 1.79%
yellow [10:29] 1 0.59%
greenyellow [30:49] 3 1.79%
lawngreen 50+ 117 70.0%
All colors 167 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
10 47 crow::json::rvalue::s() const call site: 00047 __cxa_allocate_exception
5 86 crow::json::rvalue::begin() const call site: 00086 __cxa_allocate_exception
5 93 crow::json::rvalue::end() const call site: 00093 __cxa_allocate_exception
5 127 crow::json::rvalue::keys() const call site: 00127 __cxa_allocate_exception
5 136 crow::json::rvalue::operator[](std::__1::basic_string , std::__1::allocator > const&) const call site: 00136 __cxa_allocate_exception
4 155 bool crow::json::detail::r_string::equals , std::__1::allocator > >(crow::json::detail::r_string const&, std::__1::basic_string , std::__1::allocator > const&) call site: 00155 __cxa_allocate_exception
3 9 crow::json::load_nocopy_internal(char*, unsigned long)::Parser::decode_list(unsigned int) call site: 00009 __clang_call_terminate
2 24 crow::json::load_nocopy_internal(char*, unsigned long)::Parser::decode_string() call site: 00024 __clang_call_terminate
1 27 crow::json::load_nocopy_internal(char*, unsigned long)::Parser::decode_string() call site: 00027
1 32 crow::json::rvalue::determine_num_type() call site: 00032 __clang_call_terminate
1 79 crow::json::load_nocopy_internal(char*, unsigned long)::Parser::decode_object(unsigned int) call site: 00079
1 165 LLVMFuzzerTestOneInput call site: 00165 __cxa_end_catch

Runtime coverage analysis

Covered functions
49
Functions that are reachable but not covered
14
Reachable functions
102
Percentage of reachable functions covered
86.27%
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/crow/tests/fuzz/json_fuzzer.cpp 1
/src/crow/include/crow/json.h 44

Fuzzer: template_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 33 21.4%
gold [1:9] 4 2.59%
yellow [10:29] 8 5.19%
greenyellow [30:49] 4 2.59%
lawngreen 50+ 105 68.1%
All colors 154 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
12 136 crow::mustache::template_t::render_internal(int, int, std::__1::vector >&, std::__1::basic_string , std::__1::allocator >&, int) const call site: 00136 __cxa_allocate_exception
8 33 crow::mustache::template_t::parse() call site: 00033 __cxa_allocate_exception
5 50 crow::mustache::template_t::parse() call site: 00050 __cxa_allocate_exception
5 113 crow::mustache::template_t::render_internal(int, int, std::__1::vector >&, std::__1::basic_string , std::__1::allocator >&, int) const call site: 00113
1 5 crow::mustache::template_t::parse() call site: 00005
1 62 crow::json::wvalue::wvalue() call site: 00062
1 68 build_context_object(FuzzedDataProvider&) call site: 00068

Runtime coverage analysis

Covered functions
46
Functions that are reachable but not covered
24
Reachable functions
84
Percentage of reachable functions covered
71.43%
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/crow/tests/fuzz/template_fuzzer.cpp 2
/src/crow/include/crow/mustache.h 15
/usr/local/bin/../include/c++/v1/__exception/exception.h 1
/src/crow/include/crow/json.h 11
/src/crow/include/crow/returnable.h 2
/src/crow/include/crow/utility.h 4

Fuzzer: http_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 121 53.3%
gold [1:9] 25 11.0%
yellow [10:29] 17 7.48%
greenyellow [30:49] 2 0.88%
lawngreen 50+ 62 27.3%
All colors 227 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
32 190 void crow::Router::handle >(crow::request&, crow::response&, crow::routing_handle_result) call site: 00190 __cxa_allocate_exception
29 56 crow::Trie::find(std::__1::basic_string , std::__1::allocator > const&, crow::Trie::Node const&, unsigned long, crow::routing_params*, std::__1::vector >*) const call site: 00056 __errno_location
18 150 crow::Router::handle_initial(crow::request&, crow::response&) call site: 00150
10 118 crow::Router::handle_initial(crow::request&, crow::response&) call site: 00118
9 102 crow::Router::handle_initial(crow::request&, crow::response&) call site: 00102 __cxa_guard_acquire
6 130 crow::Router::handle_initial(crow::request&, crow::response&) call site: 00130
3 181 crow::Router::get_catch_all(crow::routing_handle_result const&) call site: 00181
2 27 LLVMFuzzerTestOneInput call site: 00027
2 186 void crow::Router::handle >(crow::request&, crow::response&, crow::routing_handle_result) call site: 00186 __cxa_begin_catch
1 2 LLVMFuzzerTestOneInput call site: 00002
1 6 crow::Crow<>::Crow() call site: 00006
1 9 LLVMFuzzerTestOneInput call site: 00009

Runtime coverage analysis

Covered functions
68
Functions that are reachable but not covered
98
Reachable functions
186
Percentage of reachable functions covered
47.31%
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/crow/tests/fuzz/http_fuzzer.cpp 1
/src/crow/include/crow/app.h 7
/src/crow/include/crow/routing.h 30
/src/crow/include/crow/logging.h 17
/src/crow/include/crow/parser.h 4
/src/crow/include/crow/http_request.h 3
/src/crow/include/crow/query_string.h 2
/src/crow/include/crow/http_parser_merged.h 3
/src/crow/include/crow/http_response.h 10
/src/crow/include/crow/common.h 10

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

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
15 0 EP call site: 00000 __cxa_guard_acquire

Runtime coverage analysis

Covered functions
0
Functions that are reachable but not covered
14
Reachable functions
14
Percentage of reachable functions covered
0.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/crow/tests/fuzz/request_fuzzer.cpp 3

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
crow::Crow<>::run() /src/crow/include/crow/app.h 1 ['N/A'] 56 0 326 50 45 2070 1 4075 3698
crow::HTTPParser >>::on_message_complete(crow::http_parser*) /src/crow/include/crow/parser.h 1 ['N/A'] 19 0 21 3 2 751 0 1848 604
crow::HTTPParser >>::on_message_complete(crow::http_parser*) /src/crow/include/crow/parser.h 1 ['N/A'] 21 0 21 3 2 673 0 1727 295
crow::Server ,crow::TCPAcceptor,crow::SocketAdaptor>::run()::{lambda()#1}::operator()()const /src/crow/include/crow/http_server.h 1 ['N/A'] 12 0 228 37 28 386 0 701 292
asio::execution_context::service*asio::detail::service_registry::create (void*) /usr/include/asio/detail/impl/service_registry.hpp 1 ['N/A'] 16 0 36 6 6 249 0 486 139
crow::TaggedRule ,std::__1::allocator >,long>::operator() (start_web_server()::$_0&&)::{lambda(crow::request&,crow::response&,std::__1::basic_string ,std::__1::allocator >,long)#1}::operator()(crow::request&,crow::response&,std::__1::basic_string ,std::__1::allocator >,long)const /src/crow/include/crow/routing.h 5 ['N/A', 'N/A', 'N/A', 'N/A', 'size_t'] 6 0 25 3 2 35 0 136 116
asio::execution_context::service*asio::detail::service_registry::create (void*) /usr/include/asio/detail/impl/service_registry.hpp 1 ['N/A'] 8 0 36 6 6 131 0 237 95
crow::TaggedRule ,std::__1::allocator >>::operator() ::add_static_dir()::{lambda(crow::response&,std::__1::basic_string ,std::__1::allocator >)#1}>(crow::Crow<>::add_static_dir()::{lambda(crow::response&,std::__1::basic_string ,std::__1::allocator >)#1}&&)::{lambda(crow::request&,crow::response&,std::__1::basic_string ,std::__1::allocator >)#1}::operator()(crow::request,crow::response&,std::__1::basic_string ,std::__1::allocator >)const /src/crow/include/crow/routing.h 4 ['N/A', 'N/A', 'N/A', 'N/A'] 8 0 24 3 2 48 0 168 89
asio::detail::signal_set_service::shutdown() /usr/include/asio/detail/impl/signal_set_service.ipp 1 ['N/A'] 6 0 85 14 15 86 0 187 69
crow::json::wvalue::dump_internal(crow::json::wvalueconst&,std::__1::basic_string ,std::__1::allocator >&,unsignedlong,char,int)const /src/crow/include/crow/json.h 6 ['N/A', 'N/A', 'N/A', 'size_t', 'char', 'int'] 5 0 612 108 21 34 3 94 57

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

Functions statically reachable by fuzzers
83.0%
1425 / 1724
Cyclomatic complexity statically reachable by fuzzers
86.0%
7057 / 8182

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.

/src/crow/tests/fuzz/b64_fuzzer.cpp

Dictionary

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


/src/crow/tests/fuzz/json_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=['crow::json::rvalue::s() const', 'crow::json::rvalue::begin() const', 'crow::json::rvalue::end() const', 'crow::json::rvalue::keys() const', 'crow::json::rvalue::operator[](std::__1::basic_string, std::__1::allocator > const&) const', 'bool crow::json::detail::r_string::equals, std::__1::allocator > >(crow::json::detail::r_string const&, std::__1::basic_string, std::__1::allocator > const&)', 'crow::json::load_nocopy_internal(char*, unsigned long)::Parser::decode_list(unsigned int)', 'crow::json::load_nocopy_internal(char*, unsigned long)::Parser::decode_string()', 'crow::json::load_nocopy_internal(char*, unsigned long)::Parser::decode_string()', 'crow::json::rvalue::determine_num_type()']

/src/crow/tests/fuzz/template_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=['crow::mustache::template_t::render_internal(int, int, std::__1::vector >&, std::__1::basic_string, std::__1::allocator >&, int) const', 'crow::mustache::template_t::parse()', 'crow::mustache::template_t::parse()', 'crow::mustache::template_t::render_internal(int, int, std::__1::vector >&, std::__1::basic_string, std::__1::allocator >&, int) const', 'crow::mustache::template_t::parse()', 'crow::json::wvalue::wvalue()', 'build_context_object(FuzzedDataProvider&)']

/src/crow/tests/fuzz/http_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=['void crow::Router::handle >(crow::request&, crow::response&, crow::routing_handle_result)', 'crow::Trie::find(std::__1::basic_string, std::__1::allocator > const&, crow::Trie::Node const&, unsigned long, crow::routing_params*, std::__1::vector >*) const', 'crow::Router::handle_initial(crow::request&, crow::response&)', 'crow::Router::handle_initial(crow::request&, crow::response&)', 'crow::Router::handle_initial(crow::request&, crow::response&)', 'crow::Router::handle_initial(crow::request&, crow::response&)', 'crow::Router::get_catch_all(crow::routing_handle_result const&)', 'LLVMFuzzerTestOneInput', 'void crow::Router::handle >(crow::request&, crow::response&, crow::routing_handle_result)']

/src/crow/tests/fuzz/request_fuzzer.cpp

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
[] []
/usr/include/asio/detail/handler_cont_helpers.hpp [] []
/src/crow/include/crow/http_response.h ['http_fuzzer'] ['http_fuzzer']
/usr/include/asio/basic_socket_acceptor.hpp [] []
/usr/include/asio/detail/null_event.hpp [] []
/usr/include/asio/detail/scheduler_operation.hpp [] []
/usr/include/asio/associated_allocator.hpp [] []
/usr/local/bin/../include/c++/v1/string [] []
/usr/include/asio/detail/atomic_count.hpp [] []
/usr/include/asio/io_context.hpp [] []
/src/crow/include/crow/http_parser_merged.h ['http_fuzzer'] ['http_fuzzer']
/usr/include/asio/detail/reactive_socket_service.hpp [] []
/usr/include/asio/completion_condition.hpp [] []
/usr/include/asio/detail/op_queue.hpp [] []
/usr/include/asio/handler_invoke_hook.hpp [] []
/usr/include/asio/detail/buffer_sequence_adapter.hpp [] []
/usr/include/asio/detail/impl/service_registry.ipp [] []
/usr/include/asio/ip/detail/endpoint.hpp [] []
/usr/include/asio/ip/tcp.hpp [] []
/usr/include/asio/local/detail/impl/endpoint.ipp [] []
/usr/include/asio/detail/keyword_tss_ptr.hpp [] []
/usr/include/asio/detail/scheduler_thread_info.hpp [] []
/src/crow/include/crow/logging.h ['http_fuzzer'] ['http_fuzzer']
/usr/include/asio/impl/handler_alloc_hook.ipp [] []
/usr/include/asio/detail/impl/posix_thread.ipp [] []
/usr/include/asio/impl/post.hpp [] []
/usr/include/asio/detail/tss_ptr.hpp [] []
/usr/include/asio/ip/bad_address_cast.hpp [] []
/usr/include/asio/detail/socket_option.hpp [] []
/src/crow/tests/fuzz/b64_fuzzer.cpp ['b64_fuzzer'] []
/usr/include/asio/detail/thread_info_base.hpp [] []
/usr/include/asio/detail/impl/posix_event.ipp [] []
/usr/include/asio/detail/deadline_timer_service.hpp [] []
/usr/include/asio/detail/timer_queue_base.hpp [] []
/usr/include/asio/executor_work_guard.hpp [] []
/usr/include/asio/detail/wait_handler.hpp [] []
/usr/include/asio/buffer.hpp [] []
/usr/include/asio/ip/impl/address.hpp [] []
/usr/local/bin/../include/c++/v1/stdexcept [] []
/usr/include/asio/detail/std_fenced_block.hpp [] []
/usr/include/asio/detail/impl/epoll_reactor.hpp [] []
/usr/include/asio/detail/impl/signal_set_service.ipp [] []
/usr/include/asio/detail/conditionally_enabled_mutex.hpp [] []
/src/crow/include/crow/utility.h ['b64_fuzzer', 'template_fuzzer'] ['template_fuzzer']
/usr/include/asio/impl/execution_context.hpp [] []
/usr/include/asio/detail/impl/null_event.ipp [] []
/usr/include/asio/detail/posix_mutex.hpp [] []
/usr/include/asio/impl/io_context.ipp [] []
/usr/include/asio/detail/eventfd_select_interrupter.hpp [] []
/usr/include/asio/ip/impl/address_v6.ipp [] []
/usr/include/asio/detail/throw_exception.hpp [] []
/usr/include/asio/basic_io_object.hpp [] []
/usr/include/asio/detail/posix_event.hpp [] []
/usr/local/bin/../include/c++/v1/__exception/exception.h ['b64_fuzzer', 'template_fuzzer'] []
/usr/include/asio/detail/impl/reactive_socket_service_base.ipp [] []
/usr/include/asio/local/basic_endpoint.hpp [] []
/usr/include/asio/detail/handler_invoke_helpers.hpp [] []
/usr/include/asio/local/stream_protocol.hpp [] []
/usr/include/asio/detail/consuming_buffers.hpp [] []
/usr/include/asio/error.hpp [] []
/usr/include/asio/basic_socket.hpp [] []
/usr/include/asio/detail/posix_static_mutex.hpp [] []
/usr/local/bin/../include/c++/v1/sstream [] []
/usr/local/bin/../include/c++/v1/__algorithm/simd_utils.h [] []
/usr/include/asio/ip/detail/impl/endpoint.ipp [] []
/usr/include/asio/ip/address_v4.hpp [] []
/usr/local/bin/../include/c++/v1/__exception/exception_ptr.h [] []
/usr/include/asio/detail/work_dispatcher.hpp [] []
/usr/local/bin/../include/c++/v1/typeinfo [] []
/usr/include/asio/detail/impl/epoll_reactor.ipp [] []
/usr/include/asio/detail/impl/timer_queue_set.ipp [] []
/src/crow/include/crow/query_string.h ['http_fuzzer'] ['http_fuzzer']
/usr/include/asio/async_result.hpp [] []
/src/crow/include/crow/middleware.h [] []
/usr/include/asio/detail/recycling_allocator.hpp [] []
/usr/include/asio/impl/io_context.hpp [] []
/usr/include/asio/detail/posix_global.hpp [] []
/usr/include/asio/ip/basic_endpoint.hpp [] []
/src/crow/include/crow/socket_acceptors.h [] []
/src/crow/include/crow/routing.h ['http_fuzzer'] ['http_fuzzer']
/usr/include/asio/detail/impl/socket_ops.ipp [] []
/src/crow/include/crow/task_timer.h [] []
/usr/include/asio/impl/system_context.ipp [] []
/src/crow/include/crow/json.h ['json_fuzzer', 'template_fuzzer'] ['json_fuzzer', 'template_fuzzer']
/usr/include/asio/basic_stream_socket.hpp [] []
/usr/include/asio/detail/call_stack.hpp [] []
/usr/include/asio/execution_context.hpp [] []
/usr/include/asio/detail/object_pool.hpp [] []
/usr/include/asio/ip/impl/basic_endpoint.hpp [] []
/usr/include/asio/detail/reactive_socket_service_base.hpp [] []
/usr/include/asio/detail/impl/service_registry.hpp [] []
/usr/include/asio/detail/executor_op.hpp [] []
/src/crow/tests/fuzz/request_fuzzer.cpp ['request_fuzzer'] []
/usr/include/asio/handler_continuation_hook.hpp [] []
/usr/include/asio/detail/posix_signal_blocker.hpp [] []
/usr/include/asio/impl/error_code.ipp [] []
/usr/include/asio/detail/signal_op.hpp [] []
/src/crow/include/crow/http_server.h [] []
/usr/include/asio/detail/conditionally_enabled_event.hpp [] []
/usr/include/asio/detail/scoped_ptr.hpp [] []
/usr/include/asio/detail/impl/throw_error.ipp [] []
/src/crow/include/crow/ci_map.h [] []
/src/crow/include/crow/http_request.h ['http_fuzzer'] ['http_fuzzer']
/usr/include/asio/detail/bind_handler.hpp [] []
/usr/include/asio/detail/impl/scheduler.ipp [] []
/usr/include/asio/socket_base.hpp [] []
/usr/include/asio/detail/scheduler.hpp [] []
/usr/include/asio/detail/wait_op.hpp [] []
/src/crow/include/crow/returnable.h ['template_fuzzer'] ['template_fuzzer']
/src/crow/tests/fuzz/http_fuzzer.cpp ['http_fuzzer'] ['http_fuzzer']
/usr/include/asio/basic_waitable_timer.hpp [] []
/usr/include/asio/local/detail/endpoint.hpp [] []
/usr/include/asio/detail/handler_work.hpp [] []
/src/crow/include/crow/app.h ['http_fuzzer'] ['http_fuzzer']
/usr/include/asio/detail/throw_error.hpp [] []
/usr/include/asio/ip/impl/address.ipp [] []
/usr/include/asio/detail/impl/eventfd_select_interrupter.ipp [] []
/src/crow/include/crow/socket_adaptors.h [] []
/usr/include/asio/signal_set.hpp [] []
/usr/include/asio/detail/reactor_op.hpp [] []
/usr/include/asio/detail/epoll_reactor.hpp [] []
/usr/include/asio/impl/write.hpp [] []
/usr/include/asio/associated_executor.hpp [] []
/usr/include/asio/detail/thread_group.hpp [] []
/usr/include/asio/detail/reactive_socket_accept_op.hpp [] []
/src/crow/include/crow/common.h ['http_fuzzer'] ['http_fuzzer']
/usr/include/asio/detail/socket_holder.hpp [] []
/usr/include/asio/wait_traits.hpp [] []
/src/crow/include/crow/mustache.h ['template_fuzzer'] ['template_fuzzer']
/usr/include/asio/detail/chrono_time_traits.hpp [] []
/usr/include/asio/detail/impl/posix_mutex.ipp [] []
/usr/include/asio/impl/error.ipp [] []
/usr/include/asio/impl/system_executor.hpp [] []
/usr/include/asio/ip/address.hpp [] []
/usr/include/asio/detail/timer_queue.hpp [] []
/usr/include/asio/system_executor.hpp [] []
/usr/include/asio/detail/noncopyable.hpp [] []
/src/crow/include/crow/parser.h ['http_fuzzer'] ['http_fuzzer']
/usr/include/asio/detail/signal_set_service.hpp [] []
/usr/include/asio/impl/execution_context.ipp [] []
/usr/include/asio/detail/handler_alloc_helpers.hpp [] []
/usr/include/asio/ip/impl/address_v4.ipp [] []
/usr/include/asio/detail/scoped_lock.hpp [] []
/usr/include/asio/detail/service_registry.hpp [] []
/src/crow/tests/fuzz/json_fuzzer.cpp ['json_fuzzer'] ['json_fuzzer']
/src/crow/tests/fuzz/template_fuzzer.cpp ['template_fuzzer'] ['template_fuzzer']
/src/crow/include/crow/http_connection.h [] []
/usr/include/asio/ip/address_v6.hpp [] []
/usr/include/asio/detail/reactive_socket_recv_op.hpp [] []
/usr/include/asio/detail/signal_handler.hpp [] []

Directories in report

Directory
/usr/include/asio/detail/impl/
/usr/include/asio/detail/
/usr/include/asio/local/detail/
/usr/include/asio/
/usr/include/asio/ip/impl/
/usr/local/bin/../include/c++/v1/__exception/
/usr/local/bin/../include/c++/v1/__algorithm/
/usr/include/asio/local/
/usr/include/asio/impl/
/usr/include/asio/ip/detail/
/usr/include/asio/ip/detail/impl/
/usr/local/bin/../include/c++/v1/
/usr/include/asio/local/detail/impl/
/usr/include/asio/ip/
/src/crow/tests/fuzz/
/src/crow/include/crow/