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: dex_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 528 91.1%
gold [1:9] 25 4.31%
yellow [10:29] 5 0.86%
greenyellow [30:49] 2 0.34%
lawngreen 50+ 19 3.28%
All colors 579 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
119 441 yr_modules_do_declarations call site: 00441 yr_re_exec
99 221 yr_arena_create call site: 00221 yr_hash_table_lookup
87 133 yr_hash_table_add_raw_key call site: 00133 yr_scanner_scan_mem
84 356 _yr_arena_allocate_memory call site: 00356 yr_modules_load
30 63 yr_object_create call site: 00063 yr_object_set_integer
28 326 _yr_hash_table_lookup call site: 00326 yr_object_dict_get_item
26 94 yr_realloc call site: 00094 yr_object_set_string
16 562 yr_arena_get_ptr call site: 00562 yr_modules_unload_all
12 6 yr_hash_table_create call site: 00006 yr_scanner_destroy
10 37 yr_object_destroy call site: 00037 yr_object_from_external_variable
4 30 yr_object_destroy call site: 00030 yr_object_destroy
3 0 EP call site: 00000 yr_rules_scan_mem

Runtime coverage analysis

Covered functions
93
Functions that are reachable but not covered
121
Reachable functions
146
Percentage of reachable functions covered
17.12%
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
tests/oss-fuzz/dex_fuzzer.cc 2
libyara/rules.c 1
libyara/scanner.c 10
libyara/mem.c 5
libyara/hash.c 12
libyara/object.c 15
libyara/sizedstr.c 10
libyara/libyara.c 2
libyara/notebook.c 3
libyara/stopwatch.c 2
libyara/threading.c 2
libyara/exefiles.c 7
libyara/scan.c 14
libyara/strutils.c 1
libyara/exec.c 14
libyara/arena.c 6
./libyara/include/yara/unaligned.h 5
libyara/modules.c 3
libyara/re.c 11

Fuzzer: elf_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 408 70.4%
gold [1:9] 8 1.38%
yellow [10:29] 2 0.34%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 161 27.8%
All colors 579 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
114 445 yr_modules_load call site: 00445 yr_re_exec
91 229 yr_execute_code call site: 00229 yr_hash_table_lookup
76 356 _yr_arena_allocate_memory call site: 00356 read_int8_t_little_endian
41 169 yr_scanner_scan_mem_blocks call site: 00169 yr_scan_verify_match
23 331 _yr_hash_table_lookup call site: 00331 yr_object_dict_get_item
13 94 yr_realloc call site: 00094 yr_object_dict_get_item
5 83 yr_object_copy call site: 00083 yr_object_copy
5 108 yr_object_set_integer call site: 00108 yr_object_set_string
4 30 yr_object_destroy call site: 00030 yr_object_destroy
4 74 yr_object_copy call site: 00074 yr_object_copy
3 14 yr_scanner_create call site: 00014 yr_scanner_destroy
3 44 yr_scanner_destroy call site: 00044 yr_object_from_external_variable

Runtime coverage analysis

Covered functions
141
Functions that are reachable but not covered
81
Reachable functions
146
Percentage of reachable functions covered
44.52%
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
tests/oss-fuzz/elf_fuzzer.cc 2
libyara/rules.c 1
libyara/scanner.c 10
libyara/mem.c 5
libyara/hash.c 12
libyara/object.c 15
libyara/sizedstr.c 10
libyara/libyara.c 2
libyara/notebook.c 3
libyara/stopwatch.c 2
libyara/threading.c 2
libyara/exefiles.c 7
libyara/scan.c 14
libyara/strutils.c 1
libyara/exec.c 14
libyara/arena.c 6
./libyara/include/yara/unaligned.h 5
libyara/modules.c 3
libyara/re.c 11

