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

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 389 70.3%
gold [1:9] 8 1.44%
yellow [10:29] 2 0.36%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 154 27.8%
All colors 553 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
192 192 1 :

['yr_scan_verify_match']

192 192 _yr_scanner_scan_mem_block call site: 00163 /src/yara/libyara/scanner.c:154
8 8 1 :

['strlcpy']

8 142 yr_parser_reduce_import call site: 00000 /src/yara/libyara/parser.c:1327
5 5 1 :

['ss_dup']

5 5 yr_object_copy call site: 00073 /src/yara/libyara/object.c:562
0 47 1 :

['yr_compiler_destroy']

0 47 yr_compiler_create call site: 00000 /src/yara/libyara/compiler.c:276
0 4 1 :

['yr_free']

0 4 yr_ac_automaton_create call site: 00000 /src/yara/libyara/ahocorasick.c:739
0 4 1 :

['yr_free']

0 4 yr_hash_table_add_raw_key call site: 00119 /src/yara/libyara/hash.c:318
0 2 1 :

['yr_free']

0 4 yr_object_set_string call site: 00108 /src/yara/libyara/object.c:1036
0 2 1 :

['yr_free']

0 2 yr_notebook_create call site: 00143 /src/yara/libyara/notebook.c:95
0 2 1 :

['yr_free']

0 2 yr_rules_from_arena call site: 00000 /src/yara/libyara/rules.c:341
0 0 None 33156 34731 yara_yyparse call site: 00000 /src/yara/libyara/grammar.c:1962
0 0 None 33156 34731 yara_yyparse call site: 00000 /src/yara/libyara/grammar.c:2059
0 0 None 33156 34731 yara_yyparse call site: 00000 /src/yara/libyara/grammar.c:2078

Runtime coverage analysis

Covered functions
147
Functions that are reachable but not covered
82
Reachable functions
149
Percentage of reachable functions covered
44.97%
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 13
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/exception.h 1
libyara/exefiles.c 3
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 369 66.7%
gold [1:9] 6 1.08%
yellow [10:29] 3 0.54%
greenyellow [30:49] 1 0.18%
lawngreen 50+ 174 31.4%
All colors 553 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
192 192 1 :

['yr_scan_verify_match']

192 192 _yr_scanner_scan_mem_block call site: 00163 /src/yara/libyara/scanner.c:154
19 19 1 :

['yara_yywarning']

35 80 yr_parser_reduce_rule_declaration_phase_2 call site: 00000 /src/yara/libyara/parser.c:1078
8 8 1 :

['strlcpy']

8 238 yr_parser_reduce_rule_declaration_phase_1 call site: 00000 /src/yara/libyara/parser.c:984
8 8 1 :

['strlcpy']

8 142 yr_parser_reduce_import call site: 00000 /src/yara/libyara/parser.c:1327
8 8 1 :

['strlcpy']

8 8 yr_parser_reduce_operation call site: 00000 /src/yara/libyara/parser.c:1451
5 5 1 :

['ss_dup']

5 5 yr_object_copy call site: 00073 /src/yara/libyara/object.c:562
4 4 2 :

['strcmp', 'memcmp']

4 10 _yr_hash_table_lookup call site: 00315 /src/yara/libyara/hash.c:149
2 6 3 :

['yr_free', 'yr_malloc', 'strlen']

2 6 sstr_new call site: 00000 /src/yara/libyara/simple_str.c:72
0 47 1 :

['yr_compiler_destroy']

0 47 yr_compiler_create call site: 00000 /src/yara/libyara/compiler.c:276
0 5 1 :

['sstr_free']

0 5 sstr_newf call site: 00000 /src/yara/libyara/simple_str.c:100
0 4 1 :

['yr_free']

0 4 yr_ac_automaton_create call site: 00000 /src/yara/libyara/ahocorasick.c:739
0 4 1 :

['yr_free']

0 4 yr_hash_table_add_raw_key call site: 00119 /src/yara/libyara/hash.c:318

