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
fuzzing/binary_reflection.cpp fuzzing/binary_reflection.cpp 12 2508 4 4 8 5 binary_reflection.cpp
fuzzing/csv_parsing.cpp fuzzing/csv_parsing.cpp 3 2512 1 1 3 2 csv_parsing.cpp
fuzzing/json_roundtrip_string.cpp fuzzing/json_roundtrip_string.cpp 10 2509 6 7 5 9 json_roundtrip_string.cpp
fuzzing/cbor_reflection.cpp fuzzing/cbor_reflection.cpp 5 2511 4 4 3 1 cbor_reflection.cpp
fuzzing/json_reflection.cpp fuzzing/json_reflection.cpp 6 2512 1 1 2 1 json_reflection.cpp
fuzzing/msgpack_reflection.cpp fuzzing/msgpack_reflection.cpp 3 2512 1 1 1 0 msgpack_reflection.cpp
fuzzing/msgpack_roundtrip_string.cpp fuzzing/msgpack_roundtrip_string.cpp 10 2509 6 6 5 9 msgpack_roundtrip_string.cpp
fuzzing/cbor_roundtrip_string.cpp fuzzing/cbor_roundtrip_string.cpp 10 2509 6 7 5 9 cbor_roundtrip_string.cpp
fuzzing/json_with_comments.cpp fuzzing/json_with_comments.cpp 4 2512 1 1 2 1 json_with_comments.cpp
fuzzing/json_roundtrip_floating.cpp fuzzing/json_roundtrip_floating.cpp 10 2509 6 7 8 13 json_roundtrip_floating.cpp
fuzzing/json_minify.cpp fuzzing/json_minify.cpp 4 2511 2 2 2 0 json_minify.cpp
fuzzing/json_roundtrip_int.cpp fuzzing/json_roundtrip_int.cpp 10 2509 6 7 10 15 json_roundtrip_int.cpp
fuzzing/cbor_roundtrip_int.cpp fuzzing/cbor_roundtrip_int.cpp 10 2509 6 7 10 15 cbor_roundtrip_int.cpp
fuzzing/json_generic.cpp fuzzing/json_generic.cpp 8 2510 4 3 7 6 json_generic.cpp
fuzzing/json_jmespath.cpp fuzzing/json_jmespath.cpp 12 2511 2 1 4 2 json_jmespath.cpp
fuzzing/cbor_roundtrip_floating.cpp fuzzing/cbor_roundtrip_floating.cpp 10 2509 6 7 8 13 cbor_roundtrip_floating.cpp
fuzzing/json_prettify.cpp fuzzing/json_prettify.cpp 4 2511 2 2 2 0 json_prettify.cpp
fuzzing/msgpack_roundtrip_floating.cpp fuzzing/msgpack_roundtrip_floating.cpp 10 2509 6 7 8 13 msgpack_roundtrip_floating.cpp
fuzzing/msgpack_roundtrip_int.cpp fuzzing/msgpack_roundtrip_int.cpp 10 2509 6 7 10 15 msgpack_roundtrip_int.cpp

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Analyses and suggestions

Optimal target analysis

Remaining optimal interesting functions

The following table shows a list of functions that are optimal targets. Optimal targets are identified by finding the functions that in combination, yield a high code coverage.

Func name Functions filename Arg count Args Function depth hitcount instr count bb count cyclomatic complexity Reachable functions Incoming references total cyclomatic complexity Unreached complexity
glz::parse_and_invoke /src/glaze/include/glaze/json/read.hpp 4 ['Value', 'is_context auto', 'auto', 'auto'] 6 0 131 35 43 92 0 211 211
glz::detail::cbor_to_json_value /src/glaze/include/glaze/cbor/cbor_to_json.hpp 6 ['auto', 'auto', 'auto', 'Buffer', 'auto', 'uint32_t'] 2 0 461 104 124 47 1 283 283
glz::detail::beve_to_json_value /src/glaze/include/glaze/beve/beve_to_json.hpp 6 ['auto', 'auto', 'auto', 'Buffer', 'auto', 'uint32_t'] 2 0 443 92 101 18 1 226 226
glz::stream_request /src/glaze/include/glaze/net/http_client.hpp 1 ['stream_request_params'] 8 0 8 2 1 166 0 155 155
glz::read_jmespath /src/glaze/include/glaze/json/jmespath.hpp 3 ['jmespath_expression', 'T', 'Buffer'] 5 0 215 55 67 74 0 199 153
glz::process_request_data /src/glaze/include/glaze/net/http_server.hpp 1 ['std::shared_ptr '] 11 0 93 19 32 148 9 171 141
glz::decltype(auto)::to_tie /src/glaze/include/glaze/reflection/to_tuple.hpp 1 ['T'] 1 0 388 130 130 1 0 130 130

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

