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

Fuzzer details

Fuzzer: fuzz_disasmv5

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 9 24.3%
gold [1:9] 1 2.70%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 27 72.9%
All colors 37 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
10 47 5 :

['strncpy', 'fill_insn', 'MCInst_Init', 'SStream_Init', 'skipdata_opstr']

10 47 cs_disasm call site: 00013 /src/capstonev5/cs.c:962
9 13 2 :

['cs_insn_name', 'str_replace']

13 17 fill_insn call site: 00015 /src/capstonev5/cs.c:604
6 10 2 :

['need_zero_prefix', 'SStream_concat0']

6 20 printImm call site: 00000 /src/capstonev5/arch/X86/X86IntelInstPrinter.c:314
6 6 1 :

['need_zero_prefix']

6 22 printImm call site: 00000 /src/capstonev5/arch/X86/X86IntelInstPrinter.c:374
2 17 6 :

['printOperand.15239', 'SStream_concat0', 'cs_strdup', 'SStream_concat1', 'strlen', 'printCustomAliasOperand.15244']

2 17 printAliasInstr call site: 00000 /src/capstonev5/arch/RISCV/RISCVGenAsmWriter.inc:2282
2 17 6 :

['printOperand.15239', 'SStream_concat0', 'cs_strdup', 'SStream_concat1', 'strlen', 'printCustomAliasOperand.15244']

2 17 printAliasInstr call site: 00000 /src/capstonev5/arch/RISCV/RISCVGenAsmWriter.inc:2515
2 8 3 :

['MCOperand_getReg', 'MCInst_getOperand', 'arm64_op_addReg']

2 8 AArch64_printInst call site: 00000 /src/capstonev5/arch/AArch64/AArch64InstPrinter.c:849
2 8 3 :

['MCOperand_getReg', 'MCInst_getOperand', 'arm64_op_addReg']

2 8 AArch64_printInst call site: 00000 /src/capstonev5/arch/AArch64/AArch64InstPrinter.c:859
2 8 3 :

['MCOperand_getReg', 'MCInst_getOperand', 'arm64_op_addReg']

2 8 AArch64_printInst call site: 00000 /src/capstonev5/arch/AArch64/AArch64InstPrinter.c:869
2 8 3 :

['MCOperand_getReg', 'MCInst_getOperand', 'arm64_op_addReg']

2 8 AArch64_printInst call site: 00000 /src/capstonev5/arch/AArch64/AArch64InstPrinter.c:879
2 8 3 :

['MCOperand_getReg', 'MCInst_getOperand', 'arm64_op_addReg']

2 8 AArch64_printInst call site: 00000 /src/capstonev5/arch/AArch64/AArch64InstPrinter.c:889
2 2 1 :

['lookupTSBByEncoding']

2 15 printBarrierOption call site: 00000 /src/capstonev5/arch/AArch64/AArch64InstPrinter.c:2047

Runtime coverage analysis

Covered functions
1572
Functions that are reachable but not covered
9
Reachable functions
25
Percentage of reachable functions covered
64.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.
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
capstonev5/suite/fuzz/fuzz_disasm.c 1
capstonev5/suite/fuzz/platform.c 2
capstonev5/cs.c 11
capstonev5/MCInst.c 2
capstonev5/SStream.c 1
capstonev5/utils.c 1

Fuzzer: fuzz_disasmnext

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 9 23.0%
gold [1:9] 1 2.56%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 29 74.3%
All colors 39 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
6 10 2 :

['need_zero_prefix', 'SStream_concat0']

6 20 printImm call site: 00000 /src/capstonev5/arch/X86/X86IntelInstPrinter.c:314
6 6 1 :

['need_zero_prefix']

6 22 printImm call site: 00000 /src/capstonev5/arch/X86/X86IntelInstPrinter.c:374
4 4 1 :

['SStream_Close']

8 8 printInst call site: 00000 /src/capstonenext/arch/PowerPC/PPCInstPrinter.c:232
4 4 1 :

['SStream_Open']