Fuzzer: macho_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 381 65.8%
gold [1:9] 7 1.20%
yellow [10:29] 3 0.51%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 188 32.4%
All colors 579 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
94 445 yr_modules_load call site: 00445 yr_re_exec
76 356 _yr_arena_allocate_memory call site: 00356 read_int8_t_little_endian
56 254 yr_execute_code call site: 00254 jmp_if
41 169 yr_scanner_scan_mem_blocks call site: 00169 yr_scan_verify_match
24 229 yr_execute_code call site: 00229 yr_notebook_alloc
17 542 yr_execute_code call site: 00542 ss_compare
13 94 yr_realloc call site: 00094 yr_object_dict_get_item
12 342 yr_execute_code call site: 00342 yr_object_dict_get_item
5 108 yr_object_set_integer call site: 00108 yr_object_set_string
4 30 yr_object_destroy call site: 00030 yr_object_destroy
4 74 yr_object_copy call site: 00074 yr_object_copy
3 14 yr_scanner_create call site: 00014 yr_scanner_destroy

Runtime coverage analysis

Covered functions
178
Functions that are reachable but not covered
77
Reachable functions
146
Percentage of reachable functions covered
47.26%
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.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
tests/oss-fuzz/macho_fuzzer.cc 2
libyara/rules.c 1
libyara/scanner.c 10
libyara/mem.c 5
libyara/hash.c 12
libyara/object.c 15
libyara/sizedstr.c 10
libyara/libyara.c 2
libyara/notebook.c 3
libyara/stopwatch.c 2
libyara/threading.c 2
libyara/exefiles.c 7
libyara/scan.c 14
libyara/strutils.c 1
libyara/exec.c 14
libyara/arena.c 6
./libyara/include/yara/unaligned.h 5
libyara/modules.c 3
libyara/re.c 11

Fuzzer: dotnet_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 385 66.4%
gold [1:9] 7 1.20%
yellow [10:29] 3 0.51%
greenyellow [30:49] 1 0.17%
lawngreen 50+ 183 31.6%
All colors 579 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
94 445 yr_modules_load call site: 00445 yr_re_exec
76 356 _yr_arena_allocate_memory call site: 00356 read_int8_t_little_endian
56 254 yr_execute_code call site: 00254 jmp_if
41 169 yr_scanner_scan_mem_blocks call site: 00169 yr_scan_verify_match
24 229 yr_execute_code call site: 00229 yr_notebook_alloc
17 337 yr_execute_code call site: 00337 yr_object_dict_get_item
17 542 yr_execute_code call site: 00542 ss_compare
13 94 yr_realloc call site: 00094 yr_object_dict_get_item
5 30 yr_object_destroy call site: 00030 yr_object_destroy
5 108 yr_object_set_integer call site: 00108 yr_object_set_string
4 74 yr_object_copy call site: 00074 yr_object_copy
3 14 yr_scanner_create call site: 00014 yr_scanner_destroy

Runtime coverage analysis

Covered functions
201
Functions that are reachable but not covered
76
Reachable functions
146
Percentage of reachable functions covered
47.95%
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.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
tests/oss-fuzz/dotnet_fuzzer.cc 2
libyara/rules.c 1
libyara/scanner.c 10
libyara/mem.c 5
libyara/hash.c 12
libyara/object.c 15
libyara/sizedstr.c 10
libyara/libyara.c 2
libyara/notebook.c 3
libyara/stopwatch.c 2
libyara/threading.c 2
libyara/exefiles.c 7
libyara/scan.c 14
libyara/strutils.c 1
libyara/exec.c 14
libyara/arena.c 6
./libyara/include/yara/unaligned.h 5
libyara/modules.c 3
libyara/re.c 11

Fuzzer: pe_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 356 61.4%
gold [1:9] 6 1.03%
yellow [10:29] 4 0.69%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 213 36.7%
All colors 579 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
81 229 yr_execute_code call site: 00229 yr_notebook_alloc
76 356 _yr_arena_allocate_memory call site: 00356 read_int8_t_little_endian
60 499 yr_execute_code call site: 00499 ss_compare
52 445 yr_modules_load call site: 00445 yr_re_exec
41 169 yr_scanner_scan_mem_blocks call site: 00169 yr_scan_verify_match
5 108 yr_object_set_integer call site: 00108 yr_object_set_string
4 74 yr_object_copy call site: 00074 yr_object_copy
4 342 yr_execute_code call site: 00342 yr_object_dict_get_item
3 14 yr_scanner_create call site: 00014 yr_scanner_destroy
3 44 yr_scanner_destroy call site: 00044 yr_object_from_external_variable
3 85 yr_object_copy call site: 00085 yr_object_copy
3 117 yr_object_set_string call site: 00117 yr_scanner_destroy