Runtime coverage analysis

Covered functions
200
Functions that are reachable but not covered
77
Reachable functions
149
Percentage of reachable functions covered
48.32%
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 13
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/exception.h 1
libyara/exefiles.c 3
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 365 66.0%
gold [1:9] 6 1.08%
yellow [10:29] 3 0.54%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 179 32.3%
All colors 553 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
192 192 1 :

['yr_scan_verify_match']

192 192 _yr_scanner_scan_mem_block call site: 00163 /src/yara/libyara/scanner.c:154
131 131 1 :

['macho_offset_to_rva']

131 377 macho_handle_main call site: 00000 /src/yara/libyara/modules/macho/macho.c:347
19 19 1 :

['yara_yywarning']

35 80 yr_parser_reduce_rule_declaration_phase_2 call site: 00000 /src/yara/libyara/parser.c:1078
8 8 1 :

['strlcpy']

8 238 yr_parser_reduce_rule_declaration_phase_1 call site: 00000 /src/yara/libyara/parser.c:984
8 8 1 :

['strlcpy']

8 142 yr_parser_reduce_import call site: 00000 /src/yara/libyara/parser.c:1327
8 8 1 :

['strlcpy']

8 8 yr_parser_reduce_operation call site: 00000 /src/yara/libyara/parser.c:1451
5 5 1 :

['ss_dup']

5 5 yr_object_copy call site: 00073 /src/yara/libyara/object.c:562
4 4 2 :

['strcmp', 'memcmp']

4 10 _yr_hash_table_lookup call site: 00315 /src/yara/libyara/hash.c:149
0 47 1 :

['yr_compiler_destroy']

0 47 yr_compiler_create call site: 00000 /src/yara/libyara/compiler.c:276
0 4 1 :

['yr_free']

0 4 yr_ac_automaton_create call site: 00000 /src/yara/libyara/ahocorasick.c:739
0 4 1 :

['yr_free']

0 4 yr_hash_table_add_raw_key call site: 00119 /src/yara/libyara/hash.c:318
0 2 1 :

['yr_free']

0 4 yr_object_set_string call site: 00108 /src/yara/libyara/object.c:1036

Runtime coverage analysis

Covered functions
177
Functions that are reachable but not covered
78
Reachable functions
149
Percentage of reachable functions covered
47.65%
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 13
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/exception.h 1
libyara/exefiles.c 3
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 902 54.6%
gold [1:9] 15 0.90%
yellow [10:29] 21 1.27%
greenyellow [30:49] 4 0.24%
lawngreen 50+ 709 42.9%
All colors 1651 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
99 99 8 :

['hex_yyfatal', 'ferror', 'fread', '__errno_location', 'clearerr', 'hex_yyrestart', 'getc', 'hex_yyrealloc']

99 99 yy_get_next_buffer call site: 00309 /src/yara/hex_lexer.c:1456
2 514 7 :

['yara_yywarning', 'yr_arena_get_ptr', 'yr_arena_ref_to_ptr', 'yr_re_ast_split_at_chaining_point', '_yr_parser_write_string', 'yr_re_ast_has_unbounded_quantifier_for_dot', 'memcmp']

2 549 yr_parser_reduce_string_declaration call site: 00828 /src/yara/libyara/parser.c:762
2 2 1 :

['__errno_location']

2 2 hex_yylex_init call site: 00492 /src/yara/hex_lexer.c:2287
2 2 1 :

['strlen']

2 2 strlcat call site: 01146 /src/yara/libyara/strutils.c:138
0 47 1 :

['yr_compiler_destroy']

0 47 yr_compiler_create call site: 00025 /src/yara/libyara/compiler.c:276
0 28 1 :

['yr_object_destroy']

0 36 yr_object_destroy call site: 00051 /src/yara/libyara/object.c:371
0 28 1 :

['yr_object_destroy']