Functions statically reachable by fuzzers
5.0%
122 / 2512
Cyclomatic complexity statically reachable by fuzzers
17.0%
1060 / 6080

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.

fuzzing/binary_reflection.cpp

Dictionary

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


fuzzing/csv_parsing.cpp

Dictionary

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


fuzzing/json_roundtrip_string.cpp

Dictionary

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


fuzzing/cbor_reflection.cpp

Dictionary

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


fuzzing/json_reflection.cpp

Dictionary

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


fuzzing/msgpack_reflection.cpp

Dictionary

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


fuzzing/msgpack_roundtrip_string.cpp

Dictionary

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


fuzzing/cbor_roundtrip_string.cpp

Dictionary

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


fuzzing/json_with_comments.cpp

Dictionary

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


fuzzing/json_roundtrip_floating.cpp

Dictionary

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


fuzzing/json_minify.cpp

Dictionary

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


fuzzing/json_roundtrip_int.cpp

Dictionary

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


fuzzing/cbor_roundtrip_int.cpp

Dictionary

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


fuzzing/json_generic.cpp

Dictionary

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


fuzzing/json_jmespath.cpp

Dictionary

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


fuzzing/cbor_roundtrip_floating.cpp

Dictionary

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


fuzzing/json_prettify.cpp

Dictionary

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


fuzzing/msgpack_roundtrip_floating.cpp

Dictionary

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


fuzzing/msgpack_roundtrip_int.cpp

Dictionary

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


Fuzz driver synthesis

New fuzzers

The below fuzzers are templates and suggestions for how to target the set of optimal functions above

read.hpp

Target file: /src/glaze/include/glaze/json/read.hpp
Target functions: glz::parse_and_invoke
#include "ada_fuzz_header.h"

int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
  af_safe_gb_init(data, size);

  /* target glz::parse_and_invoke */
  UNKNOWN_TYPE unknown_0;
  UNKNOWN_TYPE unknown_1;
  UNKNOWN_TYPE unknown_2;
  UNKNOWN_TYPE unknown_3;
  glz::parse_and_invoke(unknown_0, unknown_1, unknown_2, unknown_3);

  af_safe_gb_cleanup();
}

cbor_to_json.hpp

Target file: /src/glaze/include/glaze/cbor/cbor_to_json.hpp
Target functions: glz::detail::cbor_to_json_value
#include "ada_fuzz_header.h"

int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
  af_safe_gb_init(data, size);

  /* target glz::detail::cbor_to_json_value */
  UNKNOWN_TYPE unknown_4;
  UNKNOWN_TYPE unknown_5;
  UNKNOWN_TYPE unknown_6;
  UNKNOWN_TYPE unknown_7;
  UNKNOWN_TYPE unknown_8;
  UNKNOWN_TYPE unknown_9;
  glz::detail::cbor_to_json_value(unknown_4, unknown_5, unknown_6, unknown_7, unknown_8, unknown_9);

  af_safe_gb_cleanup();
}

beve_to_json.hpp

Target file: /src/glaze/include/glaze/beve/beve_to_json.hpp
Target functions: glz::detail::beve_to_json_value
#include "ada_fuzz_header.h"

int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
  af_safe_gb_init(data, size);

  /* target glz::detail::beve_to_json_value */
  UNKNOWN_TYPE unknown_10;
  UNKNOWN_TYPE unknown_11;
  UNKNOWN_TYPE unknown_12;
  UNKNOWN_TYPE unknown_13;
  UNKNOWN_TYPE unknown_14;
  UNKNOWN_TYPE unknown_15;
  glz::detail::beve_to_json_value(unknown_10, unknown_11, unknown_12, unknown_13, unknown_14, unknown_15);

  af_safe_gb_cleanup();
}

http_client.hpp

Target file: /src/glaze/include/glaze/net/http_client.hpp
Target functions: glz::stream_request
#include "ada_fuzz_header.h"

int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
  af_safe_gb_init(data, size);

  /* target glz::stream_request */
  UNKNOWN_TYPE unknown_16;
  glz::stream_request(unknown_16);

  af_safe_gb_cleanup();
}

jmespath.hpp

Target file: /src/glaze/include/glaze/json/jmespath.hpp
Target functions: glz::read_jmespath
#include "ada_fuzz_header.h"

int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
  af_safe_gb_init(data, size);

  /* target glz::read_jmespath */
  UNKNOWN_TYPE unknown_17;
  UNKNOWN_TYPE unknown_18;
  UNKNOWN_TYPE unknown_19;
  glz::read_jmespath(unknown_17, unknown_18, unknown_19);

  af_safe_gb_cleanup();
}