4 4 printInst call site: 00000 /src/capstonenext/arch/PowerPC/PPCInstPrinter.c:235
3 3 1 :

['ARM_blx_to_arm_mode']

3 3 t_add_pc call site: 00000 /src/capstonenext/arch/ARM/ARMMapping.c:824
2 17 6 :

['printOperand.15239', 'SStream_concat0', 'cs_strdup', 'SStream_concat1', 'strlen', 'printCustomAliasOperand.15244']

2 17 printAliasInstr call site: 00000 /src/capstonev5/arch/RISCV/RISCVGenAsmWriter.inc:2282
2 17 6 :

['printOperand.15239', 'SStream_concat0', 'cs_strdup', 'SStream_concat1', 'strlen', 'printCustomAliasOperand.15244']

2 17 printAliasInstr call site: 00000 /src/capstonev5/arch/RISCV/RISCVGenAsmWriter.inc:2515
2 2 1 :

['updated_mode']

2 2 Mips_option call site: 00000 /src/capstonev5/arch/Mips/MipsModule.c:44
2 2 1 :

['strncpy']

2 2 X86_ATT_printInst call site: 00000 /src/capstonev5/arch/X86/X86ATTInstPrinter.c:842
2 2 1 :

['strncpy']

2 2 X86_Intel_printInst call site: 00000 /src/capstonev5/arch/X86/X86IntelInstPrinter.c:706
0 208 11 :

['AArch64_get_detail_op', 'detail_is_set.20375', 'MCRegisterInfo_getMatchingSuperReg', 'MCRegisterInfo_getRegClass', 'AArch64_inc_op_count.20486', 'AArch64RPRFM_lookupRPRFMByEncoding', 'printOperand', 'SStream_concat0', 'MCOperand_getImm', 'MCInst_getOperand', 'MCOperand_getReg']

0 208 printRangePrefetchAlias call site: 00000 /src/capstonenext/arch/AArch64/AArch64InstPrinter.c:988
0 132 1 :

['printAlias1']

0 132 printAlias call site: 00000 /src/capstonev5/arch/Mips/MipsInstPrinter.c:364

Runtime coverage analysis

Covered functions
1991
Functions that are reachable but not covered
10
Reachable functions
27
Percentage of reachable functions covered
62.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
capstonenext/suite/fuzz/fuzz_disasm.c 1
capstonenext/suite/fuzz/platform.c 2
capstonenext/cs.c 12
capstonenext/MCInst.c 2
capstonenext/SStream.c 1
capstonenext/utils.c 1

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
getThumbInstruction /src/capstonenext/arch/ARM/ARMDisassembler.c 7 ['size_t', 'char *', 'size_t', 'struct.MCInst *', 'short *', 'size_t', 'char *'] 7 0 602 64 28 315 0 1685 1683
AArch64_printer /src/capstonenext/arch/AArch64/AArch64Mapping.c 3 ['struct.MCInst *', 'struct.SStream *', 'char *'] 13 0 104 9 4 133 0 1512 1466
AArch64_printInst /src/capstonev5/arch/AArch64/AArch64InstPrinter.c 3 ['struct.MCInst.645 *', 'struct.SStream *', 'char *'] 7 0 5380 386 96 84 0 1394 449
X86_getInstruction /src/capstonev5/arch/X86/X86Disassembler.c 7 ['size_t', 'char *', 'size_t', 'struct.MCInst.851 *', 'short *', 'size_t', 'char *'] 6 0 309 41 15 46 0 439 400
TriCore_getInstruction /src/capstonev5/arch/TriCore/TriCoreMapping.c 7 ['size_t', 'char *', 'size_t', 'struct.MCInst.1744 *', 'short *', 'size_t', 'char *'] 9 0 40 3 2 71 0 440 297
ARM_add_cs_detail /src/capstonenext/arch/ARM/ARMMapping.c 3 ['struct.MCInst *', 'int', 'struct.platform *'] 6 0 386 58 11 75 0 356 225
M680X_getInstruction /src/capstonev5/arch/M680X/M680XDisassembler.c 7 ['size_t', 'char *', 'size_t', 'struct.MCInst.1326 *', 'short *', 'size_t', 'char *'] 5 0 254 44 16 25 0 162 158

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