0 34 yr_object_destroy call site: 00051 /src/yara/libyara/object.c:355
0 9 1 :

['yr_re_ast_destroy']

0 9 yr_parser_reduce_string_declaration call site: 01048 /src/yara/libyara/parser.c:928
0 6 1 :

['yr_free']

0 6 _yr_hash_table_lookup call site: 00097 /src/yara/libyara/hash.c:153
0 4 1 :

['yr_free']

0 4 yr_ac_automaton_create call site: 00027 /src/yara/libyara/ahocorasick.c:739
0 4 1 :

['yr_free']

0 4 yr_hash_table_add_raw_key call site: 00108 /src/yara/libyara/hash.c:318
0 2 1 :

['yr_free']

0 2 yr_rules_from_arena call site: 01636 /src/yara/libyara/rules.c:341

Runtime coverage analysis

Covered functions
244
Functions that are reachable but not covered
59
Reachable functions
281
Percentage of reachable functions covered
79.0%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
tests/oss-fuzz/rules_fuzzer.cc 1
libyara/compiler.c 16
libyara/mem.c 5
libyara/hash.c 15
libyara/arena.c 14
libyara/ahocorasick.c 15
libyara/object.c 4
lexer.l 5
lexer.c 27
libyara/strutils.c 3
libyara/libyara.c 2
libyara/grammar.c 6
libyara/parser.c 23
libyara/modules.c 1
libyara/re.c 21
hex_lexer.l 3
libyara/threading.c 2
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

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 342 61.8%
gold [1:9] 4 0.72%
yellow [10:29] 6 1.08%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 201 36.3%
All colors 553 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
192 192 1 :

['yr_scan_verify_match']

192 192 _yr_scanner_scan_mem_block call site: 00163 /src/yara/libyara/scanner.c:154
19 19 1 :

['yara_yywarning']

19 80 yr_parser_reduce_rule_declaration_phase_2 call site: 00000 /src/yara/libyara/parser.c:1078
5 5 1 :

['ss_dup']

5 5 yr_object_copy call site: 00073 /src/yara/libyara/object.c:562
4 4 2 :

['strcmp', 'memcmp']

4 10 _yr_hash_table_lookup call site: 00315 /src/yara/libyara/hash.c:149
0 47 1 :

['yr_compiler_destroy']

0 47 yr_compiler_create call site: 00000 /src/yara/libyara/compiler.c:276
0 29 1 :

['yr_parser_emit_with_arg']

0 75 yr_parser_reduce_operation call site: 00000 /src/yara/libyara/parser.c:1426
0 8 1 :

['strlcpy']

0 238 yr_parser_reduce_rule_declaration_phase_1 call site: 00000 /src/yara/libyara/parser.c:984
0 8 1 :

['strlcpy']

0 142 yr_parser_reduce_import call site: 00000 /src/yara/libyara/parser.c:1327
0 4 1 :

['yr_free']

0 4 yr_ac_automaton_create call site: 00000 /src/yara/libyara/ahocorasick.c:739
0 4 1 :

['yr_free']

0 4 yr_hash_table_add_raw_key call site: 00119 /src/yara/libyara/hash.c:318
0 2 1 :

['yr_free']

0 2 yr_notebook_create call site: 00143 /src/yara/libyara/notebook.c:95
0 2 1 :

['yr_free']

0 2 yr_rules_from_arena call site: 00000 /src/yara/libyara/rules.c:341

Runtime coverage analysis

Covered functions
190
Functions that are reachable but not covered
78
Reachable functions
149
Percentage of reachable functions covered
47.65%
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 13
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/exception.h 1
libyara/exefiles.c 3
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 390 70.5%
gold [1:9] 8 1.44%
yellow [10:29] 2 0.36%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 153 27.6%
All colors 553 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
192 192 1 :

['yr_scan_verify_match']

192 192 _yr_scanner_scan_mem_block call site: 00163 /src/yara/libyara/scanner.c:154
8 8 1 :

['strlcpy']