Runtime coverage analysis

Covered functions
192
Functions that are reachable but not covered
75
Reachable functions
146
Percentage of reachable functions covered
48.63%
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.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
tests/oss-fuzz/pe_fuzzer.cc 2
libyara/rules.c 1
libyara/scanner.c 10
libyara/mem.c 5
libyara/hash.c 12
libyara/object.c 15
libyara/sizedstr.c 10
libyara/libyara.c 2
libyara/notebook.c 3
libyara/stopwatch.c 2
libyara/threading.c 2
libyara/exefiles.c 7
libyara/scan.c 14
libyara/strutils.c 1
libyara/exec.c 14
libyara/arena.c 6
./libyara/include/yara/unaligned.h 5
libyara/modules.c 3
libyara/re.c 11

Fuzzer: rules_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 922 53.6%
gold [1:9] 13 0.75%
yellow [10:29] 9 0.52%
greenyellow [30:49] 7 0.40%
lawngreen 50+ 767 44.6%
All colors 1718 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
105 702 re_yyrestart call site: 00702 read_escaped_char
101 219 yara_yypop_buffer_state call site: 00219 yr_parser_reduce_import
59 1278 yr_parser_reduce_string_identifier call site: 01278 yara_yyerror
52 1214 yr_parser_emit_push_const call site: 01214 yara_yyerror
36 118 yara_yy_scan_bytes call site: 00118 yara_yyerror
35 181 yara_yylex call site: 00181 yara_yy_scan_string
35 534 xtoi call site: 00534 yy_get_next_buffer
34 570 yr_re_node_create call site: 00570 hex_yyerror
32 1162 yr_parser_check_types call site: 01162 yr_re_compile
28 1082 yr_parser_reduce_string_declaration call site: 01082 yr_parser_reduce_string_declaration
26 1125 yr_parser_lookup_loop_variable call site: 01125 yara_yyerror
18 1338 yr_string_set_destroy call site: 01338 yara_yyerror

Runtime coverage analysis

Covered functions
252
Functions that are reachable but not covered
52
Reachable functions
275
Percentage of reachable functions covered
81.09%
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
tests/oss-fuzz/rules_fuzzer.cc 1
libyara/compiler.c 15
libyara/mem.c 5
libyara/hash.c 15
libyara/arena.c 14
libyara/ahocorasick.c 15
libyara/object.c 4
libyara/lexer.l 5
libyara/lexer.c 27
libyara/strutils.c 3
libyara/libyara.c 2
libyara/grammar.c 6
libyara/parser.c 24
libyara/modules.c 1
libyara/re.c 21
libyara/hex_lexer.l 3
libyara/threading.c 2
libyara/hex_lexer.c 24
hex_grammar.c 2
libyara/re_lexer.l 6
libyara/re_lexer.c 25
re_grammar.c 2
libyara/base64.c 7
libyara/sizedstr.c 3
libyara/atoms.c 17
libyara/stack.c 4
libyara/bitmask.c 1
libyara/rules.c 2

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
dotnet__load /src/yara/libyara/modules/dotnet/dotnet.c 4 ['N/A', 'N/A', 'N/A', 'size_t'] 13 0 148 21 8 85 0 843 686
pe__declarations /src/yara/libyara/modules/pe/pe.c 1 ['N/A'] 8 0 6511 772 330 86 0 892 587
pe__load /src/yara/libyara/modules/pe/pe.c 4 ['N/A', 'N/A', 'N/A', 'size_t'] 10 0 541 23 9 67 0 627 441
elf__load /src/yara/libyara/modules/elf/elf.c 4 ['N/A', 'N/A', 'N/A', 'size_t'] 8 0 525 56 21 42 0 447 302
elf__declarations /src/yara/libyara/modules/elf/elf.c 1 ['N/A'] 8 0 2679 319 142 60 0 472 301
macho__declarations /src/yara/libyara/modules/macho/macho.c 1 ['N/A'] 8 0 4385 520 239 34 0 408 262
math__declarations /src/yara/libyara/modules/math/math.c 1 ['N/A'] 8 0 459 52 26 62 0 376 212
dex__declarations /src/yara/libyara/modules/dex/dex.c 1 ['N/A'] 8 0 3343 401 155 52 0 496 195
dex__load /src/yara/libyara/modules/dex/dex.c 4 ['N/A', 'N/A', 'N/A', 'size_t'] 10 0 215 15 6 41 0 282 129
macho__load /src/yara/libyara/modules/macho/macho.c 4 ['N/A', 'N/A', 'N/A', 'size_t'] 9 0 116 17 7 55 0 263 114

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

