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: tests/oss-fuzz/math_fuzzer.cc

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: tests/oss-fuzz/filemap_fuzzer.cc

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: tests/oss-fuzz/tlsh_fuzzer.cc

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: tests/oss-fuzz/pe_fuzzer.cc

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: tests/oss-fuzz/dotnet_fuzzer.cc

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: tests/oss-fuzz/elf_fuzzer.cc

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: tests/oss-fuzz/rules_fuzzer.cc

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: tests/oss-fuzz/dex_fuzzer.cc

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: tests/oss-fuzz/macho_fuzzer.cc

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
pe_parse_imports /src/yara/libyara/modules/pe/pe.c 1 ['PE*'] 4 0 42 10 13 30 0 629 624
module_load /src/yara/libyara/modules/dotnet/dotnet.c 4 ['YR_SCAN_CONTEXT*', 'YR_OBJECT*', 'void*', 'size_t'] 11 0 20 5 7 99 0 564 531
_tmain /src/yara/cli/yara.c 2 ['int', 'char_t**'] 13 0 174 39 48 485 0 1723 343
yr_parser_reduce_string_declaration /src/yara/libyara/parser.c 5 ['yyscan_t', 'YR_MODIFIER', 'char*', 'SIZED_STRING*', 'YR_ARENA_REF*'] 11 0 103 28 39 160 0 590 334
pe_parse_certificates /src/yara/libyara/modules/pe/pe.c 1 ['PE*'] 9 0 11 3 5 158 0 262 257
macho_parse_fat_file /src/yara/libyara/modules/macho/macho.c 5 ['uint8_t*', 'uint64_t', 'uint64_t', 'YR_OBJECT*', 'YR_SCAN_CONTEXT*'] 4 0 24 6 8 29 0 99 95
dex_parse /src/yara/libyara/modules/dex/dex.c 2 ['DEX*', 'uint64_t'] 3 0 137 24 42 15 0 88 83
yr_re_fast_exec /src/yara/libyara/re.c 9 ['YR_SCAN_CONTEXT*', 'uint8_t*', 'uint8_t*', 'size_t', 'size_t', 'int', 'RE_MATCH_CALLBACK_FUNC', 'void*', 'int*'] 7 0 150 44 58 56 0 232 61
_yr_re_print_node /src/yara/libyara/re.c 2 ['RE_NODE*', 'uint32_t'] 3 0 97 27 29 4 2 61 58
pe_parse_header /src/yara/libyara/modules/pe/pe.c 3 ['PE*', 'uint64_t', 'int'] 10 0 92 7 13 72 0 248 54

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

Functions statically reachable by fuzzers
52.0%
594 / 1147
Cyclomatic complexity statically reachable by fuzzers
77.0%
3915 / 5076

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 driver synthesis

New fuzzers

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

pe.c

Target file: /src/yara/libyara/modules/pe/pe.c
Target functions: pe_parse_imports, pe_parse_certificates, pe_parse_header
#include "ada_fuzz_header.h"

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

  /* target pe_parse_imports */
  UNKNOWN_TYPE unknown_0;
  pe_parse_imports(unknown_0);

  /* target pe_parse_certificates */
  UNKNOWN_TYPE unknown_12;
  pe_parse_certificates(unknown_12);

  /* target pe_parse_header */
  UNKNOWN_TYPE unknown_31;
  UNKNOWN_TYPE unknown_32;
  int new_var33 = ada_safe_get_int();
  pe_parse_header(unknown_31, unknown_32, new_var33);

  af_safe_gb_cleanup();
}

dotnet.c

Target file: /src/yara/libyara/modules/dotnet/dotnet.c
Target functions: module_load
#include "ada_fuzz_header.h"

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

  /* target module_load */
  UNKNOWN_TYPE unknown_1;
  UNKNOWN_TYPE unknown_2;
  UNKNOWN_TYPE unknown_3;
  UNKNOWN_TYPE unknown_4;
  module_load(unknown_1, unknown_2, unknown_3, unknown_4);

  af_safe_gb_cleanup();
}

yara.c