http_server.hpp

Target file: /src/glaze/include/glaze/net/http_server.hpp
Target functions: glz::process_request_data
#include "ada_fuzz_header.h"

int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
  af_safe_gb_init(data, size);

  /* target glz::process_request_data */
  UNKNOWN_TYPE unknown_20;
  glz::process_request_data(unknown_20);

  af_safe_gb_cleanup();
}

to_tuple.hpp

Target file: /src/glaze/include/glaze/reflection/to_tuple.hpp
Target functions: glz::decltype(auto)::to_tie
#include "ada_fuzz_header.h"

int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
  af_safe_gb_init(data, size);

  /* target glz::decltype(auto)::to_tie */
  UNKNOWN_TYPE unknown_21;
  glz::decltype(auto)::to_tie(unknown_21);

  af_safe_gb_cleanup();
}

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/glaze/tests/json_test/generic_test.cpp [] []
/src/glaze/include/glaze/file/file_watch.hpp [] []
/src/glaze/tests/istream_buffer_test/istream_buffer_test.cpp [] []
/src/glaze/include/glaze/json/lazy.hpp [] []
/src/glaze/include/glaze/util/memory_pool.hpp [] []
/src/glaze/include/glaze/json/skip.hpp [] []
/src/glaze/include/glaze/net/rest_registry_impl.hpp [] []
/src/glaze/include/glaze/util/dtoa.hpp [] []
/src/glaze/include/glaze/util/parse.hpp [] []
/src/glaze/include/glaze/ext/jsonrpc.hpp [] []
/src/glaze/fuzzing/binary_reflection.cpp ['fuzzing/binary_reflection.cpp'] []
/src/glaze/include/glaze/rpc/repe/repe.hpp [] []
/src/glaze/tests/networking_tests/rest_test/rest_server/rest_server.cpp [] []
/src/glaze/include/glaze/core/seek.hpp [] []
/src/glaze/include/glaze/json/json_format.hpp [] []
/src/glaze/tests/networking_tests/registry_view_test/registry_view_test.cpp [] []
/src/glaze/include/glaze/json/wrappers.hpp [] []
/src/glaze/include/glaze/cbor/header.hpp [] []
/src/glaze/include/glaze/toml/opts.hpp [] []
/src/glaze/fuzzing/cbor_reflection.cpp ['fuzzing/cbor_reflection.cpp'] []
/src/glaze/include/glaze/exceptions/json_exceptions.hpp [] []
/src/glaze/include/glaze/net/http_router.hpp [] []
/src/glaze/tests/json_test/json_variant_support_test.cpp [] []
/src/glaze/fuzzing/json_with_comments.cpp ['fuzzing/json_with_comments.cpp'] []
/src/glaze/include/glaze/exceptions/cbor_exceptions.hpp [] []
/src/glaze/include/glaze/api/xxh64.hpp [] []
/src/glaze/fuzzing/json_minify.cpp ['fuzzing/json_minify.cpp'] []
/src/glaze/fuzzing/json_roundtrip_int.cpp ['fuzzing/json_roundtrip_int.cpp'] []
/src/glaze/include/glaze/util/itoa.hpp [] []
/src/glaze/tests/lib_test/lib_test.cpp [] []
/src/glaze/include/glaze/net/http_client.hpp [] []
/src/glaze/tests/json_test/jsonschema_test.cpp [] []
/src/glaze/tests/threading_test/threading_test.cpp [] []
/src/glaze/include/glaze/core/wrappers.hpp [] []
/src/glaze/include/glaze/cbor/skip.hpp [] []
/src/glaze/fuzzing/cbor_roundtrip_string.cpp ['fuzzing/cbor_roundtrip_string.cpp'] []
/src/glaze/include/glaze/json/read.hpp [] []
/src/glaze/fuzzing/json_roundtrip_floating.cpp ['fuzzing/json_roundtrip_floating.cpp'] []
/src/glaze/tests/lib_test/test_lib/test_lib.cpp [] []
/src/glaze/include/glaze/json/float_format.hpp [] []
/src/glaze/include/glaze/beve/ptr.hpp [] []
/src/glaze/include/glaze/rpc/repe/header.hpp [] []
/src/glaze/include/glaze/json/schema.hpp [] []
/src/glaze/include/glaze/file/write_directory.hpp [] []
/src/glaze/include/glaze/hardware/volatile_array.hpp [] []
/src/glaze/include/glaze/version.hpp [] []
/src/glaze/tests/json_reflection_test/json_reflection_test.cpp [] []
/src/glaze/include/glaze/stencil/stencil.hpp [] []
/src/glaze/include/glaze/json/json_ptr.hpp [] []
/src/glaze/include/glaze/exceptions/binary_exceptions.hpp [] []
/src/glaze/include/glaze/cbor/read.hpp [] []
/src/glaze/include/glaze/csv/write.hpp [] []
/src/glaze/include/glaze/containers/inplace_vector.hpp [] []
/src/glaze/include/glaze/stencil/stencilcount.hpp [] []
/src/glaze/include/glaze/json/invoke.hpp [] []
/src/glaze/include/glaze/trace/trace.hpp [] []
/src/glaze/include/glaze/core/ostream_buffer.hpp [] []
/src/glaze/include/glaze/json/max_write_precision.hpp [] []
/src/glaze/fuzzing/cbor_roundtrip_int.cpp ['fuzzing/cbor_roundtrip_int.cpp'] []
/src/glaze/include/glaze/net/http.hpp [] []
/src/glaze/include/glaze/json/study.hpp [] []
/src/glaze/tests/roundtrip/roundtrip.cpp [] []
/src/glaze/include/glaze/api/trait.hpp [] []
/src/glaze/include/glaze/thread/shared_async_vector.hpp [] []
/src/glaze/tests/networking_tests/websocket_test/websocket_client_test.cpp [] []
/src/glaze/include/glaze/util/atoi.hpp [] []
/src/glaze/include/glaze/msgpack/write.hpp ['fuzzing/json_roundtrip_string.cpp', 'fuzzing/msgpack_roundtrip_string.cpp', 'fuzzing/cbor_roundtrip_string.cpp', 'fuzzing/json_roundtrip_floating.cpp', 'fuzzing/json_roundtrip_int.cpp', 'fuzzing/cbor_roundtrip_int.cpp', 'fuzzing/cbor_roundtrip_floating.cpp', 'fuzzing/msgpack_roundtrip_floating.cpp', 'fuzzing/msgpack_roundtrip_int.cpp'] []
/src/glaze/include/glaze/file/read_directory.hpp [] []
/src/glaze/include/glaze/thread/async_string.hpp [] []
/src/glaze/include/glaze/rpc/registry.hpp [] []
/src/glaze/include/glaze/thread/async.hpp [] []
/src/glaze/include/glaze/core/manage.hpp [] []
/src/glaze/include/glaze/eetf/types.hpp [] []
/src/glaze/include/glaze/core/array_apply.hpp [] []
/src/glaze/tests/json_conformance/json_conformance.cpp [] []
/src/glaze/tests/json_test/json_test.cpp ['fuzzing/json_roundtrip_string.cpp', 'fuzzing/msgpack_roundtrip_string.cpp', 'fuzzing/cbor_roundtrip_string.cpp', 'fuzzing/json_roundtrip_floating.cpp', 'fuzzing/json_roundtrip_int.cpp', 'fuzzing/cbor_roundtrip_int.cpp', 'fuzzing/cbor_roundtrip_floating.cpp', 'fuzzing/msgpack_roundtrip_floating.cpp', 'fuzzing/msgpack_roundtrip_int.cpp'] []
/src/glaze/include/glaze/api/lib.hpp [] []
/src/glaze/include/glaze/beve/write.hpp [] []
/src/glaze/include/glaze/util/for_each.hpp [] []
/src/glaze/include/glaze/api/type_support.hpp [] []
/src/glaze/fuzzing/json_generic.cpp ['fuzzing/json_generic.cpp'] []
/src/glaze/tests/cli_menu_test/cli_menu_test.cpp [] []
/src/glaze/include/glaze/thread/threadpool.hpp [] []
/src/glaze/include/glaze/exceptions/core_exceptions.hpp [] []
/src/glaze/examples/json-rpc.cpp [] []
/src/glaze/include/glaze/util/murmur.hpp [] []
/src/glaze/include/glaze/json/json_stream.hpp [] []
/src/glaze/include/glaze/eetf/wrappers.hpp [] []
/src/glaze/include/glaze/toml/write.hpp [] []
/src/glaze/tests/json_test/value_based_skip_test.cpp [] []
/src/glaze/include/glaze/json/raw_string.hpp [] []
/src/glaze/include/glaze/exceptions/json_schema_exceptions.hpp [] []
/src/glaze/fuzzing/main.cpp [] []
/src/glaze/include/glaze/rpc/repe/plugin_helper.hpp [] []
/src/glaze/tests/networking_tests/http_examples/http_examples.cpp [] []
/src/glaze/tests/cbor_test/cbor_test.cpp [] []
/src/glaze/include/glaze/core/write.hpp ['fuzzing/json_roundtrip_string.cpp', 'fuzzing/msgpack_roundtrip_string.cpp', 'fuzzing/cbor_roundtrip_string.cpp', 'fuzzing/json_roundtrip_floating.cpp', 'fuzzing/json_roundtrip_int.cpp', 'fuzzing/cbor_roundtrip_int.cpp', 'fuzzing/cbor_roundtrip_floating.cpp', 'fuzzing/msgpack_roundtrip_floating.cpp', 'fuzzing/msgpack_roundtrip_int.cpp'] []
/src/glaze/tests/eigen_test/eigen_test.cpp [] []
/src/glaze/include/glaze/cbor/write.hpp [] []
/src/glaze/tests/networking_tests/https_test/https_test.cpp [] []
/src/glaze/include/glaze/net/cors.hpp [] []
/src/glaze/include/glaze/core/convert_struct.hpp [] []
/src/glaze/fuzzing/json_reflection.cpp ['fuzzing/json_reflection.cpp'] []
/src/glaze/include/glaze/file/file_ops.hpp [] []
/src/glaze/examples/repe-jsonrpc-conversion.cpp [] []
/src/glaze/include/glaze/beve/read.hpp [] []
/src/glaze/include/glaze/json/prettify.hpp ['fuzzing/json_prettify.cpp'] []
/src/glaze/tests/networking_tests/repe_test/repe_test.cpp [] []
/src/glaze/include/glaze/beve/wrappers.hpp [] []
/src/glaze/include/glaze/net/http_server.hpp [] []
/src/glaze/include/glaze/tuplet/tuple.hpp [] []
/src/glaze/include/glaze/util/variant.hpp [] []
/src/glaze/include/glaze/eetf/read.hpp [] []
/src/glaze/include/glaze/util/convert.hpp [] []
/src/glaze/include/glaze/util/itoa_40kb.hpp [] []
/src/glaze/include/glaze/msgpack/skip.hpp [] []
/src/glaze/fuzzing/csv_parsing.cpp ['fuzzing/csv_parsing.cpp'] []
/src/glaze/include/glaze/util/type_traits.hpp [] []
/src/glaze/include/glaze/core/cast.hpp [] []
/src/glaze/include/glaze/json/generic.hpp ['fuzzing/json_generic.cpp'] []
/src/glaze/include/glaze/core/ptr.hpp [] []
/src/glaze/include/glaze/util/validate.hpp [] []
/src/glaze/include/glaze/cbor/cbor_to_json.hpp ['fuzzing/cbor_reflection.cpp'] []
/src/glaze/include/glaze/json/patch.hpp [] []
/src/glaze/tests/beve_test/beve_test.cpp [] []
/src/glaze/tests/json_performance/json_performance.cpp [] []
/src/glaze/include/glaze/thread/shared_async_map.hpp [] []
/src/glaze/include/glaze/eetf/write.hpp [] []
/src/glaze/include/glaze/thread/async_vector.hpp [] []
/src/glaze/include/glaze/util/dragonbox.hpp [] []
/src/glaze/include/glaze/core/reflect.hpp [] []
/src/glaze/tests/jsonrpc_test/jsonrpc_test.cpp [] []
/src/glaze/include/glaze/format/format_to.hpp [] []
/src/glaze/include/glaze/core/opts.hpp [] []
/src/glaze/include/glaze/api/api.hpp [] []
/src/glaze/include/glaze/net/websocket_connection.hpp [] []
/src/glaze/include/glaze/core/read.hpp [] []
/src/glaze/include/glaze/json/ptr.hpp [] []
/src/glaze/fuzzing/cbor_roundtrip_floating.cpp ['fuzzing/cbor_roundtrip_floating.cpp'] []
/src/glaze/tests/toml_test/toml_test.cpp [] []
/src/glaze/include/glaze/rpc/repe/repe_registry_impl.hpp [] []
/src/glaze/fuzzing/json_exhaustive_roundtrip_int.cpp [] []
/src/glaze/include/glaze/core/meta.hpp [] []
/src/glaze/fuzzing/json_prettify.cpp ['fuzzing/json_prettify.cpp'] []
/src/glaze/tests/networking_tests/repe_plugin_test/repe_plugin_test.cpp [] []
/src/glaze/include/glaze/json/minify.hpp ['fuzzing/json_minify.cpp'] []
/src/glaze/include/glaze/core/istream_buffer.hpp [] []
/src/glaze/tests/networking_tests/jsonrpc_registry_test/jsonrpc_registry_test.cpp [] []
/src/glaze/include/glaze/concepts/container_concepts.hpp [] []
/src/glaze/include/glaze/json/jmespath.hpp [] []
/src/glaze/include/glaze/reflection/to_tuple.hpp [] []
/src/glaze/include/glaze/core/streaming_state.hpp ['fuzzing/binary_reflection.cpp', 'fuzzing/json_roundtrip_string.cpp', 'fuzzing/cbor_reflection.cpp', 'fuzzing/msgpack_roundtrip_string.cpp', 'fuzzing/cbor_roundtrip_string.cpp', 'fuzzing/json_roundtrip_floating.cpp', 'fuzzing/json_roundtrip_int.cpp', 'fuzzing/cbor_roundtrip_int.cpp', 'fuzzing/cbor_roundtrip_floating.cpp', 'fuzzing/msgpack_roundtrip_floating.cpp', 'fuzzing/msgpack_roundtrip_int.cpp'] []
/src/glaze/tests/csv_test/csv_test.cpp [] []
/src/glaze/include/glaze/thread/guard.hpp [] []
/src/glaze/tests/networking_tests/http_server_api_tests/http_server_api_tests.cpp [] []
/src/glaze/include/glaze/json/escape_unicode.hpp [] []
/src/glaze/include/glaze/util/glaze_fast_float.hpp [] []
/src/glaze/tests/networking_tests/websocket_test/utf8_test.cpp [] []
/src/glaze/tests/networking_tests/websocket_test/websocket_close_test.cpp [] []
/src/glaze/include/glaze/net/url.hpp [] []
/src/glaze/include/glaze/core/chrono.hpp [] []
/src/glaze/tests/api_test/api_test.cpp [] []
/src/glaze/tests/eetf_test/eetf_test.cpp [] []
/src/glaze/tests/int_parsing/int_parsing.cpp [] []
/src/glaze/include/glaze/util/fast_float.hpp [] []
/src/glaze/fuzzing/msgpack_roundtrip_floating.cpp ['fuzzing/msgpack_roundtrip_floating.cpp'] []
/src/glaze/tests/exceptions_test/exceptions_test.cpp [] []
/src/glaze/include/glaze/util/dump.hpp [] []
/src/glaze/include/glaze/toml/read.hpp [] []
/src/glaze/include/glaze/beve/header.hpp [] []
/src/glaze/include/glaze/json/write.hpp [] []
/src/glaze/include/glaze/eetf/ei.hpp [] []
/src/glaze/tests/json_performance/json_perf_common.hpp [] []
/src/glaze/include/glaze/core/write_chars.hpp [] []
/src/glaze/include/glaze/util/utility.hpp [] []
/src/glaze/include/glaze/csv/read.hpp [] []
/src/glaze/fuzzing/msgpack_roundtrip_string.cpp ['fuzzing/json_roundtrip_string.cpp', 'fuzzing/msgpack_roundtrip_string.cpp', 'fuzzing/cbor_roundtrip_string.cpp', 'fuzzing/json_roundtrip_floating.cpp', 'fuzzing/json_roundtrip_int.cpp', 'fuzzing/cbor_roundtrip_int.cpp', 'fuzzing/cbor_roundtrip_floating.cpp', 'fuzzing/msgpack_roundtrip_floating.cpp', 'fuzzing/msgpack_roundtrip_int.cpp'] []
/src/glaze/include/glaze/thread/atomic.hpp [] []
/src/glaze/examples/wrapping_middleware_example.cpp [] []
/src/glaze/include/glaze/core/constraint.hpp [] []
/src/glaze/include/glaze/exceptions/msgpack_exceptions.hpp [] []
/src/glaze/tests/networking_tests/asio_repe/asio_repe.cpp [] []
/src/glaze/include/glaze/json/ndjson.hpp [] []
/src/glaze/include/glaze/eetf/cmp.hpp [] []
/src/glaze/include/glaze/util/buffer_pool.hpp [] []
/src/glaze/fuzzing/msgpack_reflection.cpp ['fuzzing/msgpack_reflection.cpp'] []
/src/glaze/fuzzing/json_jmespath.cpp ['fuzzing/json_jmespath.cpp'] []
/src/glaze/include/glaze/rpc/jsonrpc_registry_impl.hpp [] []
/src/glaze/include/glaze/util/string_literal.hpp [] []
/src/glaze/include/glaze/rpc/repe/repe_to_jsonrpc.hpp [] []
/src/glaze/include/glaze/core/error_category.hpp [] []
/src/glaze/include/glaze/core/common.hpp ['fuzzing/binary_reflection.cpp', 'fuzzing/json_roundtrip_string.cpp', 'fuzzing/cbor_reflection.cpp', 'fuzzing/msgpack_roundtrip_string.cpp', 'fuzzing/cbor_roundtrip_string.cpp', 'fuzzing/json_roundtrip_floating.cpp', 'fuzzing/json_roundtrip_int.cpp', 'fuzzing/cbor_roundtrip_int.cpp', 'fuzzing/cbor_roundtrip_floating.cpp', 'fuzzing/msgpack_roundtrip_floating.cpp', 'fuzzing/msgpack_roundtrip_int.cpp'] []
/src/glaze/fuzzing/msgpack_roundtrip_int.cpp ['fuzzing/msgpack_roundtrip_int.cpp'] []
/src/glaze/include/glaze/core/buffer_traits.hpp [] []
/src/glaze/include/glaze/api/impl.hpp [] []
/src/glaze/include/glaze/beve/size.hpp [] []
/src/glaze/include/glaze/msgpack/read.hpp [] []
/src/glaze/include/glaze/api/hash.hpp [] []
/src/glaze/include/glaze/util/progress_bar.hpp [] []
/src/glaze/include/glaze/toml/skip.hpp [] []
/src/glaze/include/glaze/reflection/get_name.hpp [] []
/src/glaze/tests/inplace_vector/inplace_vector_test.cpp [] []
/src/glaze/include/glaze/net/websocket_client.hpp [] []
/src/glaze/include/glaze/toml/common.hpp [] []
/src/glaze/tests/networking_tests/websocket_test/wss_test.cpp [] []
/src/glaze/include/glaze/api/std/functional.hpp [] []
/src/glaze/include/glaze/beve/lazy.hpp ['fuzzing/json_generic.cpp'] []
/src/glaze/include/glaze/ext/cli_menu.hpp [] []
/src/glaze/include/glaze/util/compare.hpp [] []
/src/glaze/tests/reflection/reflection.cpp [] []
/src/glaze/include/glaze/rpc/repe/buffer.hpp [] []
/src/glaze/include/glaze/base64/base64.hpp [] []
/src/glaze/tests/networking_tests/http_client_test/http_client_test.cpp [] []
/src/glaze/include/glaze/compare/compare.hpp [] []
/src/glaze/fuzzing/json_roundtrip_string.cpp ['fuzzing/json_roundtrip_string.cpp'] []
/src/glaze/tests/json_test/allocate_raw_pointers_test.cpp [] []
/src/glaze/include/glaze/msgpack/common.hpp [] []
/src/glaze/include/glaze/beve/peek_header.hpp [] []
/src/glaze/include/glaze/core/context.hpp [] []
/src/glaze/include/glaze/file/hostname_include.hpp [] []
/src/glaze/include/glaze/beve/beve_to_json.hpp ['fuzzing/binary_reflection.cpp'] []
/src/glaze/include/glaze/util/help.hpp [] []
/src/glaze/include/glaze/ext/glaze_asio.hpp [] []
/src/glaze/include/glaze/beve/skip.hpp [] []
/src/glaze/include/glaze/util/key_transformers.hpp [] []
/src/glaze/include/glaze/exceptions/csv_exceptions.hpp [] []
/src/glaze/include/glaze/containers/flat_map.hpp [] []
/src/glaze/tests/msgpack_test/msgpack_test.cpp [] []
/src/glaze/include/glaze/record/recorder.hpp [] []
/src/glaze/include/glaze/util/bit_array.hpp [] []