Functions statically reachable by fuzzers
70.0%
560 / 799
Cyclomatic complexity statically reachable by fuzzers
85.0%
6515 / 7652

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.

tests/oss-fuzz/dex_fuzzer.cc

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=['yr_modules_do_declarations', 'yr_arena_create', 'yr_hash_table_add_raw_key', '_yr_arena_allocate_memory', 'yr_object_create', '_yr_hash_table_lookup', 'yr_realloc', 'yr_arena_get_ptr', 'yr_hash_table_create', 'yr_object_destroy']

tests/oss-fuzz/elf_fuzzer.cc

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=['yr_modules_load', 'yr_execute_code', '_yr_arena_allocate_memory', 'yr_scanner_scan_mem_blocks', '_yr_hash_table_lookup', 'yr_realloc', 'yr_object_copy', 'yr_object_set_integer', 'yr_object_destroy']

tests/oss-fuzz/macho_fuzzer.cc

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=['yr_modules_load', '_yr_arena_allocate_memory', 'yr_execute_code', 'yr_scanner_scan_mem_blocks', 'yr_realloc', 'yr_object_set_integer', 'yr_object_destroy']

tests/oss-fuzz/dotnet_fuzzer.cc

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=['yr_modules_load', '_yr_arena_allocate_memory', 'yr_execute_code', 'yr_scanner_scan_mem_blocks', 'yr_realloc', 'yr_object_destroy', 'yr_object_set_integer']

tests/oss-fuzz/pe_fuzzer.cc

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=['yr_execute_code', '_yr_arena_allocate_memory', 'yr_modules_load', 'yr_scanner_scan_mem_blocks', 'yr_object_set_integer', 'yr_object_copy', 'yr_scanner_create', 'yr_scanner_destroy']