Target file: /src/yara/cli/yara.c
Target functions: _tmain
#include "ada_fuzz_header.h"

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

  /* target _tmain */
  int new_var5 = ada_safe_get_int();
  UNKNOWN_TYPE unknown_6;
  _tmain(new_var5, unknown_6);

  af_safe_gb_cleanup();
}

parser.c

Target file: /src/yara/libyara/parser.c
Target functions: yr_parser_reduce_string_declaration
#include "ada_fuzz_header.h"

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

  /* target yr_parser_reduce_string_declaration */
  UNKNOWN_TYPE unknown_7;
  UNKNOWN_TYPE unknown_8;
  char *new_var9 = ada_safe_get_char_p();
  UNKNOWN_TYPE unknown_10;
  UNKNOWN_TYPE unknown_11;
  yr_parser_reduce_string_declaration(unknown_7, unknown_8, new_var9, unknown_10, unknown_11);

  af_safe_gb_cleanup();
}

macho.c

Target file: /src/yara/libyara/modules/macho/macho.c
Target functions: macho_parse_fat_file
#include "ada_fuzz_header.h"

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

  /* target macho_parse_fat_file */
  UNKNOWN_TYPE unknown_13;
  UNKNOWN_TYPE unknown_14;
  UNKNOWN_TYPE unknown_15;
  UNKNOWN_TYPE unknown_16;
  UNKNOWN_TYPE unknown_17;
  macho_parse_fat_file(unknown_13, unknown_14, unknown_15, unknown_16, unknown_17);

  af_safe_gb_cleanup();
}

dex.c

Target file: /src/yara/libyara/modules/dex/dex.c
Target functions: dex_parse
#include "ada_fuzz_header.h"

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

  /* target dex_parse */
  UNKNOWN_TYPE unknown_18;
  UNKNOWN_TYPE unknown_19;
  dex_parse(unknown_18, unknown_19);

  af_safe_gb_cleanup();
}

re.c

Target file: /src/yara/libyara/re.c
Target functions: yr_re_fast_exec, _yr_re_print_node
#include "ada_fuzz_header.h"

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

  /* target yr_re_fast_exec */
  UNKNOWN_TYPE unknown_20;
  UNKNOWN_TYPE unknown_21;
  UNKNOWN_TYPE unknown_22;
  UNKNOWN_TYPE unknown_23;
  UNKNOWN_TYPE unknown_24;
  int new_var25 = ada_safe_get_int();
  UNKNOWN_TYPE unknown_26;
  UNKNOWN_TYPE unknown_27;
  int *new_var28 = af_get_int_p();
  yr_re_fast_exec(unknown_20, unknown_21, unknown_22, unknown_23, unknown_24, new_var25, unknown_26, unknown_27, new_var28);

  /* target _yr_re_print_node */
  UNKNOWN_TYPE unknown_29;
  UNKNOWN_TYPE unknown_30;
  _yr_re_print_node(unknown_29, unknown_30);

  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/yara/libyara/include/yara/exec.h [] []