Functions statically reachable by fuzzers
25.0%
633 / 2500
Cyclomatic complexity statically reachable by fuzzers
39.0%
4788 / 12411

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/capstonev5/arch/SystemZ/SystemZModule.c [] []
/src/capstonenext/arch/M680X/M680XInstPrinter.c [] []
/src/capstonenext/arch/M68K/M68KModule.c [] []
/src/capstonenext/utils.c ['fuzz_disasmnext'] ['fuzz_disasmnext']
/src/capstonenext/arch/AArch64/AArch64AddressingModes.h [] []
/src/capstonev5/arch/XCore/XCoreInstPrinter.c [] []
/src/capstonev5/arch/Mips/MipsMapping.c [] []
/src/capstonev5/arch/PowerPC/PPCMapping.c [] []
/src/capstonenext/arch/AArch64/AArch64Disassembler.c [] []
/src/capstonev5/arch/XCore/XCoreModule.c [] []
/src/capstonenext/MCInstrDesc.c [] []
/src/capstonenext/arch/PowerPC/../../Mapping.h [] []
/src/capstonenext/arch/BPF/BPFModule.c [] []
/src/capstonenext/arch/PowerPC/PPCGenAsmWriter.inc [] []
/src/capstonenext/Mapping.c [] []
/src/capstonev5/arch/TMS320C64x/TMS320C64xMapping.c [] []
/src/capstonenext/arch/TriCore/../../MathExtras.h [] []
/src/capstonenext/arch/SystemZ/SystemZMapping.c [] []
/src/capstonev5/arch/EVM/EVMModule.c [] []
/src/capstonev5/arch/X86/X86ATTInstPrinter.c [] []
/src/capstonev5/arch/BPF/BPFModule.c [] []
/src/capstonenext/arch/SH/SHModule.c [] []
/src/capstonenext/arch/SystemZ/SystemZInstPrinter.c [] []
/src/capstonenext/arch/ARM/ARMGenDisassemblerTables.inc [] []
/src/capstonev5/arch/Sparc/../../MathExtras.h [] []
/src/capstonev5/arch/ARM/ARMMapping.c [] []
/src/capstonev5/arch/TriCore/../../Mapping.h [] []
/src/capstonev5/arch/AArch64/AArch64Disassembler.c [] []
/src/capstonenext/arch/Mips/MipsMapping.c [] []
/src/capstonenext/arch/M680X/M680XDisassembler.c [] []
/src/capstonev5/arch/RISCV/RISCVGenAsmWriter.inc [] []
/src/capstonev5/arch/X86/X86IntelInstPrinter.c [] []
/src/capstonev5/arch/AArch64/AArch64Mapping.c [] []
/src/capstonev5/arch/RISCV/RISCVGenDisassemblerTables.inc [] []
/src/capstonenext/arch/XCore/XCoreInstPrinter.c [] []
/src/capstonenext/arch/M68K/M68KInstPrinter.c [] []
/src/capstonev5/arch/M68K/M68KInstPrinter.c [] []
/src/capstonenext/arch/EVM/EVMInstPrinter.c [] []
/src/capstonenext/arch/X86/X86Module.c [] []
/src/capstonenext/arch/PowerPC/PPCRegisterInfo.h [] []
/src/capstonenext/MCInst.c ['fuzz_disasmnext'] ['fuzz_disasmnext']
/src/capstonenext/arch/X86/X86IntelInstPrinter.c [] []
/src/capstonenext/arch/PowerPC/PPCGenDisassemblerTables.inc [] []
/src/capstonenext/arch/PowerPC/../../LEB128.h [] []
/src/capstonenext/arch/ARM/ARMInstPrinter.h [] []
/src/capstonev5/arch/AArch64/AArch64InstPrinter.c [] []
/src/capstonenext/arch/BPF/BPFMapping.c [] []
/src/capstonev5/arch/X86/X86Disassembler.c [] []
/src/capstonenext/arch/EVM/EVMModule.c [] []
/src/capstonenext/arch/PowerPC/PPCModule.c [] []
/src/capstonenext/arch/AArch64/AArch64InstPrinter.c [] []
/src/capstonev5/arch/TriCore/../../LEB128.h [] []
/src/capstonenext/arch/AArch64/AArch64InstPrinter.h [] []
/src/capstonenext/MCInst.h [] []
/src/capstonenext/arch/TriCore/../../Mapping.h [] []
/src/capstonenext/arch/Sparc/Sparc.h [] []
/src/capstonenext/arch/RISCV/RISCVModule.c [] []
/src/capstonenext/cs.c ['fuzz_disasmnext'] ['fuzz_disasmnext']
/src/capstonev5/arch/Sparc/SparcModule.c [] []
/src/capstonenext/arch/ARM/ARMAddressingModes.h [] []
/src/capstonenext/arch/RISCV/RISCVBaseInfo.h [] []
/src/capstonev5/MCInstrDesc.c [] []
/src/capstonenext/arch/X86/X86InstPrinterCommon.c [] []
/src/capstonenext/arch/MOS65XX/MOS65XXDisassembler.c [] []
/src/capstonenext/arch/SystemZ/SystemZMCTargetDesc.c [] []
/src/capstonev5/arch/RISCV/RISCVBaseInfo.h [] []
/src/capstonenext/arch/X86/X86ATTInstPrinter.c [] []
/src/capstonev5/arch/TriCore/TriCoreGenDisassemblerTables.inc [] []
/src/capstonenext/arch/Sparc/SparcInstPrinter.c [] []
/src/capstonev5/arch/RISCV/RISCVDisassembler.c [] []
/src/capstonenext/arch/M68K/M68KDisassembler.c [] []
/src/capstonenext/arch/PowerPC/PPCMapping.c [] []
/src/capstonenext/arch/SystemZ/SystemZDisassembler.c [] []
/src/capstonenext/arch/ARM/ARMMapping.c [] []
/src/capstonenext/MCInstPrinter.c [] []
/src/capstonenext/arch/PowerPC/PPCInstPrinter.c [] []
/src/capstonenext/arch/SH/SHInstPrinter.c [] []
/src/capstonev5/arch/M680X/M680XDisassembler.c [] []
/src/capstonenext/arch/TMS320C64x/TMS320C64xMapping.c [] []
/src/capstonenext/MCRegisterInfo.c [] []
/src/capstonev5/arch/ARM/ARMBaseInfo.h [] []
/src/capstonenext/arch/AArch64/../../MathExtras.h [] []
/src/capstonev5/arch/M68K/M68KDisassembler.c [] []
/src/capstonev5/arch/BPF/BPFMapping.c [] []
/src/capstonev5/arch/PowerPC/PPCModule.c [] []
/src/capstonenext/arch/WASM/WASMDisassembler.c [] []
/src/capstonev5/arch/SystemZ/SystemZInstPrinter.c [] []
/src/capstonev5/arch/EVM/EVMDisassembler.c [] []
/src/capstonev5/arch/Sparc/SparcMapping.c [] []
/src/capstonev5/cs.c ['fuzz_disasmv5'] ['fuzz_disasmv5']
/src/capstonenext/arch/AArch64/AArch64BaseInfo.h [] []
/src/capstonev5/arch/SH/SHDisassembler.c [] []
/src/capstonev5/arch/M68K/M68KModule.c [] []
/src/capstonev5/arch/EVM/EVMMapping.c [] []
/src/capstonenext/arch/WASM/WASMModule.c [] []
/src/capstonev5/arch/SH/SHInstPrinter.c [] []
/src/capstonev5/arch/RISCV/RISCVMapping.c [] []
/src/capstonenext/arch/TMS320C64x/TMS320C64xInstPrinter.c [] []
/src/capstonev5/arch/M680X/M680XInstPrinter.c [] []
/src/capstonenext/arch/XCore/XCoreModule.c [] []
/src/capstonenext/arch/PowerPC/PPCDisassembler.c [] []
/src/capstonev5/arch/RISCV/RISCVInstPrinter.c [] []
/src/capstonenext/include/capstone/arm.h [] []
/src/capstonev5/arch/ARM/ARMGenRegisterName_digit.inc [] []
/src/capstonenext/arch/TriCore/TriCoreMapping.c [] []
/src/capstonev5/arch/X86/X86Mapping.c [] []
/src/capstonev5/suite/fuzz/fuzz_disasm.c ['fuzz_disasmv5'] ['fuzz_disasmv5']
/src/capstonev5/arch/ARM/ARMModule.c [] []
/src/capstonev5/arch/SystemZ/SystemZMapping.c [] []
/src/capstonev5/arch/TMS320C64x/TMS320C64xModule.c [] []
/src/capstonenext/arch/TriCore/TriCoreInstPrinter.c [] []
/src/capstonenext/arch/TriCore/TriCoreDisassembler.c [] []
/src/capstonenext/arch/ARM/ARMBaseInfo.c [] []
/src/capstonev5/arch/XCore/XCoreMapping.c [] []
/src/capstonenext/arch/Sparc/SparcMapping.c [] []
/src/capstonev5/arch/TMS320C64x/TMS320C64xDisassembler.c [] []
/src/capstonenext/suite/fuzz/platform.c ['fuzz_disasmnext'] ['fuzz_disasmnext']
/src/capstonenext/arch/AArch64/AArch64Mapping.c [] []
/src/capstonenext/arch/WASM/WASMInstPrinter.c [] []
/src/capstonev5/arch/SystemZ/SystemZGenDisassemblerTables.inc [] []
/src/capstonev5/arch/X86/X86DisassemblerDecoder.c [] []
/src/capstonev5/arch/AArch64/AArch64Module.c [] []
/src/capstonev5/arch/ARM/ARMDisassembler.c [] []
/src/capstonenext/include/capstone/ppc.h [] []
/src/capstonenext/arch/X86/X86Disassembler.c [] []
/src/capstonenext/arch/X86/X86DisassemblerDecoder.c [] []
/src/capstonev5/arch/TriCore/TriCoreDisassembler.c [] []
/src/capstonev5/arch/TriCore/TriCoreMapping.c [] []
/src/capstonenext/arch/SH/SHDisassembler.c [] []
/src/capstonev5/arch/SystemZ/SystemZDisassembler.c [] []
/src/capstonenext/arch/ARM/ARMDisassemblerExtension.c [] []
/src/capstonev5/arch/X86/X86InstPrinterCommon.c [] []
/src/capstonev5/arch/ARM/ARMAddressingModes.h [] []
/src/capstonenext/arch/RISCV/RISCVInstPrinter.c [] []
/src/capstonev5/arch/TriCore/TriCoreModule.c [] []
/src/capstonev5/arch/TriCore/TriCoreInstPrinter.c [] []
/src/capstonenext/suite/fuzz/fuzz_disasm.c ['fuzz_disasmnext'] ['fuzz_disasmnext']
/src/capstonenext/arch/AArch64/AArch64Module.c [] []
/src/capstonenext/arch/ARM/ARMGenSystemRegister.inc [] []
/src/capstonev5/arch/EVM/EVMInstPrinter.c [] []
/src/capstonev5/MCInst.c ['fuzz_disasmv5'] ['fuzz_disasmv5']
/src/capstonev5/arch/Mips/MipsModule.c [] []
/src/capstonenext/arch/RISCV/RISCVGenDisassemblerTables.inc [] []
/src/capstonenext/include/capstone/aarch64.h [] []
/src/capstonenext/arch/EVM/EVMMapping.c [] []
/src/capstonenext/arch/PowerPC/../../MathExtras.h [] []
/src/capstonenext/arch/Sparc/SparcDisassembler.c [] []
/src/capstonenext/arch/PowerPC/PPCInstrInfo.h [] []
/src/capstonev5/arch/MOS65XX/MOS65XXDisassembler.c [] []
/src/capstonev5/arch/WASM/WASMMapping.c [] []
/src/capstonev5/MCRegisterInfo.c [] []
/src/capstonev5/arch/SH/SHModule.c [] []
/src/capstonev5/arch/ARM/ARMGenSystemRegister.inc [] []
/src/capstonenext/arch/SystemZ/SystemZModule.c [] []
/src/capstonev5/arch/BPF/BPFDisassembler.c [] []
/src/capstonev5/arch/XCore/XCoreDisassembler.c [] []
/src/capstonev5/arch/Sparc/SparcDisassembler.c [] []
/src/capstonev5/arch/Sparc/SparcInstPrinter.c [] []
/src/capstonev5/arch/MOS65XX/MOS65XXModule.c [] []
/src/capstonenext/arch/Mips/MipsModule.c [] []
/src/capstonenext/arch/AArch64/AArch64GenAsmWriter.inc [] []
/src/capstonev5/arch/Mips/MipsDisassembler.c [] []
/src/capstonenext/arch/ARM/../../Mapping.h [] []
/src/capstonev5/arch/WASM/WASMInstPrinter.c [] []
/src/capstonev5/arch/AArch64/AArch64BaseInfo.c [] []
/src/capstonev5/arch/WASM/WASMDisassembler.c [] []
/src/capstonenext/arch/AArch64/../../Mapping.h [] []
/src/capstonev5/arch/Mips/MipsInstPrinter.c [] []
/src/capstonenext/arch/TriCore/TriCoreModule.c [] []
/src/capstonenext/arch/X86/X86Mapping.c [] []
/src/capstonev5/arch/AArch64/AArch64GenAsmWriter.inc [] []
/src/capstonev5/arch/AArch64/AArch64AddressingModes.h [] []
/src/capstonenext/arch/Mips/MipsDisassembler.c [] []
/src/capstonenext/arch/TMS320C64x/TMS320C64xDisassembler.c [] []
/src/capstonenext/arch/ARM/ARMInstPrinter.c [] []
/src/capstonev5/arch/AArch64/../../MathExtras.h [] []
/src/capstonenext/arch/RISCV/RISCVDisassembler.c [] []
/src/capstonenext/arch/Sparc/SparcModule.c [] []
/src/capstonenext/arch/PowerPC/PPCMapping.h [] []
/src/capstonenext/arch/Mips/MipsInstPrinter.c [] []
/src/capstonev5/arch/TriCore/TriCoreGenAsmWriter.inc [] []
/src/capstonenext/arch/ARM/ARMDisassembler.c [] []
/src/capstonev5/arch/BPF/BPFInstPrinter.c [] []
/src/capstonenext/arch/AArch64/../../utils.h [] []
/src/capstonenext/arch/BPF/BPFInstPrinter.c [] []
/src/capstonenext/arch/AArch64/AArch64GenSystemOperands.inc [] []
/src/capstonenext/arch/AArch64/AArch64BaseInfo.c [] []
/src/capstonenext/arch/RISCV/RISCVGenAsmWriter.inc [] []
/src/capstonenext/arch/TMS320C64x/TMS320C64xModule.c [] []
/src/capstonev5/arch/RISCV/RISCVModule.c [] []
/src/capstonev5/arch/AArch64/AArch64GenSystemOperands.inc [] []
/src/capstonenext/arch/TriCore/TriCoreGenAsmWriter.inc [] []
/src/capstonenext/arch/M680X/M680XModule.c [] []
/src/capstonev5/utils.c ['fuzz_disasmv5'] ['fuzz_disasmv5']
/src/capstonenext/arch/ARM/ARMBaseInfo.h [] []
/src/capstonev5/SStream.c ['fuzz_disasmv5'] ['fuzz_disasmv5']
/src/capstonev5/suite/fuzz/platform.c ['fuzz_disasmv5'] ['fuzz_disasmv5']
/src/capstonev5/arch/X86/X86Module.c [] []
/src/capstonenext/SStream.c ['fuzz_disasmnext'] ['fuzz_disasmnext']
/src/capstonev5/arch/RISCV/../../MathExtras.h [] []
/src/capstonev5/arch/AArch64/AArch64BaseInfo.h [] []
/src/capstonenext/arch/EVM/EVMDisassembler.c [] []
/src/capstonenext/arch/MOS65XX/MOS65XXModule.c [] []
/src/capstonenext/utils.h [] []
/src/capstonenext/arch/SystemZ/SystemZGenDisassemblerTables.inc [] []
/src/capstonev5/arch/PowerPC/PPCInstPrinter.c [] []
/src/capstonenext/arch/ARM/ARMModule.c [] []
/src/capstonenext/arch/XCore/XCoreMapping.c [] []
/src/capstonev5/arch/TMS320C64x/TMS320C64xInstPrinter.c [] []
/src/capstonev5/arch/WASM/WASMModule.c [] []
/src/capstonev5/arch/Sparc/Sparc.h [] []
/src/capstonev5/arch/M680X/M680XModule.c [] []
/src/capstonenext/arch/AArch64/AArch64DisassemblerExtension.c [] []
/src/capstonev5/arch/PowerPC/PPCDisassembler.c [] []
/src/capstonev5/arch/PowerPC/../../MathExtras.h [] []
/src/capstonev5/Mapping.c [] []
/src/capstonenext/arch/XCore/XCoreDisassembler.c [] []
/src/capstonev5/arch/SystemZ/SystemZMCTargetDesc.c [] []
/src/capstonev5/arch/ARM/ARMInstPrinter.c [] []
/src/capstonenext/arch/RISCV/RISCVMapping.c [] []
/src/capstonenext/arch/WASM/WASMMapping.c [] []
/src/capstonenext/arch/ARM/../../MathExtras.h [] []
/src/capstonenext/arch/BPF/BPFDisassembler.c [] []