tests/oss-fuzz/rules_fuzzer.cc

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=['re_yyrestart', 'yara_yypop_buffer_state', 'yr_parser_reduce_string_identifier', 'yr_parser_emit_push_const', 'yara_yy_scan_bytes', 'yara_yylex', 'xtoi', 'yr_re_node_create', 'yr_parser_check_types', 'yr_parser_reduce_string_declaration']

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/modules/pe/pe_utils.c [] []
/src/yara/libyara/scanner.c ['dex_fuzzer', 'elf_fuzzer', 'macho_fuzzer', 'dotnet_fuzzer', 'pe_fuzzer'] ['elf_fuzzer', 'macho_fuzzer', 'dotnet_fuzzer', 'pe_fuzzer']
/src/yara/tests/oss-fuzz/dex_fuzzer.cc ['dex_fuzzer'] ['dex_fuzzer']
/src/yara/libyara/ahocorasick.c ['rules_fuzzer'] ['rules_fuzzer']
/src/yara/libyara/exec.c ['dex_fuzzer', 'elf_fuzzer', 'macho_fuzzer', 'dotnet_fuzzer', 'pe_fuzzer'] ['elf_fuzzer', 'macho_fuzzer', 'dotnet_fuzzer', 'pe_fuzzer']
/src/yara/tests/oss-fuzz/pe_fuzzer.cc ['pe_fuzzer'] ['pe_fuzzer']
/src/yara/libyara/parser.c ['rules_fuzzer'] ['rules_fuzzer']
/src/yara/libyara/compiler.c ['rules_fuzzer'] ['rules_fuzzer']
/src/yara/libyara/base64.c ['rules_fuzzer'] ['rules_fuzzer']
/src/yara/libyara/strutils.c ['dex_fuzzer', 'elf_fuzzer', 'macho_fuzzer', 'dotnet_fuzzer', 'pe_fuzzer', 'rules_fuzzer'] ['pe_fuzzer', 'rules_fuzzer']
/src/yara/libyara/proc.c [] []
/src/yara/libyara/stack.c ['rules_fuzzer'] ['rules_fuzzer']
/src/yara/libyara/re_lexer.c ['rules_fuzzer'] ['rules_fuzzer']
/src/yara/libyara/lexer.c ['rules_fuzzer'] ['rules_fuzzer']
/src/yara/libyara/stopwatch.c ['dex_fuzzer', 'elf_fuzzer', 'macho_fuzzer', 'dotnet_fuzzer', 'pe_fuzzer'] ['elf_fuzzer', 'macho_fuzzer', 'dotnet_fuzzer', 'pe_fuzzer']
/src/yara/libyara/threading.c ['dex_fuzzer', 'elf_fuzzer', 'macho_fuzzer', 'dotnet_fuzzer', 'pe_fuzzer', 'rules_fuzzer'] ['dex_fuzzer', 'elf_fuzzer', 'macho_fuzzer', 'dotnet_fuzzer', 'pe_fuzzer', 'rules_fuzzer']
/src/yara/libyara/modules/dotnet/dotnet.c [] []
/src/yara/libyara/tlshc/tlsh_impl.c [] []
/src/yara/./libyara/include/yara/unaligned.h ['dex_fuzzer', 'elf_fuzzer', 'macho_fuzzer', 'dotnet_fuzzer', 'pe_fuzzer'] []
/src/yara/libyara/sizedstr.c ['dex_fuzzer', 'elf_fuzzer', 'macho_fuzzer', 'dotnet_fuzzer', 'pe_fuzzer', 'rules_fuzzer'] ['macho_fuzzer', 'dotnet_fuzzer', 'pe_fuzzer', 'rules_fuzzer']
/src/yara/libyara/atoms.c ['rules_fuzzer'] ['rules_fuzzer']
/src/yara/libyara/hex_lexer.l ['rules_fuzzer'] ['rules_fuzzer']
/src/yara/libyara/bitmask.c ['rules_fuzzer'] ['rules_fuzzer']
/src/yara/libyara/notebook.c ['dex_fuzzer', 'elf_fuzzer', 'macho_fuzzer', 'dotnet_fuzzer', 'pe_fuzzer'] ['elf_fuzzer', 'macho_fuzzer', 'dotnet_fuzzer', 'pe_fuzzer']
/src/yara/libyara/re.c ['dex_fuzzer', 'elf_fuzzer', 'macho_fuzzer', 'dotnet_fuzzer', 'pe_fuzzer', 'rules_fuzzer'] ['rules_fuzzer']
/src/yara/libyara/libyara.c ['dex_fuzzer', 'elf_fuzzer', 'macho_fuzzer', 'dotnet_fuzzer', 'pe_fuzzer', 'rules_fuzzer'] ['dex_fuzzer', 'elf_fuzzer', 'macho_fuzzer', 'dotnet_fuzzer', 'pe_fuzzer', 'rules_fuzzer']
/src/yara/libyara/modules/tests/tests.c [] []
/src/yara/libyara/modules/console/console.c [] []
/src/yara/libyara/grammar.c ['rules_fuzzer'] ['rules_fuzzer']
/src/yara/libyara/re_lexer.l ['rules_fuzzer'] ['rules_fuzzer']
/src/yara/tests/oss-fuzz/dotnet_fuzzer.cc ['dotnet_fuzzer'] ['dotnet_fuzzer']
/src/yara/libyara/modules/elf/elf.c [] []
/src/yara/libyara/scan.c ['dex_fuzzer', 'elf_fuzzer', 'macho_fuzzer', 'dotnet_fuzzer', 'pe_fuzzer'] []
/src/yara/libyara/exefiles.c ['dex_fuzzer', 'elf_fuzzer', 'macho_fuzzer', 'dotnet_fuzzer', 'pe_fuzzer'] ['elf_fuzzer', 'macho_fuzzer', 'dotnet_fuzzer', 'pe_fuzzer']
/src/yara/libyara/simple_str.c [] []
/src/yara/libyara/tlshc/tlsh.c [] []
/src/yara/tests/oss-fuzz/macho_fuzzer.cc ['macho_fuzzer'] ['macho_fuzzer']
/src/yara/libyara/modules/dex/dex.c [] []
/src/yara/libyara/filemap.c [] []
/src/yara/libyara/arena.c ['dex_fuzzer', 'elf_fuzzer', 'macho_fuzzer', 'dotnet_fuzzer', 'pe_fuzzer', 'rules_fuzzer'] ['dex_fuzzer', 'elf_fuzzer', 'macho_fuzzer', 'dotnet_fuzzer', 'pe_fuzzer', 'rules_fuzzer']
/src/yara/libyara/mem.c ['dex_fuzzer', 'elf_fuzzer', 'macho_fuzzer', 'dotnet_fuzzer', 'pe_fuzzer', 'rules_fuzzer'] ['dex_fuzzer', 'elf_fuzzer', 'macho_fuzzer', 'dotnet_fuzzer', 'pe_fuzzer', 'rules_fuzzer']
/src/yara/libyara/modules.c ['dex_fuzzer', 'elf_fuzzer', 'macho_fuzzer', 'dotnet_fuzzer', 'pe_fuzzer', 'rules_fuzzer'] ['dex_fuzzer', 'elf_fuzzer', 'macho_fuzzer', 'dotnet_fuzzer', 'pe_fuzzer', 'rules_fuzzer']
/src/yara/re_grammar.c ['rules_fuzzer'] ['rules_fuzzer']
/src/yara/tests/oss-fuzz/elf_fuzzer.cc ['elf_fuzzer'] ['elf_fuzzer']
/src/yara/libyara/modules/math/math.c [] []
/src/yara/libyara/lexer.l ['rules_fuzzer'] ['rules_fuzzer']
/src/yara/libyara/tlshc/tlsh_util.c [] []
/src/yara/tests/oss-fuzz/rules_fuzzer.cc ['rules_fuzzer'] ['rules_fuzzer']
/src/yara/libyara/rules.c ['dex_fuzzer', 'elf_fuzzer', 'macho_fuzzer', 'dotnet_fuzzer', 'pe_fuzzer', 'rules_fuzzer'] ['dex_fuzzer', 'elf_fuzzer', 'macho_fuzzer', 'dotnet_fuzzer', 'pe_fuzzer', 'rules_fuzzer']
/src/yara/libyara/object.c ['dex_fuzzer', 'elf_fuzzer', 'macho_fuzzer', 'dotnet_fuzzer', 'pe_fuzzer', 'rules_fuzzer'] ['dex_fuzzer', 'elf_fuzzer', 'macho_fuzzer', 'dotnet_fuzzer', 'pe_fuzzer', 'rules_fuzzer']
/src/yara/libyara/stream.c [] []
/src/yara/libyara/hex_lexer.c ['rules_fuzzer'] ['rules_fuzzer']
/src/yara/libyara/modules/macho/macho.c [] []
/src/yara/libyara/proc/linux.c [] []
/src/yara/libyara/exception.h [] []
/src/yara/libyara/hash.c ['dex_fuzzer', 'elf_fuzzer', 'macho_fuzzer', 'dotnet_fuzzer', 'pe_fuzzer', 'rules_fuzzer'] ['dex_fuzzer', 'elf_fuzzer', 'macho_fuzzer', 'dotnet_fuzzer', 'pe_fuzzer', 'rules_fuzzer']
/src/yara/hex_grammar.c ['rules_fuzzer'] ['rules_fuzzer']
/src/yara/libyara/modules/string/string.c [] []
/src/yara/libyara/modules/pe/pe.c [] []
/src/yara/libyara/modules/time/time.c [] []

Directories in report

Directory
/src/yara/tests/oss-fuzz/
/src/yara/libyara/modules/pe/
/src/yara/libyara/modules/tests/
/src/yara/
/src/yara/libyara/tlshc/
/src/yara/libyara/modules/dotnet/
/src/yara/libyara/modules/console/
/src/yara/libyara/modules/time/
/src/yara/libyara/modules/dex/
/src/yara/./libyara/include/yara/
/src/yara/libyara/modules/macho/
/src/yara/libyara/modules/elf/
/src/yara/libyara/
/src/yara/libyara/modules/string/
/src/yara/libyara/proc/
/src/yara/libyara/modules/math/