Directories in report

Directory
/src/glaze/tests/networking_tests/repe_test/
/src/glaze/tests/cli_menu_test/
/src/glaze/tests/roundtrip/
/src/glaze/tests/networking_tests/registry_view_test/
/src/glaze/tests/networking_tests/http_server_api_tests/
/src/glaze/tests/networking_tests/asio_repe/
/src/glaze/include/glaze/format/
/src/glaze/include/glaze/stencil/
/src/glaze/tests/networking_tests/https_test/
/src/glaze/include/glaze/hardware/
/src/glaze/include/glaze/reflection/
/src/glaze/tests/msgpack_test/
/src/glaze/include/glaze/net/
/src/glaze/tests/json_reflection_test/
/src/glaze/include/glaze/beve/
/src/glaze/include/glaze/record/
/src/glaze/tests/api_test/
/src/glaze/tests/networking_tests/http_examples/
/src/glaze/include/glaze/
/src/glaze/tests/reflection/
/src/glaze/include/glaze/trace/
/src/glaze/include/glaze/rpc/repe/
/src/glaze/tests/networking_tests/http_client_test/
/src/glaze/tests/json_conformance/
/src/glaze/tests/threading_test/
/src/glaze/include/glaze/concepts/
/src/glaze/include/glaze/eetf/
/src/glaze/tests/cbor_test/
/src/glaze/tests/jsonrpc_test/
/src/glaze/tests/toml_test/
/src/glaze/tests/eetf_test/
/src/glaze/include/glaze/api/std/
/src/glaze/tests/json_test/
/src/glaze/include/glaze/compare/
/src/glaze/include/glaze/cbor/
/src/glaze/include/glaze/exceptions/
/src/glaze/tests/networking_tests/rest_test/rest_server/
/src/glaze/include/glaze/tuplet/
/src/glaze/include/glaze/core/
/src/glaze/include/glaze/msgpack/
/src/glaze/tests/networking_tests/repe_plugin_test/
/src/glaze/tests/networking_tests/jsonrpc_registry_test/
/src/glaze/include/glaze/toml/
/src/glaze/include/glaze/containers/
/src/glaze/tests/beve_test/
/src/glaze/examples/
/src/glaze/include/glaze/util/
/src/glaze/tests/eigen_test/
/src/glaze/include/glaze/json/
/src/glaze/include/glaze/thread/
/src/glaze/include/glaze/ext/
/src/glaze/include/glaze/rpc/
/src/glaze/tests/csv_test/
/src/glaze/tests/exceptions_test/
/src/glaze/tests/inplace_vector/
/src/glaze/tests/lib_test/
/src/glaze/include/glaze/base64/
/src/glaze/tests/istream_buffer_test/
/src/glaze/tests/int_parsing/
/src/glaze/tests/json_performance/
/src/glaze/include/glaze/file/
/src/glaze/tests/networking_tests/websocket_test/
/src/glaze/fuzzing/
/src/glaze/include/glaze/csv/
/src/glaze/include/glaze/api/
/src/glaze/tests/lib_test/test_lib/

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
fuzzing/binary_reflection.cpp fuzzerLogFile-binary_reflection.data fuzzerLogFile-binary_reflection.data.yaml
fuzzing/csv_parsing.cpp fuzzerLogFile-csv_parsing.data fuzzerLogFile-csv_parsing.data.yaml
fuzzing/json_roundtrip_string.cpp fuzzerLogFile-json_roundtrip_string.data fuzzerLogFile-json_roundtrip_string.data.yaml
fuzzing/cbor_reflection.cpp fuzzerLogFile-cbor_reflection.data fuzzerLogFile-cbor_reflection.data.yaml
fuzzing/json_reflection.cpp fuzzerLogFile-json_reflection.data fuzzerLogFile-json_reflection.data.yaml
fuzzing/msgpack_reflection.cpp fuzzerLogFile-msgpack_reflection.data fuzzerLogFile-msgpack_reflection.data.yaml
fuzzing/msgpack_roundtrip_string.cpp fuzzerLogFile-msgpack_roundtrip_string.data fuzzerLogFile-msgpack_roundtrip_string.data.yaml
fuzzing/cbor_roundtrip_string.cpp fuzzerLogFile-cbor_roundtrip_string.data fuzzerLogFile-cbor_roundtrip_string.data.yaml
fuzzing/json_with_comments.cpp fuzzerLogFile-json_with_comments.data fuzzerLogFile-json_with_comments.data.yaml
fuzzing/json_roundtrip_floating.cpp fuzzerLogFile-json_roundtrip_floating.data fuzzerLogFile-json_roundtrip_floating.data.yaml
fuzzing/json_minify.cpp fuzzerLogFile-json_minify.data fuzzerLogFile-json_minify.data.yaml
fuzzing/json_roundtrip_int.cpp fuzzerLogFile-json_roundtrip_int.data fuzzerLogFile-json_roundtrip_int.data.yaml
fuzzing/cbor_roundtrip_int.cpp fuzzerLogFile-cbor_roundtrip_int.data fuzzerLogFile-cbor_roundtrip_int.data.yaml
fuzzing/json_generic.cpp fuzzerLogFile-json_generic.data fuzzerLogFile-json_generic.data.yaml
fuzzing/json_jmespath.cpp fuzzerLogFile-json_jmespath.data fuzzerLogFile-json_jmespath.data.yaml
fuzzing/cbor_roundtrip_floating.cpp fuzzerLogFile-cbor_roundtrip_floating.data fuzzerLogFile-cbor_roundtrip_floating.data.yaml
fuzzing/json_prettify.cpp fuzzerLogFile-json_prettify.data fuzzerLogFile-json_prettify.data.yaml
fuzzing/msgpack_roundtrip_floating.cpp fuzzerLogFile-msgpack_roundtrip_floating.data fuzzerLogFile-msgpack_roundtrip_floating.data.yaml
fuzzing/msgpack_roundtrip_int.cpp fuzzerLogFile-msgpack_roundtrip_int.data fuzzerLogFile-msgpack_roundtrip_int.data.yaml