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

Fuzzer details

Fuzzer: x86_instruction_emulator

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 335 17.6%
gold [1:9] 442 23.3%
yellow [10:29] 82 4.32%
greenyellow [30:49] 29 1.53%
lawngreen 50+ 1006 53.1%
All colors 1894 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
0 2 1 :

['x86_emul_reset_event']

0 2 is_branch_step call site: 00063 /src/xen/tools/fuzz/x86_instruction_emulator/./x86_emulate/x86_emulate.c:1179
0 0 None 0 5412 x86_emulate call site: 00071 /src/xen/tools/fuzz/x86_instruction_emulator/./x86_emulate/x86_emulate.c:1295
0 0 None 0 38 x86_emulate call site: 00212 /src/xen/tools/fuzz/x86_instruction_emulator/./x86_emulate/x86_emulate.c:1537
0 0 None 0 38 x86_emulate call site: 00212 /src/xen/tools/fuzz/x86_instruction_emulator/./x86_emulate/x86_emulate.c:1547
0 0 None 0 38 x86_emulate call site: 00212 /src/xen/tools/fuzz/x86_instruction_emulator/./x86_emulate/x86_emulate.c:1557
0 0 None 0 38 x86_emulate call site: 00212 /src/xen/tools/fuzz/x86_instruction_emulator/./x86_emulate/x86_emulate.c:1567
0 0 None 0 38 x86_emulate call site: 00212 /src/xen/tools/fuzz/x86_instruction_emulator/./x86_emulate/x86_emulate.c:1577
0 0 None 0 38 x86_emulate call site: 00212 /src/xen/tools/fuzz/x86_instruction_emulator/./x86_emulate/x86_emulate.c:1587
0 0 None 0 38 x86_emulate call site: 00212 /src/xen/tools/fuzz/x86_instruction_emulator/./x86_emulate/x86_emulate.c:1597
0 0 None 0 38 x86_emulate call site: 00276 /src/xen/tools/fuzz/x86_instruction_emulator/./x86_emulate/x86_emulate.c:1936
0 0 None 0 38 x86_emulate call site: 00449 /src/xen/tools/fuzz/x86_instruction_emulator/./x86_emulate/x86_emulate.c:2587
0 0 None 0 38 x86_emulate call site: 00449 /src/xen/tools/fuzz/x86_instruction_emulator/./x86_emulate/x86_emulate.c:2593

Runtime coverage analysis

Covered functions
112
Functions that are reachable but not covered
5
Reachable functions
71
Percentage of reachable functions covered
92.96%
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
fuzz-emul.c 13
./x86_emulate/x86_emulate.h 7
./x86_emulate/x86_emulate.c 22
./x86_emulate/private.h 9
x86_emulate/decode.c 6
x86_emulate/private.h 8
./x86-emulate.h 2
x86_emulate/fpu.c 2
x86_emulate/0f01.c 1
x86-emulate.c 2
x86_emulate/0fae.c 1
x86_emulate/0fc7.c 1

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/xen/tools/fuzz/x86_instruction_emulator/cpuid.c [] []
/src/xen/tools/fuzz/x86_instruction_emulator/./x86_emulate/x86_emulate.c ['x86_instruction_emulator'] []
/src/xen/tools/fuzz/x86_instruction_emulator/../../../tools/include/xen/lib/x86/cpu-policy.h [] []
/src/xen/tools/fuzz/x86_instruction_emulator/x86_emulate/0fae.c ['x86_instruction_emulator'] ['x86_instruction_emulator']
/src/xen/tools/fuzz/x86_instruction_emulator/x86_emulate/0fc7.c ['x86_instruction_emulator'] ['x86_instruction_emulator']
/src/xen/tools/fuzz/x86_instruction_emulator/x86-emulate.c ['x86_instruction_emulator'] ['x86_instruction_emulator']
/src/xen/tools/fuzz/x86_instruction_emulator/wrappers.c [] []
/src/xen/tools/fuzz/x86_instruction_emulator/./x86-emulate.h ['x86_instruction_emulator'] []
/src/xen/tools/fuzz/x86_instruction_emulator/./x86_emulate/x86_emulate.h ['x86_instruction_emulator'] []
/src/xen/tools/fuzz/x86_instruction_emulator/x86_emulate/0f01.c ['x86_instruction_emulator'] ['x86_instruction_emulator']
/src/xen/tools/fuzz/x86_instruction_emulator/fuzz-emul.c ['x86_instruction_emulator'] ['x86_instruction_emulator']
/src/xen/tools/fuzz/x86_instruction_emulator/x86_emulate/fpu.c ['x86_instruction_emulator'] ['x86_instruction_emulator']
/src/xen/tools/fuzz/x86_instruction_emulator/../../../xen/lib/x86/private.h [] []
/src/xen/tools/fuzz/x86_instruction_emulator/x86_emulate/decode.c ['x86_instruction_emulator'] ['x86_instruction_emulator']
/src/xen/tools/fuzz/x86_instruction_emulator/x86_emulate/private.h ['x86_instruction_emulator'] ['x86_instruction_emulator']

Directories in report

Directory
/src/xen/tools/fuzz/x86_instruction_emulator/
/src/xen/tools/fuzz/x86_instruction_emulator/../../../xen/lib/x86/
/src/xen/tools/fuzz/x86_instruction_emulator/./x86_emulate/
/src/xen/tools/fuzz/x86_instruction_emulator/x86_emulate/
/src/xen/tools/fuzz/x86_instruction_emulator/../../../tools/include/xen/lib/x86/
/src/xen/tools/fuzz/x86_instruction_emulator/./