Directories in report

Directory
/src/capstonenext/arch/XCore/
/src/capstonenext/arch/ARM/
/src/capstonev5/arch/AArch64/../../
/src/capstonenext/arch/WASM/
/src/capstonev5/arch/SystemZ/
/src/capstonev5/suite/fuzz/
/src/capstonenext/arch/MOS65XX/
/src/capstonev5/arch/Mips/
/src/capstonenext/arch/PowerPC/../../
/src/capstonev5/arch/XCore/
/src/capstonenext/arch/X86/
/src/capstonenext/arch/AArch64/../../
/src/capstonev5/arch/ARM/
/src/capstonev5/arch/Sparc/
/src/capstonev5/arch/M68K/
/src/capstonenext/arch/TMS320C64x/
/src/capstonenext/arch/EVM/
/src/capstonev5/arch/EVM/
/src/capstonenext/arch/AArch64/
/src/capstonenext/arch/SH/
/src/capstonev5/arch/MOS65XX/
/src/capstonenext/arch/BPF/
/src/capstonev5/arch/BPF/
/src/capstonev5/arch/TriCore/../../
/src/capstonev5/arch/TMS320C64x/
/src/capstonenext/arch/ARM/../../
/src/capstonenext/arch/SystemZ/
/src/capstonev5/arch/RISCV/../../
/src/capstonenext/include/capstone/
/src/capstonenext/arch/PowerPC/
/src/capstonev5/arch/PowerPC/
/src/capstonev5/arch/Sparc/../../
/src/capstonenext/arch/M68K/
/src/capstonenext/arch/RISCV/
/src/capstonenext/arch/M680X/
/src/capstonev5/arch/WASM/
/src/capstonenext/arch/TriCore/
/src/capstonenext/suite/fuzz/
/src/capstonev5/arch/X86/
/src/capstonev5/arch/AArch64/
/src/capstonev5/arch/PowerPC/../../
/src/capstonev5/arch/SH/
/src/capstonenext/arch/TriCore/../../
/src/capstonenext/arch/Sparc/
/src/capstonenext/arch/Mips/
/src/capstonev5/arch/TriCore/
/src/capstonenext/
/src/capstonev5/
/src/capstonev5/arch/M680X/
/src/capstonev5/arch/RISCV/