8 142 yr_parser_reduce_import call site: 00000 /src/yara/libyara/parser.c:1327
5 5 1 :

['ss_dup']

5 5 yr_object_copy call site: 00073 /src/yara/libyara/object.c:562
4 4 2 :

['strcmp', 'memcmp']

4 10 _yr_hash_table_lookup call site: 00315 /src/yara/libyara/hash.c:149
0 47 1 :

['yr_compiler_destroy']

0 47 yr_compiler_create call site: 00000 /src/yara/libyara/compiler.c:276
0 4 1 :

['yr_free']

0 4 yr_ac_automaton_create call site: 00000 /src/yara/libyara/ahocorasick.c:739
0 4 1 :

['yr_free']

0 4 yr_hash_table_add_raw_key call site: 00119 /src/yara/libyara/hash.c:318
0 2 1 :

['yr_free']

0 4 yr_object_set_string call site: 00108 /src/yara/libyara/object.c:1036
0 2 1 :

['yr_free']

0 2 yr_notebook_create call site: 00143 /src/yara/libyara/notebook.c:95
0 2 1 :

['yr_free']

0 2 yr_rules_from_arena call site: 00000 /src/yara/libyara/rules.c:341
0 0 None 33156 34731 yara_yyparse call site: 00000 /src/yara/libyara/grammar.c:1962
0 0 None 33156 34731 yara_yyparse call site: 00000 /src/yara/libyara/grammar.c:2059

Runtime coverage analysis

Covered functions
148
Functions that are reachable but not covered
82
Reachable functions
149
Percentage of reachable functions covered
44.97%
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 13
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/exception.h 1
libyara/exefiles.c 3
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

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 ['struct.YR_SCAN_CONTEXT.179 *', 'struct.YR_OBJECT *', 'char *', 'size_t'] 13 0 165 21 8 82 0 848 699
pe__declarations /src/yara/libyara/modules/pe/pe.c 1 ['struct.YR_OBJECT *'] 8 0 6899 772 330 86 0 887 586
pe__load /src/yara/libyara/modules/pe/pe.c 4 ['struct.YR_SCAN_CONTEXT.179 *', 'struct.YR_OBJECT *', 'char *', 'size_t'] 10 0 561 23 9 64 0 612 430
elf__declarations /src/yara/libyara/modules/elf/elf.c 1 ['struct.YR_OBJECT *'] 8 0 2833 319 142 60 0 471 300
elf__load /src/yara/libyara/modules/elf/elf.c 4 ['struct.YR_SCAN_CONTEXT.179 *', 'struct.YR_OBJECT *', 'char *', 'size_t'] 8 0 524 54 16 39 0 430 293
lnk__declarations /src/yara/libyara/modules/lnk/lnk.c 1 ['struct.YR_OBJECT *'] 4 0 5874 665 273 11 0 305 273
macho__declarations /src/yara/libyara/modules/macho/macho.c 1 ['struct.YR_OBJECT *'] 8 0 4641 520 239 34 0 408 262
lnk__load /src/yara/libyara/modules/lnk/lnk.c 4 ['struct.YR_SCAN_CONTEXT.179 *', 'struct.YR_OBJECT *', 'char *', 'size_t'] 7 0 1070 96 40 48 0 389 254
math__declarations /src/yara/libyara/modules/math/math.c 1 ['struct.YR_OBJECT *'] 8 0 509 52 26 60 0 355 197
dex__declarations /src/yara/libyara/modules/dex/dex.c 1 ['struct.YR_OBJECT *'] 8 0 3677 419 157 52 0 494 197

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

Functions statically reachable by fuzzers
67.0%
553 / 822
Cyclomatic complexity statically reachable by fuzzers
83.0%
6759 / 8110

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 Fuzzers runtime hit Func lines hit % I Count BB Count Cyclomatic complexity Functions reached Reached by functions Accumulated cyclomatic complexity Undiscovered complexity

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

Directories in report

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