/src/yara/tests/util.c ['tests/oss-fuzz/math_fuzzer.cc', 'tests/oss-fuzz/pe_fuzzer.cc', 'tests/oss-fuzz/dotnet_fuzzer.cc', 'tests/oss-fuzz/elf_fuzzer.cc', 'tests/oss-fuzz/dex_fuzzer.cc', 'tests/oss-fuzz/macho_fuzzer.cc'] []
/src/yara/libyara/include/yara/dex.h [] []
/src/yara/cli/args.h [] []
/src/yara/libyara/include/yara/utils.h [] []
/src/yara/libyara/stack.c [] []
/src/yara/libyara/strutils.c ['tests/oss-fuzz/math_fuzzer.cc', 'tests/oss-fuzz/pe_fuzzer.cc', 'tests/oss-fuzz/dotnet_fuzzer.cc', 'tests/oss-fuzz/elf_fuzzer.cc', 'tests/oss-fuzz/dex_fuzzer.cc', 'tests/oss-fuzz/macho_fuzzer.cc'] []
/src/yara/libyara/modules/magic/magic.c [] []
/src/yara/libyara/arena.c ['tests/oss-fuzz/math_fuzzer.cc', 'tests/oss-fuzz/pe_fuzzer.cc', 'tests/oss-fuzz/dotnet_fuzzer.cc', 'tests/oss-fuzz/elf_fuzzer.cc', 'tests/oss-fuzz/rules_fuzzer.cc', 'tests/oss-fuzz/dex_fuzzer.cc', 'tests/oss-fuzz/macho_fuzzer.cc'] []
/src/yara/libyara/object.c ['tests/oss-fuzz/math_fuzzer.cc', 'tests/oss-fuzz/pe_fuzzer.cc', 'tests/oss-fuzz/dotnet_fuzzer.cc', 'tests/oss-fuzz/elf_fuzzer.cc', 'tests/oss-fuzz/dex_fuzzer.cc', 'tests/oss-fuzz/macho_fuzzer.cc'] []
/src/yara/cli/unicode.h [] []
/src/yara/tests/test-arena.c [] []
/src/yara/sandbox/sandboxed_yara.cc [] []
/src/yara/libyara/include/yara/pe.h [] []
/src/yara/libyara/grammar.c [] []
/src/yara/libyara/filemap.c ['tests/oss-fuzz/filemap_fuzzer.cc'] []
/src/yara/libyara/modules/pe/authenticode-parser/countersignature.c [] []
/src/yara/tests/mapper.c [] []
/src/yara/libyara/exec.c ['tests/oss-fuzz/math_fuzzer.cc', 'tests/oss-fuzz/pe_fuzzer.cc', 'tests/oss-fuzz/dotnet_fuzzer.cc', 'tests/oss-fuzz/elf_fuzzer.cc', 'tests/oss-fuzz/dex_fuzzer.cc', 'tests/oss-fuzz/macho_fuzzer.cc'] []
/src/yara/libyara/include/yara/pe_utils.h [] []
/src/yara/libyara/modules/macho/macho.c [] []
/src/yara/libyara/hex_lexer.c [] []
/src/yara/libyara/include/yara/globals.h [] []
/src/yara/tests/util.h [] []
/src/yara/tests/test-api.c [] []
/src/yara/tests/oss-fuzz/filemap_fuzzer.cc ['tests/oss-fuzz/filemap_fuzzer.cc'] []
/src/yara/libyara/hash.c ['tests/oss-fuzz/math_fuzzer.cc', 'tests/oss-fuzz/pe_fuzzer.cc', 'tests/oss-fuzz/dotnet_fuzzer.cc', 'tests/oss-fuzz/elf_fuzzer.cc', 'tests/oss-fuzz/rules_fuzzer.cc', 'tests/oss-fuzz/dex_fuzzer.cc', 'tests/oss-fuzz/macho_fuzzer.cc'] []
/src/yara/tests/oss-fuzz/pe_fuzzer.cc ['tests/oss-fuzz/pe_fuzzer.cc'] []
/src/yara/libyara/modules/math/math.c [] []
/src/yara/tests/oss-fuzz/elf_fuzzer.cc ['tests/oss-fuzz/elf_fuzzer.cc'] []
/src/yara/libyara/modules/pb_tests/pb_tests.c [] []
/src/yara/libyara/modules/cuckoo/cuckoo.c [] []
/src/yara/libyara/include/yara/modules.h [] []
/src/yara/libyara/ahocorasick.c ['tests/oss-fuzz/math_fuzzer.cc', 'tests/oss-fuzz/pe_fuzzer.cc', 'tests/oss-fuzz/dotnet_fuzzer.cc', 'tests/oss-fuzz/elf_fuzzer.cc', 'tests/oss-fuzz/rules_fuzzer.cc', 'tests/oss-fuzz/dex_fuzzer.cc', 'tests/oss-fuzz/macho_fuzzer.cc'] []
/src/yara/tests/test-atoms.c [] []
/src/yara/sandbox/yara_transaction.cc [] []
/src/yara/sandbox/yara_transaction.h [] []
/src/yara/libyara/endian.c [] []
/src/yara/libyara/threading.c ['tests/oss-fuzz/math_fuzzer.cc', 'tests/oss-fuzz/pe_fuzzer.cc', 'tests/oss-fuzz/dotnet_fuzzer.cc', 'tests/oss-fuzz/elf_fuzzer.cc', 'tests/oss-fuzz/dex_fuzzer.cc', 'tests/oss-fuzz/macho_fuzzer.cc'] []
/src/yara/libyara/modules/pe/pe.c [] []
/src/yara/libyara/modules/pe/authenticode-parser/helper.h [] []
/src/yara/tests/oss-fuzz/tlsh_fuzzer.cc ['tests/oss-fuzz/tlsh_fuzzer.cc'] []
/src/yara/tests/test-async.c [] []
/src/yara/libyara/include/yara/compiler.h [] []
/src/yara/libyara/mem.c ['tests/oss-fuzz/math_fuzzer.cc', 'tests/oss-fuzz/pe_fuzzer.cc', 'tests/oss-fuzz/dotnet_fuzzer.cc', 'tests/oss-fuzz/elf_fuzzer.cc', 'tests/oss-fuzz/rules_fuzzer.cc', 'tests/oss-fuzz/dex_fuzzer.cc', 'tests/oss-fuzz/macho_fuzzer.cc'] []
/src/yara/libyara/modules/pe/authenticode-parser/certificate.c [] []
/src/yara/cli/yarac.c [] []
/src/yara/tests/oss-fuzz/dex_fuzzer.cc ['tests/oss-fuzz/dex_fuzzer.cc'] []
/src/yara/tests/oss-fuzz/macho_fuzzer.cc ['tests/oss-fuzz/macho_fuzzer.cc'] []
/src/yara/libyara/atoms.c [] []
/src/yara/libyara/hex_grammar.c [] []
/src/yara/libyara/include/yara/unaligned.h [] []
/src/yara/libyara/simple_str.c [] []
/src/yara/tests/test-rules.c [] []
/src/yara/libyara/stream.c ['tests/oss-fuzz/math_fuzzer.cc', 'tests/oss-fuzz/pe_fuzzer.cc', 'tests/oss-fuzz/dotnet_fuzzer.cc', 'tests/oss-fuzz/elf_fuzzer.cc', 'tests/oss-fuzz/dex_fuzzer.cc', 'tests/oss-fuzz/macho_fuzzer.cc'] []
/src/yara/tests/oss-fuzz/dotnet_fuzzer.cc ['tests/oss-fuzz/dotnet_fuzzer.cc'] []
/src/yara/libyara/modules/pe/authenticode-parser/authenticode.c [] []
/src/yara/libyara/stopwatch.c ['tests/oss-fuzz/math_fuzzer.cc', 'tests/oss-fuzz/pe_fuzzer.cc', 'tests/oss-fuzz/dotnet_fuzzer.cc', 'tests/oss-fuzz/elf_fuzzer.cc', 'tests/oss-fuzz/dex_fuzzer.cc', 'tests/oss-fuzz/macho_fuzzer.cc'] []
/src/yara/libyara/include/yara/rules.h [] []
/src/yara/libyara/notebook.c ['tests/oss-fuzz/math_fuzzer.cc', 'tests/oss-fuzz/pe_fuzzer.cc', 'tests/oss-fuzz/dotnet_fuzzer.cc', 'tests/oss-fuzz/elf_fuzzer.cc', 'tests/oss-fuzz/dex_fuzzer.cc', 'tests/oss-fuzz/macho_fuzzer.cc'] []
/src/yara/libyara/include/yara/bitmask.h [] []
/src/yara/tests/oss-fuzz/math_fuzzer.cc ['tests/oss-fuzz/math_fuzzer.cc'] []
/src/yara/libyara/modules/dex/dex.c [] []
/src/yara/libyara/include/yara/libyara.h [] []
/src/yara/libyara/include/yara/re_lexer.h [] []
/src/yara/tests/oss-fuzz/rules_fuzzer.cc ['tests/oss-fuzz/rules_fuzzer.cc'] []
/src/yara/libyara/scan.c ['tests/oss-fuzz/math_fuzzer.cc', 'tests/oss-fuzz/pe_fuzzer.cc', 'tests/oss-fuzz/dotnet_fuzzer.cc', 'tests/oss-fuzz/elf_fuzzer.cc', 'tests/oss-fuzz/dex_fuzzer.cc', 'tests/oss-fuzz/macho_fuzzer.cc'] []
/src/yara/libyara/proc/freebsd.c [] []
/src/yara/cli/common.c [] []
/src/yara/cli/args.c [] []
/src/yara/libyara/compiler.c ['tests/oss-fuzz/math_fuzzer.cc', 'tests/oss-fuzz/pe_fuzzer.cc', 'tests/oss-fuzz/dotnet_fuzzer.cc', 'tests/oss-fuzz/elf_fuzzer.cc', 'tests/oss-fuzz/rules_fuzzer.cc', 'tests/oss-fuzz/dex_fuzzer.cc', 'tests/oss-fuzz/macho_fuzzer.cc'] []
/src/yara/libyara/tlshc/tlsh_util.c [] []
/src/yara/sandbox/collect_matches.cc [] []
/src/yara/libyara/bitmask.c ['tests/oss-fuzz/math_fuzzer.cc', 'tests/oss-fuzz/pe_fuzzer.cc', 'tests/oss-fuzz/dotnet_fuzzer.cc', 'tests/oss-fuzz/elf_fuzzer.cc', 'tests/oss-fuzz/rules_fuzzer.cc', 'tests/oss-fuzz/dex_fuzzer.cc', 'tests/oss-fuzz/macho_fuzzer.cc'] []
/src/yara/libyara/crypto.h [] []
/src/yara/tests/test-bitmask.c [] []
/src/yara/libyara/exception.h [] []
/src/yara/tests/test-alignment.c [] []
/src/yara/libyara/proc.c [] []
/src/yara/libyara/scanner.c ['tests/oss-fuzz/math_fuzzer.cc', 'tests/oss-fuzz/pe_fuzzer.cc', 'tests/oss-fuzz/dotnet_fuzzer.cc', 'tests/oss-fuzz/elf_fuzzer.cc', 'tests/oss-fuzz/dex_fuzzer.cc', 'tests/oss-fuzz/macho_fuzzer.cc'] []
/src/yara/libyara/lexer.c ['tests/oss-fuzz/math_fuzzer.cc', 'tests/oss-fuzz/pe_fuzzer.cc', 'tests/oss-fuzz/dotnet_fuzzer.cc', 'tests/oss-fuzz/elf_fuzzer.cc', 'tests/oss-fuzz/rules_fuzzer.cc', 'tests/oss-fuzz/dex_fuzzer.cc', 'tests/oss-fuzz/macho_fuzzer.cc'] []
/src/yara/libyara/modules/dotnet/dotnet.c [] []
/src/yara/libyara/sizedstr.c ['tests/oss-fuzz/math_fuzzer.cc', 'tests/oss-fuzz/pe_fuzzer.cc', 'tests/oss-fuzz/dotnet_fuzzer.cc', 'tests/oss-fuzz/elf_fuzzer.cc', 'tests/oss-fuzz/dex_fuzzer.cc', 'tests/oss-fuzz/macho_fuzzer.cc'] []
/src/yara/libyara/modules/hash/hash.c [] []
/src/yara/libyara/include/yara/error.h [] []
/src/yara/sandbox/yara_entry_points.cc [] []
/src/yara/libyara/modules/string/string.c [] []
/src/yara/libyara/base64.c [] []
/src/yara/libyara/modules/elf/elf.c [] []
/src/yara/libyara/libyara.c ['tests/oss-fuzz/math_fuzzer.cc', 'tests/oss-fuzz/pe_fuzzer.cc', 'tests/oss-fuzz/dotnet_fuzzer.cc', 'tests/oss-fuzz/elf_fuzzer.cc', 'tests/oss-fuzz/dex_fuzzer.cc', 'tests/oss-fuzz/macho_fuzzer.cc'] []
/src/yara/libyara/re.c ['tests/oss-fuzz/math_fuzzer.cc', 'tests/oss-fuzz/pe_fuzzer.cc', 'tests/oss-fuzz/dotnet_fuzzer.cc', 'tests/oss-fuzz/elf_fuzzer.cc', 'tests/oss-fuzz/rules_fuzzer.cc', 'tests/oss-fuzz/dex_fuzzer.cc', 'tests/oss-fuzz/macho_fuzzer.cc'] []
/src/yara/libyara/modules.c ['tests/oss-fuzz/math_fuzzer.cc', 'tests/oss-fuzz/pe_fuzzer.cc', 'tests/oss-fuzz/dotnet_fuzzer.cc', 'tests/oss-fuzz/elf_fuzzer.cc', 'tests/oss-fuzz/dex_fuzzer.cc', 'tests/oss-fuzz/macho_fuzzer.cc'] []
/src/yara/libyara/tlshc/tlsh_impl.c ['tests/oss-fuzz/tlsh_fuzzer.cc'] []
/src/yara/sandbox/yara_transaction_test.cc [] []
/src/yara/libyara/parser.c [] []
/src/yara/libyara/modules/pe/pe_utils.c [] []
/src/yara/libyara/include/yara/arena.h [] []
/src/yara/libyara/modules/pb_tests/pb_tests.pb-c.c [] []
/src/yara/libyara/include/yara/types.h [] []
/src/yara/tests/test-exception.c ['tests/oss-fuzz/math_fuzzer.cc', 'tests/oss-fuzz/pe_fuzzer.cc', 'tests/oss-fuzz/dotnet_fuzzer.cc', 'tests/oss-fuzz/elf_fuzzer.cc', 'tests/oss-fuzz/dex_fuzzer.cc', 'tests/oss-fuzz/macho_fuzzer.cc'] []
/src/yara/libyara/rules.c ['tests/oss-fuzz/math_fuzzer.cc', 'tests/oss-fuzz/pe_fuzzer.cc', 'tests/oss-fuzz/dotnet_fuzzer.cc', 'tests/oss-fuzz/elf_fuzzer.cc', 'tests/oss-fuzz/rules_fuzzer.cc', 'tests/oss-fuzz/dex_fuzzer.cc', 'tests/oss-fuzz/macho_fuzzer.cc'] []
/src/yara/libyara/include/yara/endian.h [] []
/src/yara/libyara/modules/pe/authenticode-parser/helper.c [] []
/src/yara/libyara/include/yara/ahocorasick.h [] []
/src/yara/libyara/re_lexer.c ['tests/oss-fuzz/math_fuzzer.cc', 'tests/oss-fuzz/pe_fuzzer.cc', 'tests/oss-fuzz/dotnet_fuzzer.cc', 'tests/oss-fuzz/elf_fuzzer.cc', 'tests/oss-fuzz/rules_fuzzer.cc', 'tests/oss-fuzz/dex_fuzzer.cc', 'tests/oss-fuzz/macho_fuzzer.cc'] []
/src/yara/libyara/exefiles.c ['tests/oss-fuzz/math_fuzzer.cc', 'tests/oss-fuzz/pe_fuzzer.cc', 'tests/oss-fuzz/dotnet_fuzzer.cc', 'tests/oss-fuzz/elf_fuzzer.cc', 'tests/oss-fuzz/dex_fuzzer.cc', 'tests/oss-fuzz/macho_fuzzer.cc'] []
/src/yara/libyara/tlshc/tlsh.c ['tests/oss-fuzz/tlsh_fuzzer.cc'] []
/src/yara/cli/yara.c [] []
/src/yara/cli/threading.c [] []

Directories in report

Directory
/src/yara/libyara/modules/pe/authenticode-parser/
/src/yara/libyara/modules/cuckoo/
/src/yara/tests/
/src/yara/libyara/modules/math/
/src/yara/libyara/modules/string/
/src/yara/libyara/modules/pe/
/src/yara/libyara/proc/
/src/yara/libyara/include/yara/
/src/yara/libyara/
/src/yara/sandbox/
/src/yara/libyara/modules/magic/
/src/yara/libyara/modules/dex/
/src/yara/libyara/tlshc/
/src/yara/libyara/modules/elf/
/src/yara/cli/
/src/yara/libyara/modules/dotnet/
/src/yara/tests/oss-fuzz/
/src/yara/libyara/modules/macho/
/src/yara/libyara/modules/pb_tests/
/src/yara/libyara/modules/hash/