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

Fuzzers overview

Fuzzer Fuzzer filename Functions Reached Functions unreached Fuzzer depth Files reached Basic blocks reached Cyclomatic complexity Details
suite/fuzz/fuzz_asm_mips64be.c suite/fuzz/fuzz_asm_mips64be.c 123 7320 15 40 193 212 fuzz_asm_mips64be.c
suite/fuzz/fuzz_asm_riscv32.c suite/fuzz/fuzz_asm_riscv32.c 123 7320 15 40 193 212 fuzz_asm_riscv32.c
suite/fuzz/fuzz_asm_arm_thumbv8be.c suite/fuzz/fuzz_asm_arm_thumbv8be.c 123 7320 15 40 193 212 fuzz_asm_arm_thumbv8be.c
suite/fuzz/fuzz_asm_x86_64.c suite/fuzz/fuzz_asm_x86_64.c 123 7320 15 40 193 212 fuzz_asm_x86_64.c
suite/fuzz/fuzz_asm_arm_armbe.c suite/fuzz/fuzz_asm_arm_armbe.c 123 7320 15 40 193 212 fuzz_asm_arm_armbe.c
suite/fuzz/fuzz_asm_x86_32.c suite/fuzz/fuzz_asm_x86_32.c 123 7320 15 40 193 212 fuzz_asm_x86_32.c
suite/fuzz/fuzz_asm_arm_thumbbe.c suite/fuzz/fuzz_asm_arm_thumbbe.c 123 7320 15 40 193 212 fuzz_asm_arm_thumbbe.c
suite/fuzz/fuzz_asm_mipsbe.c suite/fuzz/fuzz_asm_mipsbe.c 123 7320 15 40 193 212 fuzz_asm_mipsbe.c
suite/fuzz/fuzz_asm_ppc64be.c suite/fuzz/fuzz_asm_ppc64be.c 123 7320 15 40 193 212 fuzz_asm_ppc64be.c
suite/fuzz/fuzz_asm_arm_thumbv8.c suite/fuzz/fuzz_asm_arm_thumbv8.c 123 7320 15 40 193 212 fuzz_asm_arm_thumbv8.c
suite/fuzz/fuzz_asm_arm_arm.c suite/fuzz/fuzz_asm_arm_arm.c 123 7320 15 40 193 212 fuzz_asm_arm_arm.c
suite/fuzz/fuzz_asm_arm_armv8be.c suite/fuzz/fuzz_asm_arm_armv8be.c 123 7320 15 40 193 212 fuzz_asm_arm_armv8be.c
suite/fuzz/fuzz_asm_mips64.c suite/fuzz/fuzz_asm_mips64.c 123 7320 15 40 193 212 fuzz_asm_mips64.c
suite/fuzz/fuzz_asm_x86_16.c suite/fuzz/fuzz_asm_x86_16.c 123 7320 15 40 193 212 fuzz_asm_x86_16.c
suite/fuzz/fuzz_asm_riscv64.c suite/fuzz/fuzz_asm_riscv64.c 123 7320 15 40 193 212 fuzz_asm_riscv64.c
suite/fuzz/fuzz_asm_mips.c suite/fuzz/fuzz_asm_mips.c 123 7320 15 40 193 212 fuzz_asm_mips.c
suite/fuzz/fuzz_asm_sparc.c suite/fuzz/fuzz_asm_sparc.c 123 7320 15 40 193 212 fuzz_asm_sparc.c
suite/fuzz/fuzz_asm_armv8_arm.c suite/fuzz/fuzz_asm_armv8_arm.c 123 7320 15 40 193 212 fuzz_asm_armv8_arm.c
suite/fuzz/fuzz_asm_sparc64be.c suite/fuzz/fuzz_asm_sparc64be.c 123 7320 15 40 193 212 fuzz_asm_sparc64be.c
suite/fuzz/fuzz_asm_ppc64.c suite/fuzz/fuzz_asm_ppc64.c 123 7320 15 40 193 212 fuzz_asm_ppc64.c
suite/fuzz/fuzz_asm_arm_thumb.c suite/fuzz/fuzz_asm_arm_thumb.c 123 7320 15 40 193 212 fuzz_asm_arm_thumb.c
suite/fuzz/fuzz_asm_ppc32be.c suite/fuzz/fuzz_asm_ppc32be.c 123 7320 15 40 193 212 fuzz_asm_ppc32be.c
suite/fuzz/fuzz_asm_hex.c suite/fuzz/fuzz_asm_hex.c 123 7320 15 40 193 212 fuzz_asm_hex.c
suite/fuzz/fuzz_asm_evm.c suite/fuzz/fuzz_asm_evm.c 123 7320 15 40 193 212 fuzz_asm_evm.c
suite/fuzz/fuzz_asm_systemz.c suite/fuzz/fuzz_asm_systemz.c 123 7320 15 40 193 212 fuzz_asm_systemz.c
suite/fuzz/fuzz_asm_arm64_arm.c suite/fuzz/fuzz_asm_arm64_arm.c 123 7320 15 40 193 212 fuzz_asm_arm64_arm.c
suite/fuzz/fuzz_asm_sparcbe.c suite/fuzz/fuzz_asm_sparcbe.c 123 7320 15 40 193 212 fuzz_asm_sparcbe.c

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: suite/fuzz/fuzz_asm_mips64be.c

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: suite/fuzz/fuzz_asm_riscv32.c

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: suite/fuzz/fuzz_asm_arm_thumbv8be.c

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: suite/fuzz/fuzz_asm_x86_64.c

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: suite/fuzz/fuzz_asm_arm_armbe.c

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: suite/fuzz/fuzz_asm_x86_32.c

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: suite/fuzz/fuzz_asm_arm_thumbbe.c

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: suite/fuzz/fuzz_asm_mipsbe.c

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: suite/fuzz/fuzz_asm_ppc64be.c

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: suite/fuzz/fuzz_asm_arm_thumbv8.c

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: suite/fuzz/fuzz_asm_arm_arm.c

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: suite/fuzz/fuzz_asm_arm_armv8be.c

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: suite/fuzz/fuzz_asm_mips64.c

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: suite/fuzz/fuzz_asm_x86_16.c

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: suite/fuzz/fuzz_asm_riscv64.c

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: suite/fuzz/fuzz_asm_mips.c

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: suite/fuzz/fuzz_asm_sparc.c

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: suite/fuzz/fuzz_asm_armv8_arm.c

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: suite/fuzz/fuzz_asm_sparc64be.c

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: suite/fuzz/fuzz_asm_ppc64.c

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: suite/fuzz/fuzz_asm_arm_thumb.c

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: suite/fuzz/fuzz_asm_ppc32be.c

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: suite/fuzz/fuzz_asm_hex.c

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: suite/fuzz/fuzz_asm_evm.c

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: suite/fuzz/fuzz_asm_systemz.c

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: suite/fuzz/fuzz_asm_arm64_arm.c

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: suite/fuzz/fuzz_asm_sparcbe.c

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
AsmParser::parseMSInlineAsm /src/keystone/llvm/lib/MC/MCParser/AsmParser.cpp 10 ['void*', 'std::string', 'unsigned', 'unsigned', 'SmallVectorImpl >', 'SmallVectorImpl ', 'SmallVectorImpl ', 'MCInstrInfo*', 'MCAsmParserSemaCallback', 'uint64_t'] 30 0 138 36 58 480 0 1230 1210
ARMAsmParser::ParseInstruction /src/keystone/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp 5 ['ParseInstructionInfo', 'StringRef', 'SMLoc', 'OperandVector', 'unsigned int'] 5 0 135 33 73 139 0 581 571
X86AsmParser::ParseInstruction /src/keystone/llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp 5 ['ParseInstructionInfo', 'StringRef', 'SMLoc', 'OperandVector', 'unsigned int'] 12 0 129 42 176 199 0 615 554
MipsAsmParser::MatchAndEmitInstruction /src/keystone/llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp 8 ['SMLoc', 'unsigned', 'OperandVector', 'MCStreamer', 'uint64_t', 'bool', 'unsigned int', 'uint64_t'] 8 0 69 30 7 184 0 526 514
HexagonAsmParser::MatchAndEmitInstruction /src/keystone/llvm/lib/Target/Hexagon/AsmParser/HexagonAsmParser.cpp 8 ['SMLoc', 'unsigned', 'OperandVector', 'MCStreamer', 'uint64_t', 'bool', 'unsigned int', 'uint64_t'] 9 0 40 10 14 199 0 497 471
X86MCCodeEmitter::encodeInstruction /src/keystone/llvm/lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp 5 ['MCInst', 'raw_ostream', 'SmallVectorImpl ', 'MCSubtargetInfo', 'unsigned int'] 4 0 288 140 76 84 0 362 362
ARMAsmParser::MatchAndEmitInstruction /src/keystone/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp 8 ['SMLoc', 'unsigned', 'OperandVector', 'MCStreamer', 'uint64_t', 'bool', 'unsigned int', 'uint64_t'] 6 0 106 45 16 111 0 361 340

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

Functions statically reachable by fuzzers
12.0%
492 / 4152
Cyclomatic complexity statically reachable by fuzzers
32.0%
4226 / 13287

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.

suite/fuzz/fuzz_asm_mips64be.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


suite/fuzz/fuzz_asm_riscv32.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


suite/fuzz/fuzz_asm_arm_thumbv8be.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


suite/fuzz/fuzz_asm_x86_64.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


suite/fuzz/fuzz_asm_arm_armbe.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


suite/fuzz/fuzz_asm_x86_32.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


suite/fuzz/fuzz_asm_arm_thumbbe.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


suite/fuzz/fuzz_asm_mipsbe.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


suite/fuzz/fuzz_asm_ppc64be.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


suite/fuzz/fuzz_asm_arm_thumbv8.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


suite/fuzz/fuzz_asm_arm_arm.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


suite/fuzz/fuzz_asm_arm_armv8be.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


suite/fuzz/fuzz_asm_mips64.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


suite/fuzz/fuzz_asm_x86_16.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


suite/fuzz/fuzz_asm_riscv64.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


suite/fuzz/fuzz_asm_mips.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


suite/fuzz/fuzz_asm_sparc.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


suite/fuzz/fuzz_asm_armv8_arm.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


suite/fuzz/fuzz_asm_sparc64be.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


suite/fuzz/fuzz_asm_ppc64.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


suite/fuzz/fuzz_asm_arm_thumb.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


suite/fuzz/fuzz_asm_ppc32be.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


suite/fuzz/fuzz_asm_hex.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


suite/fuzz/fuzz_asm_evm.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


suite/fuzz/fuzz_asm_systemz.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


suite/fuzz/fuzz_asm_arm64_arm.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


suite/fuzz/fuzz_asm_sparcbe.c

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzz driver synthesis

New fuzzers

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

AsmParser.cpp

Target file: /src/keystone/llvm/lib/MC/MCParser/AsmParser.cpp
Target functions: AsmParser::parseMSInlineAsm
#include "ada_fuzz_header.h"

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

  /* target AsmParser::parseMSInlineAsm */
  UNKNOWN_TYPE unknown_0;
  UNKNOWN_TYPE unknown_1;
  UNKNOWN_TYPE unknown_2;
  UNKNOWN_TYPE unknown_3;
  UNKNOWN_TYPE unknown_4;
  UNKNOWN_TYPE unknown_5;
  UNKNOWN_TYPE unknown_6;
  UNKNOWN_TYPE unknown_7;
  UNKNOWN_TYPE unknown_8;
  UNKNOWN_TYPE unknown_9;
  AsmParser::parseMSInlineAsm(unknown_0, unknown_1, unknown_2, unknown_3, unknown_4, unknown_5, unknown_6, unknown_7, unknown_8, unknown_9);

  af_safe_gb_cleanup();
}

ARMAsmParser.cpp

Target file: /src/keystone/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
Target functions: ARMAsmParser::ParseInstruction, ARMAsmParser::MatchAndEmitInstruction
#include "ada_fuzz_header.h"

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

  /* target ARMAsmParser::ParseInstruction */
  UNKNOWN_TYPE unknown_10;
  UNKNOWN_TYPE unknown_11;
  UNKNOWN_TYPE unknown_12;
  UNKNOWN_TYPE unknown_13;
  UNKNOWN_TYPE unknown_14;
  ARMAsmParser::ParseInstruction(unknown_10, unknown_11, unknown_12, unknown_13, unknown_14);

  /* target ARMAsmParser::MatchAndEmitInstruction */
  UNKNOWN_TYPE unknown_41;
  UNKNOWN_TYPE unknown_42;
  UNKNOWN_TYPE unknown_43;
  UNKNOWN_TYPE unknown_44;
  UNKNOWN_TYPE unknown_45;
  UNKNOWN_TYPE unknown_46;
  UNKNOWN_TYPE unknown_47;
  UNKNOWN_TYPE unknown_48;
  ARMAsmParser::MatchAndEmitInstruction(unknown_41, unknown_42, unknown_43, unknown_44, unknown_45, unknown_46, unknown_47, unknown_48);

  af_safe_gb_cleanup();
}

X86AsmParser.cpp

Target file: /src/keystone/llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp
Target functions: X86AsmParser::ParseInstruction
#include "ada_fuzz_header.h"

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

  /* target X86AsmParser::ParseInstruction */
  UNKNOWN_TYPE unknown_15;
  UNKNOWN_TYPE unknown_16;
  UNKNOWN_TYPE unknown_17;
  UNKNOWN_TYPE unknown_18;
  UNKNOWN_TYPE unknown_19;
  X86AsmParser::ParseInstruction(unknown_15, unknown_16, unknown_17, unknown_18, unknown_19);

  af_safe_gb_cleanup();
}

MipsAsmParser.cpp

Target file: /src/keystone/llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
Target functions: MipsAsmParser::MatchAndEmitInstruction
#include "ada_fuzz_header.h"

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

  /* target MipsAsmParser::MatchAndEmitInstruction */
  UNKNOWN_TYPE unknown_20;
  UNKNOWN_TYPE unknown_21;
  UNKNOWN_TYPE unknown_22;
  UNKNOWN_TYPE unknown_23;
  UNKNOWN_TYPE unknown_24;
  UNKNOWN_TYPE unknown_25;
  UNKNOWN_TYPE unknown_26;
  UNKNOWN_TYPE unknown_27;
  MipsAsmParser::MatchAndEmitInstruction(unknown_20, unknown_21, unknown_22, unknown_23, unknown_24, unknown_25, unknown_26, unknown_27);

  af_safe_gb_cleanup();
}

HexagonAsmParser.cpp

Target file: /src/keystone/llvm/lib/Target/Hexagon/AsmParser/HexagonAsmParser.cpp
Target functions: HexagonAsmParser::MatchAndEmitInstruction
#include "ada_fuzz_header.h"

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

  /* target HexagonAsmParser::MatchAndEmitInstruction */
  UNKNOWN_TYPE unknown_28;
  UNKNOWN_TYPE unknown_29;
  UNKNOWN_TYPE unknown_30;
  UNKNOWN_TYPE unknown_31;
  UNKNOWN_TYPE unknown_32;
  UNKNOWN_TYPE unknown_33;
  UNKNOWN_TYPE unknown_34;
  UNKNOWN_TYPE unknown_35;
  HexagonAsmParser::MatchAndEmitInstruction(unknown_28, unknown_29, unknown_30, unknown_31, unknown_32, unknown_33, unknown_34, unknown_35);

  af_safe_gb_cleanup();
}

X86MCCodeEmitter.cpp

Target file: /src/keystone/llvm/lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp
Target functions: X86MCCodeEmitter::encodeInstruction
#include "ada_fuzz_header.h"

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

  /* target X86MCCodeEmitter::encodeInstruction */
  UNKNOWN_TYPE unknown_36;
  UNKNOWN_TYPE unknown_37;
  UNKNOWN_TYPE unknown_38;
  UNKNOWN_TYPE unknown_39;
  UNKNOWN_TYPE unknown_40;
  X86MCCodeEmitter::encodeInstruction(unknown_36, unknown_37, unknown_38, unknown_39, unknown_40);

  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/keystone/suite/fuzz/fuzz_asm_armv8_arm.c ['suite/fuzz/fuzz_asm_armv8_arm.c'] []
/src/keystone/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCCodeEmitter.cpp [] []
/src/keystone/llvm/lib/Support/APInt.cpp ['suite/fuzz/fuzz_asm_mips64be.c', 'suite/fuzz/fuzz_asm_riscv32.c', 'suite/fuzz/fuzz_asm_arm_thumbv8be.c', 'suite/fuzz/fuzz_asm_x86_64.c', 'suite/fuzz/fuzz_asm_arm_armbe.c', 'suite/fuzz/fuzz_asm_x86_32.c', 'suite/fuzz/fuzz_asm_arm_thumbbe.c', 'suite/fuzz/fuzz_asm_mipsbe.c', 'suite/fuzz/fuzz_asm_ppc64be.c', 'suite/fuzz/fuzz_asm_arm_thumbv8.c', 'suite/fuzz/fuzz_asm_arm_arm.c', 'suite/fuzz/fuzz_asm_arm_armv8be.c', 'suite/fuzz/fuzz_asm_mips64.c', 'suite/fuzz/fuzz_asm_x86_16.c', 'suite/fuzz/fuzz_asm_riscv64.c', 'suite/fuzz/fuzz_asm_mips.c', 'suite/fuzz/fuzz_asm_sparc.c', 'suite/fuzz/fuzz_asm_armv8_arm.c', 'suite/fuzz/fuzz_asm_sparc64be.c', 'suite/fuzz/fuzz_asm_ppc64.c', 'suite/fuzz/fuzz_asm_arm_thumb.c', 'suite/fuzz/fuzz_asm_ppc32be.c', 'suite/fuzz/fuzz_asm_hex.c', 'suite/fuzz/fuzz_asm_evm.c', 'suite/fuzz/fuzz_asm_systemz.c', 'suite/fuzz/fuzz_asm_arm64_arm.c', 'suite/fuzz/fuzz_asm_sparcbe.c'] []
/src/keystone/llvm/lib/MC/MCContext.cpp [] []
/src/keystone/llvm/include/llvm/Support/Mutex.h [] []
/src/keystone/llvm/include/llvm/MC/MCParser/MCTargetAsmParser.h [] []
/src/keystone/llvm/include/llvm/Support/SourceMgr.h ['suite/fuzz/fuzz_asm_mips64be.c', 'suite/fuzz/fuzz_asm_riscv32.c', 'suite/fuzz/fuzz_asm_arm_thumbv8be.c', 'suite/fuzz/fuzz_asm_x86_64.c', 'suite/fuzz/fuzz_asm_arm_armbe.c', 'suite/fuzz/fuzz_asm_x86_32.c', 'suite/fuzz/fuzz_asm_arm_thumbbe.c', 'suite/fuzz/fuzz_asm_mipsbe.c', 'suite/fuzz/fuzz_asm_ppc64be.c', 'suite/fuzz/fuzz_asm_arm_thumbv8.c', 'suite/fuzz/fuzz_asm_arm_arm.c', 'suite/fuzz/fuzz_asm_arm_armv8be.c', 'suite/fuzz/fuzz_asm_mips64.c', 'suite/fuzz/fuzz_asm_x86_16.c', 'suite/fuzz/fuzz_asm_riscv64.c', 'suite/fuzz/fuzz_asm_mips.c', 'suite/fuzz/fuzz_asm_sparc.c', 'suite/fuzz/fuzz_asm_armv8_arm.c', 'suite/fuzz/fuzz_asm_sparc64be.c', 'suite/fuzz/fuzz_asm_ppc64.c', 'suite/fuzz/fuzz_asm_arm_thumb.c', 'suite/fuzz/fuzz_asm_ppc32be.c', 'suite/fuzz/fuzz_asm_hex.c', 'suite/fuzz/fuzz_asm_evm.c', 'suite/fuzz/fuzz_asm_systemz.c', 'suite/fuzz/fuzz_asm_arm64_arm.c', 'suite/fuzz/fuzz_asm_sparcbe.c'] []
/src/keystone/llvm/include/llvm/Support/PointerLikeTypeTraits.h [] []
/src/keystone/llvm/include/llvm/MC/MCLinkerOptimizationHint.h [] []
/src/keystone/llvm/include/llvm/MC/MCParser/MCAsmParser.h [] []
/src/keystone/llvm/include/llvm/MC/MCWinEH.h [] []
/src/keystone/llvm/include/llvm/MC/MCDwarf.h [] []
/src/keystone/llvm/lib/Support/StringMap.cpp [] []
/src/keystone/llvm/include/llvm/MC/MCSectionELF.h [] []
/src/keystone/llvm/lib/Target/Hexagon/TargetInfo/HexagonTargetInfo.cpp [] []
/src/keystone/kstool/getopt.cpp [] []
/src/keystone/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCTargetDesc.cpp [] []
/src/keystone/llvm/lib/Support/SmallVector.cpp [] []
/src/keystone/llvm/lib/Support/ARMBuildAttrs.cpp [] []
/src/keystone/llvm/lib/MC/MCParser/MCAsmParserExtension.cpp [] []
/src/keystone/llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp [] []
/src/keystone/llvm/include/llvm/MC/MCAsmBackend.h ['suite/fuzz/fuzz_asm_mips64be.c', 'suite/fuzz/fuzz_asm_riscv32.c', 'suite/fuzz/fuzz_asm_arm_thumbv8be.c', 'suite/fuzz/fuzz_asm_x86_64.c', 'suite/fuzz/fuzz_asm_arm_armbe.c', 'suite/fuzz/fuzz_asm_x86_32.c', 'suite/fuzz/fuzz_asm_arm_thumbbe.c', 'suite/fuzz/fuzz_asm_mipsbe.c', 'suite/fuzz/fuzz_asm_ppc64be.c', 'suite/fuzz/fuzz_asm_arm_thumbv8.c', 'suite/fuzz/fuzz_asm_arm_arm.c', 'suite/fuzz/fuzz_asm_arm_armv8be.c', 'suite/fuzz/fuzz_asm_mips64.c', 'suite/fuzz/fuzz_asm_x86_16.c', 'suite/fuzz/fuzz_asm_riscv64.c', 'suite/fuzz/fuzz_asm_mips.c', 'suite/fuzz/fuzz_asm_sparc.c', 'suite/fuzz/fuzz_asm_armv8_arm.c', 'suite/fuzz/fuzz_asm_sparc64be.c', 'suite/fuzz/fuzz_asm_ppc64.c', 'suite/fuzz/fuzz_asm_arm_thumb.c', 'suite/fuzz/fuzz_asm_ppc32be.c', 'suite/fuzz/fuzz_asm_hex.c', 'suite/fuzz/fuzz_asm_evm.c', 'suite/fuzz/fuzz_asm_systemz.c', 'suite/fuzz/fuzz_asm_arm64_arm.c', 'suite/fuzz/fuzz_asm_sparcbe.c'] []
/src/keystone/llvm/lib/Target/SystemZ/TargetInfo/SystemZTargetInfo.cpp [] []
/src/keystone/llvm/lib/MC/MCRegisterInfo.cpp [] []
/src/keystone/suite/fuzz/fuzz_asm_mips64.c ['suite/fuzz/fuzz_asm_mips64.c'] []
/src/keystone/llvm/include/llvm/ADT/MapVector.h ['suite/fuzz/fuzz_asm_mips64be.c', 'suite/fuzz/fuzz_asm_riscv32.c', 'suite/fuzz/fuzz_asm_arm_thumbv8be.c', 'suite/fuzz/fuzz_asm_x86_64.c', 'suite/fuzz/fuzz_asm_arm_armbe.c', 'suite/fuzz/fuzz_asm_x86_32.c', 'suite/fuzz/fuzz_asm_arm_thumbbe.c', 'suite/fuzz/fuzz_asm_mipsbe.c', 'suite/fuzz/fuzz_asm_ppc64be.c', 'suite/fuzz/fuzz_asm_arm_thumbv8.c', 'suite/fuzz/fuzz_asm_arm_arm.c', 'suite/fuzz/fuzz_asm_arm_armv8be.c', 'suite/fuzz/fuzz_asm_mips64.c', 'suite/fuzz/fuzz_asm_x86_16.c', 'suite/fuzz/fuzz_asm_riscv64.c', 'suite/fuzz/fuzz_asm_mips.c', 'suite/fuzz/fuzz_asm_sparc.c', 'suite/fuzz/fuzz_asm_armv8_arm.c', 'suite/fuzz/fuzz_asm_sparc64be.c', 'suite/fuzz/fuzz_asm_ppc64.c', 'suite/fuzz/fuzz_asm_arm_thumb.c', 'suite/fuzz/fuzz_asm_ppc32be.c', 'suite/fuzz/fuzz_asm_hex.c', 'suite/fuzz/fuzz_asm_evm.c', 'suite/fuzz/fuzz_asm_systemz.c', 'suite/fuzz/fuzz_asm_arm64_arm.c', 'suite/fuzz/fuzz_asm_sparcbe.c'] []
/src/keystone/suite/fuzz/fuzz_asm_mips64be.c ['suite/fuzz/fuzz_asm_mips64be.c'] []
/src/keystone/suite/fuzz/fuzz_asm_arm_thumbbe.c ['suite/fuzz/fuzz_asm_arm_thumbbe.c'] []
/src/keystone/llvm/lib/Target/RISCV/Utils/RISCVBaseInfo.h [] []
/src/keystone/llvm/include/llvm/MC/MCSection.h ['suite/fuzz/fuzz_asm_mips64be.c', 'suite/fuzz/fuzz_asm_riscv32.c', 'suite/fuzz/fuzz_asm_arm_thumbv8be.c', 'suite/fuzz/fuzz_asm_x86_64.c', 'suite/fuzz/fuzz_asm_arm_armbe.c', 'suite/fuzz/fuzz_asm_x86_32.c', 'suite/fuzz/fuzz_asm_arm_thumbbe.c', 'suite/fuzz/fuzz_asm_mipsbe.c', 'suite/fuzz/fuzz_asm_ppc64be.c', 'suite/fuzz/fuzz_asm_arm_thumbv8.c', 'suite/fuzz/fuzz_asm_arm_arm.c', 'suite/fuzz/fuzz_asm_arm_armv8be.c', 'suite/fuzz/fuzz_asm_mips64.c', 'suite/fuzz/fuzz_asm_x86_16.c', 'suite/fuzz/fuzz_asm_riscv64.c', 'suite/fuzz/fuzz_asm_mips.c', 'suite/fuzz/fuzz_asm_sparc.c', 'suite/fuzz/fuzz_asm_armv8_arm.c', 'suite/fuzz/fuzz_asm_sparc64be.c', 'suite/fuzz/fuzz_asm_ppc64.c', 'suite/fuzz/fuzz_asm_arm_thumb.c', 'suite/fuzz/fuzz_asm_ppc32be.c', 'suite/fuzz/fuzz_asm_hex.c', 'suite/fuzz/fuzz_asm_evm.c', 'suite/fuzz/fuzz_asm_systemz.c', 'suite/fuzz/fuzz_asm_arm64_arm.c', 'suite/fuzz/fuzz_asm_sparcbe.c'] []
/src/keystone/suite/fuzz/fuzz_asm_evm.c ['suite/fuzz/fuzz_asm_evm.c'] []
/src/keystone/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCObjectWriter.cpp [] []
/src/keystone/llvm/lib/MC/MCObjectStreamer.cpp [] []
/src/keystone/llvm/keystone/ks.cpp ['suite/fuzz/fuzz_asm_mips64be.c', 'suite/fuzz/fuzz_asm_riscv32.c', 'suite/fuzz/fuzz_asm_arm_thumbv8be.c', 'suite/fuzz/fuzz_asm_x86_64.c', 'suite/fuzz/fuzz_asm_arm_armbe.c', 'suite/fuzz/fuzz_asm_x86_32.c', 'suite/fuzz/fuzz_asm_arm_thumbbe.c', 'suite/fuzz/fuzz_asm_mipsbe.c', 'suite/fuzz/fuzz_asm_ppc64be.c', 'suite/fuzz/fuzz_asm_arm_thumbv8.c', 'suite/fuzz/fuzz_asm_arm_arm.c', 'suite/fuzz/fuzz_asm_arm_armv8be.c', 'suite/fuzz/fuzz_asm_mips64.c', 'suite/fuzz/fuzz_asm_x86_16.c', 'suite/fuzz/fuzz_asm_riscv64.c', 'suite/fuzz/fuzz_asm_mips.c', 'suite/fuzz/fuzz_asm_sparc.c', 'suite/fuzz/fuzz_asm_armv8_arm.c', 'suite/fuzz/fuzz_asm_sparc64be.c', 'suite/fuzz/fuzz_asm_ppc64.c', 'suite/fuzz/fuzz_asm_arm_thumb.c', 'suite/fuzz/fuzz_asm_ppc32be.c', 'suite/fuzz/fuzz_asm_hex.c', 'suite/fuzz/fuzz_asm_evm.c', 'suite/fuzz/fuzz_asm_systemz.c', 'suite/fuzz/fuzz_asm_arm64_arm.c', 'suite/fuzz/fuzz_asm_sparcbe.c'] []
/src/keystone/llvm/lib/Support/regerror.c [] []
/src/keystone/llvm/lib/MC/MCSectionCOFF.cpp [] []
/src/keystone/llvm/include/llvm/MC/MCWin64EH.h [] []
/src/keystone/llvm/include/llvm/Support/ScaledNumber.h [] []
/src/keystone/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.cpp [] []
/src/keystone/llvm/include/llvm/ADT/ilist.h [] []
/src/keystone/llvm/lib/MC/MCFragment.cpp ['suite/fuzz/fuzz_asm_mips64be.c', 'suite/fuzz/fuzz_asm_riscv32.c', 'suite/fuzz/fuzz_asm_arm_thumbv8be.c', 'suite/fuzz/fuzz_asm_x86_64.c', 'suite/fuzz/fuzz_asm_arm_armbe.c', 'suite/fuzz/fuzz_asm_x86_32.c', 'suite/fuzz/fuzz_asm_arm_thumbbe.c', 'suite/fuzz/fuzz_asm_mipsbe.c', 'suite/fuzz/fuzz_asm_ppc64be.c', 'suite/fuzz/fuzz_asm_arm_thumbv8.c', 'suite/fuzz/fuzz_asm_arm_arm.c', 'suite/fuzz/fuzz_asm_arm_armv8be.c', 'suite/fuzz/fuzz_asm_mips64.c', 'suite/fuzz/fuzz_asm_x86_16.c', 'suite/fuzz/fuzz_asm_riscv64.c', 'suite/fuzz/fuzz_asm_mips.c', 'suite/fuzz/fuzz_asm_sparc.c', 'suite/fuzz/fuzz_asm_armv8_arm.c', 'suite/fuzz/fuzz_asm_sparc64be.c', 'suite/fuzz/fuzz_asm_ppc64.c', 'suite/fuzz/fuzz_asm_arm_thumb.c', 'suite/fuzz/fuzz_asm_ppc32be.c', 'suite/fuzz/fuzz_asm_hex.c', 'suite/fuzz/fuzz_asm_evm.c', 'suite/fuzz/fuzz_asm_systemz.c', 'suite/fuzz/fuzz_asm_arm64_arm.c', 'suite/fuzz/fuzz_asm_sparcbe.c'] []
/src/keystone/llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCExpr.h [] []
/src/keystone/llvm/include/llvm/Support/SwapByteOrder.h [] []
/src/keystone/llvm/lib/Target/Sparc/MCTargetDesc/SparcMCTargetDesc.cpp [] []
/src/keystone/bindings/vb6/vbKeystone.cpp [] []
/src/keystone/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCShuffler.cpp [] []
/src/keystone/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.cpp [] []
/src/keystone/llvm/lib/Target/ARM/MCTargetDesc/ARMMCExpr.cpp [] []
/src/keystone/llvm/lib/Target/PowerPC/AsmParser/PPCAsmParser.cpp [] []
/src/keystone/suite/fuzz/fuzz_asm_sparcbe.c ['suite/fuzz/fuzz_asm_sparcbe.c'] []
/src/keystone/include/keystone/keystone.h [] []
/src/keystone/llvm/lib/Target/Mips/MipsOptionRecord.h [] []
/src/keystone/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCExpr.cpp [] []
/src/keystone/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCCodeEmitter.h [] []
/src/keystone/llvm/lib/MC/MCInstrDesc.cpp [] []
/src/keystone/llvm/include/llvm/Support/Win64EH.h [] []
/src/keystone/suite/fuzz/fuzz_asm_arm_armbe.c ['suite/fuzz/fuzz_asm_arm_armbe.c'] []
/src/keystone/llvm/lib/Support/regstrlcpy.c [] []
/src/keystone/llvm/include/llvm/Support/raw_ostream.h ['suite/fuzz/fuzz_asm_mips64be.c', 'suite/fuzz/fuzz_asm_riscv32.c', 'suite/fuzz/fuzz_asm_arm_thumbv8be.c', 'suite/fuzz/fuzz_asm_x86_64.c', 'suite/fuzz/fuzz_asm_arm_armbe.c', 'suite/fuzz/fuzz_asm_x86_32.c', 'suite/fuzz/fuzz_asm_arm_thumbbe.c', 'suite/fuzz/fuzz_asm_mipsbe.c', 'suite/fuzz/fuzz_asm_ppc64be.c', 'suite/fuzz/fuzz_asm_arm_thumbv8.c', 'suite/fuzz/fuzz_asm_arm_arm.c', 'suite/fuzz/fuzz_asm_arm_armv8be.c', 'suite/fuzz/fuzz_asm_mips64.c', 'suite/fuzz/fuzz_asm_x86_16.c', 'suite/fuzz/fuzz_asm_riscv64.c', 'suite/fuzz/fuzz_asm_mips.c', 'suite/fuzz/fuzz_asm_sparc.c', 'suite/fuzz/fuzz_asm_armv8_arm.c', 'suite/fuzz/fuzz_asm_sparc64be.c', 'suite/fuzz/fuzz_asm_ppc64.c', 'suite/fuzz/fuzz_asm_arm_thumb.c', 'suite/fuzz/fuzz_asm_ppc32be.c', 'suite/fuzz/fuzz_asm_hex.c', 'suite/fuzz/fuzz_asm_evm.c', 'suite/fuzz/fuzz_asm_systemz.c', 'suite/fuzz/fuzz_asm_arm64_arm.c', 'suite/fuzz/fuzz_asm_sparcbe.c'] []
/src/keystone/llvm/lib/Target/Mips/MCTargetDesc/MipsABIInfo.h [] []
/src/keystone/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackendELF.h [] []
/src/keystone/llvm/include/llvm/MC/MCObjectStreamer.h [] []
/src/keystone/llvm/include/llvm/MC/MCSubtargetInfo.h [] []
/src/keystone/llvm/lib/Target/AArch64/TargetInfo/AArch64TargetInfo.cpp [] []
/src/keystone/llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCCodeEmitter.cpp [] []
/src/keystone/llvm/lib/MC/StringTableBuilder.cpp [] []
/src/keystone/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmBackend.cpp [] []
/src/keystone/llvm/include/llvm/MC/MCInst.h [] []
/src/keystone/llvm/lib/MC/MCAsmInfo.cpp [] []
/src/keystone/llvm/include/llvm/ADT/StringMap.h [] []
/src/keystone/llvm/lib/MC/MCObjectFileInfo.cpp ['suite/fuzz/fuzz_asm_mips64be.c', 'suite/fuzz/fuzz_asm_riscv32.c', 'suite/fuzz/fuzz_asm_arm_thumbv8be.c', 'suite/fuzz/fuzz_asm_x86_64.c', 'suite/fuzz/fuzz_asm_arm_armbe.c', 'suite/fuzz/fuzz_asm_x86_32.c', 'suite/fuzz/fuzz_asm_arm_thumbbe.c', 'suite/fuzz/fuzz_asm_mipsbe.c', 'suite/fuzz/fuzz_asm_ppc64be.c', 'suite/fuzz/fuzz_asm_arm_thumbv8.c', 'suite/fuzz/fuzz_asm_arm_arm.c', 'suite/fuzz/fuzz_asm_arm_armv8be.c', 'suite/fuzz/fuzz_asm_mips64.c', 'suite/fuzz/fuzz_asm_x86_16.c', 'suite/fuzz/fuzz_asm_riscv64.c', 'suite/fuzz/fuzz_asm_mips.c', 'suite/fuzz/fuzz_asm_sparc.c', 'suite/fuzz/fuzz_asm_armv8_arm.c', 'suite/fuzz/fuzz_asm_sparc64be.c', 'suite/fuzz/fuzz_asm_ppc64.c', 'suite/fuzz/fuzz_asm_arm_thumb.c', 'suite/fuzz/fuzz_asm_ppc32be.c', 'suite/fuzz/fuzz_asm_hex.c', 'suite/fuzz/fuzz_asm_evm.c', 'suite/fuzz/fuzz_asm_systemz.c', 'suite/fuzz/fuzz_asm_arm64_arm.c', 'suite/fuzz/fuzz_asm_sparcbe.c'] []
/src/keystone/llvm/lib/MC/ConstantPools.cpp [] []
/src/keystone/llvm/lib/MC/MCParser/ELFAsmParser.cpp [] []
/src/keystone/suite/fuzz/fuzz_asm_mips.c ['suite/fuzz/fuzz_asm_mips.c'] []
/src/keystone/llvm/lib/Target/AArch64/Utils/AArch64BaseInfo.h [] []
/src/keystone/llvm/lib/Support/raw_ostream.cpp [] []
/src/keystone/suite/fuzz/fuzz_asm_systemz.c ['suite/fuzz/fuzz_asm_systemz.c'] []
/src/keystone/llvm/include/llvm/Support/CBindingWrapping.h [] []
/src/keystone/llvm/include/llvm/Object/MachO.h [] []
/src/keystone/llvm/lib/Target/ARM/MCTargetDesc/ARMMCAsmInfo.cpp [] []
/src/keystone/llvm/lib/Target/Sparc/MCTargetDesc/SparcAsmBackend.cpp [] []
/src/keystone/llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp [] []
/src/keystone/llvm/lib/Target/ARM/MCTargetDesc/ARMBaseInfo.h [] []
/src/keystone/suite/fuzz/fuzz_asm_ppc32be.c ['suite/fuzz/fuzz_asm_ppc32be.c'] []
/src/keystone/llvm/lib/Support/TargetRegistry.cpp ['suite/fuzz/fuzz_asm_mips64be.c', 'suite/fuzz/fuzz_asm_riscv32.c', 'suite/fuzz/fuzz_asm_arm_thumbv8be.c', 'suite/fuzz/fuzz_asm_x86_64.c', 'suite/fuzz/fuzz_asm_arm_armbe.c', 'suite/fuzz/fuzz_asm_x86_32.c', 'suite/fuzz/fuzz_asm_arm_thumbbe.c', 'suite/fuzz/fuzz_asm_mipsbe.c', 'suite/fuzz/fuzz_asm_ppc64be.c', 'suite/fuzz/fuzz_asm_arm_thumbv8.c', 'suite/fuzz/fuzz_asm_arm_arm.c', 'suite/fuzz/fuzz_asm_arm_armv8be.c', 'suite/fuzz/fuzz_asm_mips64.c', 'suite/fuzz/fuzz_asm_x86_16.c', 'suite/fuzz/fuzz_asm_riscv64.c', 'suite/fuzz/fuzz_asm_mips.c', 'suite/fuzz/fuzz_asm_sparc.c', 'suite/fuzz/fuzz_asm_armv8_arm.c', 'suite/fuzz/fuzz_asm_sparc64be.c', 'suite/fuzz/fuzz_asm_ppc64.c', 'suite/fuzz/fuzz_asm_arm_thumb.c', 'suite/fuzz/fuzz_asm_ppc32be.c', 'suite/fuzz/fuzz_asm_hex.c', 'suite/fuzz/fuzz_asm_evm.c', 'suite/fuzz/fuzz_asm_systemz.c', 'suite/fuzz/fuzz_asm_arm64_arm.c', 'suite/fuzz/fuzz_asm_sparcbe.c'] []
/src/keystone/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCExpr.h [] []
/src/keystone/llvm/include/llvm/MC/MCCodeEmitter.h [] []
/src/keystone/llvm/lib/Target/RISCV/MCTargetDesc/RISCVTargetStreamer.cpp [] []
/src/keystone/llvm/lib/Target/X86/AsmParser/X86Operand.h [] []
/src/keystone/llvm/lib/Target/Sparc/MCTargetDesc/SparcMCAsmInfo.cpp [] []
/src/keystone/llvm/include/llvm/Support/Errc.h [] []
/src/keystone/llvm/include/llvm/Object/Error.h [] []
/src/keystone/llvm/include/llvm/ADT/PointerIntPair.h [] []
/src/keystone/llvm/include/llvm/ADT/SmallVector.h ['suite/fuzz/fuzz_asm_mips64be.c', 'suite/fuzz/fuzz_asm_riscv32.c', 'suite/fuzz/fuzz_asm_arm_thumbv8be.c', 'suite/fuzz/fuzz_asm_x86_64.c', 'suite/fuzz/fuzz_asm_arm_armbe.c', 'suite/fuzz/fuzz_asm_x86_32.c', 'suite/fuzz/fuzz_asm_arm_thumbbe.c', 'suite/fuzz/fuzz_asm_mipsbe.c', 'suite/fuzz/fuzz_asm_ppc64be.c', 'suite/fuzz/fuzz_asm_arm_thumbv8.c', 'suite/fuzz/fuzz_asm_arm_arm.c', 'suite/fuzz/fuzz_asm_arm_armv8be.c', 'suite/fuzz/fuzz_asm_mips64.c', 'suite/fuzz/fuzz_asm_x86_16.c', 'suite/fuzz/fuzz_asm_riscv64.c', 'suite/fuzz/fuzz_asm_mips.c', 'suite/fuzz/fuzz_asm_sparc.c', 'suite/fuzz/fuzz_asm_armv8_arm.c', 'suite/fuzz/fuzz_asm_sparc64be.c', 'suite/fuzz/fuzz_asm_ppc64.c', 'suite/fuzz/fuzz_asm_arm_thumb.c', 'suite/fuzz/fuzz_asm_ppc32be.c', 'suite/fuzz/fuzz_asm_hex.c', 'suite/fuzz/fuzz_asm_evm.c', 'suite/fuzz/fuzz_asm_systemz.c', 'suite/fuzz/fuzz_asm_arm64_arm.c', 'suite/fuzz/fuzz_asm_sparcbe.c'] []
/src/keystone/llvm/lib/Support/APSInt.cpp [] []
/src/keystone/llvm/include/llvm/ADT/IntrusiveRefCntPtr.h [] []
/src/keystone/llvm/lib/Target/X86/MCTargetDesc/X86ELFObjectWriter.cpp [] []
/src/keystone/llvm/include/llvm/MC/MCInstrItineraries.h [] []
/src/keystone/llvm/lib/Target/ARM/MCTargetDesc/ARMTargetStreamer.cpp [] []
/src/keystone/llvm/include/llvm/ADT/SmallString.h [] []
/src/keystone/llvm/lib/Target/PowerPC/MCTargetDesc/PPCAsmBackend.cpp [] []
/src/keystone/llvm/lib/Target/ARM/ARMBaseRegisterInfo.h [] []
/src/keystone/llvm/lib/Target/Mips/MCTargetDesc/MipsABIInfo.cpp [] []
/src/keystone/llvm/include/llvm/Object/Binary.h [] []
/src/keystone/llvm/lib/Target/Mips/MCTargetDesc/MipsMCExpr.cpp [] []
/src/keystone/llvm/include/llvm/Support/RWMutex.h [] []
/src/keystone/llvm/include/llvm/MC/MCParser/MCParsedAsmOperand.h [] []
/src/keystone/llvm/include/llvm/Support/TargetSelect.h [] []
/src/keystone/llvm/lib/MC/MCSectionMachO.cpp [] []
/src/keystone/llvm/lib/Target/ARM/MCTargetDesc/ARMMCExpr.h [] []
/src/keystone/llvm/lib/Support/ErrorHandling.cpp [] []
/src/keystone/llvm/lib/Support/Path.cpp [] []
/src/keystone/llvm/include/llvm/ADT/SmallSet.h [] []
/src/keystone/llvm/include/llvm/Support/MutexGuard.h [] []
/src/keystone/llvm/lib/Support/SourceMgr.cpp [] []
/src/keystone/llvm/include/llvm/ADT/SetVector.h ['suite/fuzz/fuzz_asm_mips64be.c', 'suite/fuzz/fuzz_asm_riscv32.c', 'suite/fuzz/fuzz_asm_arm_thumbv8be.c', 'suite/fuzz/fuzz_asm_x86_64.c', 'suite/fuzz/fuzz_asm_arm_armbe.c', 'suite/fuzz/fuzz_asm_x86_32.c', 'suite/fuzz/fuzz_asm_arm_thumbbe.c', 'suite/fuzz/fuzz_asm_mipsbe.c', 'suite/fuzz/fuzz_asm_ppc64be.c', 'suite/fuzz/fuzz_asm_arm_thumbv8.c', 'suite/fuzz/fuzz_asm_arm_arm.c', 'suite/fuzz/fuzz_asm_arm_armv8be.c', 'suite/fuzz/fuzz_asm_mips64.c', 'suite/fuzz/fuzz_asm_x86_16.c', 'suite/fuzz/fuzz_asm_riscv64.c', 'suite/fuzz/fuzz_asm_mips.c', 'suite/fuzz/fuzz_asm_sparc.c', 'suite/fuzz/fuzz_asm_armv8_arm.c', 'suite/fuzz/fuzz_asm_sparc64be.c', 'suite/fuzz/fuzz_asm_ppc64.c', 'suite/fuzz/fuzz_asm_arm_thumb.c', 'suite/fuzz/fuzz_asm_ppc32be.c', 'suite/fuzz/fuzz_asm_hex.c', 'suite/fuzz/fuzz_asm_evm.c', 'suite/fuzz/fuzz_asm_systemz.c', 'suite/fuzz/fuzz_asm_arm64_arm.c', 'suite/fuzz/fuzz_asm_sparcbe.c'] []
/src/keystone/llvm/include/llvm/MC/ConstantPools.h [] []
/src/keystone/llvm/lib/MC/MCExpr.cpp ['suite/fuzz/fuzz_asm_mips64be.c', 'suite/fuzz/fuzz_asm_riscv32.c', 'suite/fuzz/fuzz_asm_arm_thumbv8be.c', 'suite/fuzz/fuzz_asm_x86_64.c', 'suite/fuzz/fuzz_asm_arm_armbe.c', 'suite/fuzz/fuzz_asm_x86_32.c', 'suite/fuzz/fuzz_asm_arm_thumbbe.c', 'suite/fuzz/fuzz_asm_mipsbe.c', 'suite/fuzz/fuzz_asm_ppc64be.c', 'suite/fuzz/fuzz_asm_arm_thumbv8.c', 'suite/fuzz/fuzz_asm_arm_arm.c', 'suite/fuzz/fuzz_asm_arm_armv8be.c', 'suite/fuzz/fuzz_asm_mips64.c', 'suite/fuzz/fuzz_asm_x86_16.c', 'suite/fuzz/fuzz_asm_riscv64.c', 'suite/fuzz/fuzz_asm_mips.c', 'suite/fuzz/fuzz_asm_sparc.c', 'suite/fuzz/fuzz_asm_armv8_arm.c', 'suite/fuzz/fuzz_asm_sparc64be.c', 'suite/fuzz/fuzz_asm_ppc64.c', 'suite/fuzz/fuzz_asm_arm_thumb.c', 'suite/fuzz/fuzz_asm_ppc32be.c', 'suite/fuzz/fuzz_asm_hex.c', 'suite/fuzz/fuzz_asm_evm.c', 'suite/fuzz/fuzz_asm_systemz.c', 'suite/fuzz/fuzz_asm_arm64_arm.c', 'suite/fuzz/fuzz_asm_sparcbe.c'] []
/src/keystone/llvm/include/llvm/ADT/APInt.h ['suite/fuzz/fuzz_asm_mips64be.c', 'suite/fuzz/fuzz_asm_riscv32.c', 'suite/fuzz/fuzz_asm_arm_thumbv8be.c', 'suite/fuzz/fuzz_asm_x86_64.c', 'suite/fuzz/fuzz_asm_arm_armbe.c', 'suite/fuzz/fuzz_asm_x86_32.c', 'suite/fuzz/fuzz_asm_arm_thumbbe.c', 'suite/fuzz/fuzz_asm_mipsbe.c', 'suite/fuzz/fuzz_asm_ppc64be.c', 'suite/fuzz/fuzz_asm_arm_thumbv8.c', 'suite/fuzz/fuzz_asm_arm_arm.c', 'suite/fuzz/fuzz_asm_arm_armv8be.c', 'suite/fuzz/fuzz_asm_mips64.c', 'suite/fuzz/fuzz_asm_x86_16.c', 'suite/fuzz/fuzz_asm_riscv64.c', 'suite/fuzz/fuzz_asm_mips.c', 'suite/fuzz/fuzz_asm_sparc.c', 'suite/fuzz/fuzz_asm_armv8_arm.c', 'suite/fuzz/fuzz_asm_sparc64be.c', 'suite/fuzz/fuzz_asm_ppc64.c', 'suite/fuzz/fuzz_asm_arm_thumb.c', 'suite/fuzz/fuzz_asm_ppc32be.c', 'suite/fuzz/fuzz_asm_hex.c', 'suite/fuzz/fuzz_asm_evm.c', 'suite/fuzz/fuzz_asm_systemz.c', 'suite/fuzz/fuzz_asm_arm64_arm.c', 'suite/fuzz/fuzz_asm_sparcbe.c'] []
/src/keystone/llvm/include/llvm/Support/Registry.h [] []
/src/keystone/llvm/lib/Support/regcomp.c [] []
/src/keystone/llvm/include/llvm/ADT/StringSwitch.h [] []
/src/keystone/llvm/include/llvm/ADT/Twine.h ['suite/fuzz/fuzz_asm_mips64be.c', 'suite/fuzz/fuzz_asm_riscv32.c', 'suite/fuzz/fuzz_asm_arm_thumbv8be.c', 'suite/fuzz/fuzz_asm_x86_64.c', 'suite/fuzz/fuzz_asm_arm_armbe.c', 'suite/fuzz/fuzz_asm_x86_32.c', 'suite/fuzz/fuzz_asm_arm_thumbbe.c', 'suite/fuzz/fuzz_asm_mipsbe.c', 'suite/fuzz/fuzz_asm_ppc64be.c', 'suite/fuzz/fuzz_asm_arm_thumbv8.c', 'suite/fuzz/fuzz_asm_arm_arm.c', 'suite/fuzz/fuzz_asm_arm_armv8be.c', 'suite/fuzz/fuzz_asm_mips64.c', 'suite/fuzz/fuzz_asm_x86_16.c', 'suite/fuzz/fuzz_asm_riscv64.c', 'suite/fuzz/fuzz_asm_mips.c', 'suite/fuzz/fuzz_asm_sparc.c', 'suite/fuzz/fuzz_asm_armv8_arm.c', 'suite/fuzz/fuzz_asm_sparc64be.c', 'suite/fuzz/fuzz_asm_ppc64.c', 'suite/fuzz/fuzz_asm_arm_thumb.c', 'suite/fuzz/fuzz_asm_ppc32be.c', 'suite/fuzz/fuzz_asm_hex.c', 'suite/fuzz/fuzz_asm_evm.c', 'suite/fuzz/fuzz_asm_systemz.c', 'suite/fuzz/fuzz_asm_arm64_arm.c', 'suite/fuzz/fuzz_asm_sparcbe.c'] []
/src/keystone/llvm/lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.h [] []
/src/keystone/llvm/lib/MC/MCParser/COFFAsmParser.cpp [] []
/src/keystone/llvm/lib/MC/MCAsmInfoELF.cpp [] []
/src/keystone/llvm/include/llvm/ADT/Optional.h [] []
/src/keystone/llvm/lib/MC/MCParser/AsmParser.cpp ['suite/fuzz/fuzz_asm_mips64be.c', 'suite/fuzz/fuzz_asm_riscv32.c', 'suite/fuzz/fuzz_asm_arm_thumbv8be.c', 'suite/fuzz/fuzz_asm_x86_64.c', 'suite/fuzz/fuzz_asm_arm_armbe.c', 'suite/fuzz/fuzz_asm_x86_32.c', 'suite/fuzz/fuzz_asm_arm_thumbbe.c', 'suite/fuzz/fuzz_asm_mipsbe.c', 'suite/fuzz/fuzz_asm_ppc64be.c', 'suite/fuzz/fuzz_asm_arm_thumbv8.c', 'suite/fuzz/fuzz_asm_arm_arm.c', 'suite/fuzz/fuzz_asm_arm_armv8be.c', 'suite/fuzz/fuzz_asm_mips64.c', 'suite/fuzz/fuzz_asm_x86_16.c', 'suite/fuzz/fuzz_asm_riscv64.c', 'suite/fuzz/fuzz_asm_mips.c', 'suite/fuzz/fuzz_asm_sparc.c', 'suite/fuzz/fuzz_asm_armv8_arm.c', 'suite/fuzz/fuzz_asm_sparc64be.c', 'suite/fuzz/fuzz_asm_ppc64.c', 'suite/fuzz/fuzz_asm_arm_thumb.c', 'suite/fuzz/fuzz_asm_ppc32be.c', 'suite/fuzz/fuzz_asm_hex.c', 'suite/fuzz/fuzz_asm_evm.c', 'suite/fuzz/fuzz_asm_systemz.c', 'suite/fuzz/fuzz_asm_arm64_arm.c', 'suite/fuzz/fuzz_asm_sparcbe.c'] []
/src/keystone/llvm/include/llvm/Support/type_traits.h [] []
/src/keystone/suite/fuzz/fuzz_asm_x86_32.c ['suite/fuzz/fuzz_asm_x86_32.c'] []
/src/keystone/llvm/include/llvm/MC/MCSymbolELF.h [] []
/src/keystone/llvm/lib/Target/PowerPC/MCTargetDesc/PPCELFObjectWriter.cpp [] []
/src/keystone/llvm/lib/Support/LEB128.cpp [] []
/src/keystone/llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp [] []
/src/keystone/llvm/include/llvm/Support/FormattedStream.h [] []
/src/keystone/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCChecker.h [] []
/src/keystone/llvm/keystone/ks_priv.h [] []
/src/keystone/llvm/lib/MC/MCParser/MCAsmLexer.cpp ['suite/fuzz/fuzz_asm_mips64be.c', 'suite/fuzz/fuzz_asm_riscv32.c', 'suite/fuzz/fuzz_asm_arm_thumbv8be.c', 'suite/fuzz/fuzz_asm_x86_64.c', 'suite/fuzz/fuzz_asm_arm_armbe.c', 'suite/fuzz/fuzz_asm_x86_32.c', 'suite/fuzz/fuzz_asm_arm_thumbbe.c', 'suite/fuzz/fuzz_asm_mipsbe.c', 'suite/fuzz/fuzz_asm_ppc64be.c', 'suite/fuzz/fuzz_asm_arm_thumbv8.c', 'suite/fuzz/fuzz_asm_arm_arm.c', 'suite/fuzz/fuzz_asm_arm_armv8be.c', 'suite/fuzz/fuzz_asm_mips64.c', 'suite/fuzz/fuzz_asm_x86_16.c', 'suite/fuzz/fuzz_asm_riscv64.c', 'suite/fuzz/fuzz_asm_mips.c', 'suite/fuzz/fuzz_asm_sparc.c', 'suite/fuzz/fuzz_asm_armv8_arm.c', 'suite/fuzz/fuzz_asm_sparc64be.c', 'suite/fuzz/fuzz_asm_ppc64.c', 'suite/fuzz/fuzz_asm_arm_thumb.c', 'suite/fuzz/fuzz_asm_ppc32be.c', 'suite/fuzz/fuzz_asm_hex.c', 'suite/fuzz/fuzz_asm_evm.c', 'suite/fuzz/fuzz_asm_systemz.c', 'suite/fuzz/fuzz_asm_arm64_arm.c', 'suite/fuzz/fuzz_asm_sparcbe.c'] []
/src/keystone/llvm/lib/MC/MCParser/MCAsmParser.cpp ['suite/fuzz/fuzz_asm_mips64be.c', 'suite/fuzz/fuzz_asm_riscv32.c', 'suite/fuzz/fuzz_asm_arm_thumbv8be.c', 'suite/fuzz/fuzz_asm_x86_64.c', 'suite/fuzz/fuzz_asm_arm_armbe.c', 'suite/fuzz/fuzz_asm_x86_32.c', 'suite/fuzz/fuzz_asm_arm_thumbbe.c', 'suite/fuzz/fuzz_asm_mipsbe.c', 'suite/fuzz/fuzz_asm_ppc64be.c', 'suite/fuzz/fuzz_asm_arm_thumbv8.c', 'suite/fuzz/fuzz_asm_arm_arm.c', 'suite/fuzz/fuzz_asm_arm_armv8be.c', 'suite/fuzz/fuzz_asm_mips64.c', 'suite/fuzz/fuzz_asm_x86_16.c', 'suite/fuzz/fuzz_asm_riscv64.c', 'suite/fuzz/fuzz_asm_mips.c', 'suite/fuzz/fuzz_asm_sparc.c', 'suite/fuzz/fuzz_asm_armv8_arm.c', 'suite/fuzz/fuzz_asm_sparc64be.c', 'suite/fuzz/fuzz_asm_ppc64.c', 'suite/fuzz/fuzz_asm_arm_thumb.c', 'suite/fuzz/fuzz_asm_ppc32be.c', 'suite/fuzz/fuzz_asm_hex.c', 'suite/fuzz/fuzz_asm_evm.c', 'suite/fuzz/fuzz_asm_systemz.c', 'suite/fuzz/fuzz_asm_arm64_arm.c', 'suite/fuzz/fuzz_asm_sparcbe.c'] []
/src/keystone/llvm/lib/MC/MCAsmInfoCOFF.cpp [] []
/src/keystone/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCInstrInfo.h [] []
/src/keystone/llvm/lib/MC/MCParser/MCTargetAsmParser.cpp [] []
/src/keystone/llvm/lib/Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp [] []
/src/keystone/llvm/include/llvm/Support/LEB128.h [] []
/src/keystone/llvm/lib/MC/MCInst.cpp [] []
/src/keystone/llvm/lib/MC/MCAssembler.cpp ['suite/fuzz/fuzz_asm_mips64be.c', 'suite/fuzz/fuzz_asm_riscv32.c', 'suite/fuzz/fuzz_asm_arm_thumbv8be.c', 'suite/fuzz/fuzz_asm_x86_64.c', 'suite/fuzz/fuzz_asm_arm_armbe.c', 'suite/fuzz/fuzz_asm_x86_32.c', 'suite/fuzz/fuzz_asm_arm_thumbbe.c', 'suite/fuzz/fuzz_asm_mipsbe.c', 'suite/fuzz/fuzz_asm_ppc64be.c', 'suite/fuzz/fuzz_asm_arm_thumbv8.c', 'suite/fuzz/fuzz_asm_arm_arm.c', 'suite/fuzz/fuzz_asm_arm_armv8be.c', 'suite/fuzz/fuzz_asm_mips64.c', 'suite/fuzz/fuzz_asm_x86_16.c', 'suite/fuzz/fuzz_asm_riscv64.c', 'suite/fuzz/fuzz_asm_mips.c', 'suite/fuzz/fuzz_asm_sparc.c', 'suite/fuzz/fuzz_asm_armv8_arm.c', 'suite/fuzz/fuzz_asm_sparc64be.c', 'suite/fuzz/fuzz_asm_ppc64.c', 'suite/fuzz/fuzz_asm_arm_thumb.c', 'suite/fuzz/fuzz_asm_ppc32be.c', 'suite/fuzz/fuzz_asm_hex.c', 'suite/fuzz/fuzz_asm_evm.c', 'suite/fuzz/fuzz_asm_systemz.c', 'suite/fuzz/fuzz_asm_arm64_arm.c', 'suite/fuzz/fuzz_asm_sparcbe.c'] []
/src/keystone/llvm/include/llvm/MC/MCSymbol.h ['suite/fuzz/fuzz_asm_mips64be.c', 'suite/fuzz/fuzz_asm_riscv32.c', 'suite/fuzz/fuzz_asm_arm_thumbv8be.c', 'suite/fuzz/fuzz_asm_x86_64.c', 'suite/fuzz/fuzz_asm_arm_armbe.c', 'suite/fuzz/fuzz_asm_x86_32.c', 'suite/fuzz/fuzz_asm_arm_thumbbe.c', 'suite/fuzz/fuzz_asm_mipsbe.c', 'suite/fuzz/fuzz_asm_ppc64be.c', 'suite/fuzz/fuzz_asm_arm_thumbv8.c', 'suite/fuzz/fuzz_asm_arm_arm.c', 'suite/fuzz/fuzz_asm_arm_armv8be.c', 'suite/fuzz/fuzz_asm_mips64.c', 'suite/fuzz/fuzz_asm_x86_16.c', 'suite/fuzz/fuzz_asm_riscv64.c', 'suite/fuzz/fuzz_asm_mips.c', 'suite/fuzz/fuzz_asm_sparc.c', 'suite/fuzz/fuzz_asm_armv8_arm.c', 'suite/fuzz/fuzz_asm_sparc64be.c', 'suite/fuzz/fuzz_asm_ppc64.c', 'suite/fuzz/fuzz_asm_arm_thumb.c', 'suite/fuzz/fuzz_asm_ppc32be.c', 'suite/fuzz/fuzz_asm_hex.c', 'suite/fuzz/fuzz_asm_evm.c', 'suite/fuzz/fuzz_asm_systemz.c', 'suite/fuzz/fuzz_asm_arm64_arm.c', 'suite/fuzz/fuzz_asm_sparcbe.c'] []
/src/keystone/llvm/lib/MC/MCStreamer.cpp [] []
/src/keystone/suite/fuzz/fuzz_asm_riscv64.c ['suite/fuzz/fuzz_asm_riscv64.c'] []
/src/keystone/llvm/lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp [] []
/src/keystone/llvm/include/llvm/Support/TargetRegistry.h ['suite/fuzz/fuzz_asm_mips64be.c', 'suite/fuzz/fuzz_asm_riscv32.c', 'suite/fuzz/fuzz_asm_arm_thumbv8be.c', 'suite/fuzz/fuzz_asm_x86_64.c', 'suite/fuzz/fuzz_asm_arm_armbe.c', 'suite/fuzz/fuzz_asm_x86_32.c', 'suite/fuzz/fuzz_asm_arm_thumbbe.c', 'suite/fuzz/fuzz_asm_mipsbe.c', 'suite/fuzz/fuzz_asm_ppc64be.c', 'suite/fuzz/fuzz_asm_arm_thumbv8.c', 'suite/fuzz/fuzz_asm_arm_arm.c', 'suite/fuzz/fuzz_asm_arm_armv8be.c', 'suite/fuzz/fuzz_asm_mips64.c', 'suite/fuzz/fuzz_asm_x86_16.c', 'suite/fuzz/fuzz_asm_riscv64.c', 'suite/fuzz/fuzz_asm_mips.c', 'suite/fuzz/fuzz_asm_sparc.c', 'suite/fuzz/fuzz_asm_armv8_arm.c', 'suite/fuzz/fuzz_asm_sparc64be.c', 'suite/fuzz/fuzz_asm_ppc64.c', 'suite/fuzz/fuzz_asm_arm_thumb.c', 'suite/fuzz/fuzz_asm_ppc32be.c', 'suite/fuzz/fuzz_asm_hex.c', 'suite/fuzz/fuzz_asm_evm.c', 'suite/fuzz/fuzz_asm_systemz.c', 'suite/fuzz/fuzz_asm_arm64_arm.c', 'suite/fuzz/fuzz_asm_sparcbe.c'] []
/src/keystone/llvm/lib/Support/Regex.cpp [] []
/src/keystone/llvm/lib/MC/MCValue.cpp [] []
/src/keystone/llvm/include/llvm/ADT/IntEqClasses.h [] []
/src/keystone/llvm/lib/MC/MCLabel.cpp [] []
/src/keystone/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp [] []
/src/keystone/llvm/include/llvm/MC/MCInstrInfo.h [] []
/src/keystone/llvm/lib/MC/SubtargetFeature.cpp ['suite/fuzz/fuzz_asm_mips64be.c', 'suite/fuzz/fuzz_asm_riscv32.c', 'suite/fuzz/fuzz_asm_arm_thumbv8be.c', 'suite/fuzz/fuzz_asm_x86_64.c', 'suite/fuzz/fuzz_asm_arm_armbe.c', 'suite/fuzz/fuzz_asm_x86_32.c', 'suite/fuzz/fuzz_asm_arm_thumbbe.c', 'suite/fuzz/fuzz_asm_mipsbe.c', 'suite/fuzz/fuzz_asm_ppc64be.c', 'suite/fuzz/fuzz_asm_arm_thumbv8.c', 'suite/fuzz/fuzz_asm_arm_arm.c', 'suite/fuzz/fuzz_asm_arm_armv8be.c', 'suite/fuzz/fuzz_asm_mips64.c', 'suite/fuzz/fuzz_asm_x86_16.c', 'suite/fuzz/fuzz_asm_riscv64.c', 'suite/fuzz/fuzz_asm_mips.c', 'suite/fuzz/fuzz_asm_sparc.c', 'suite/fuzz/fuzz_asm_armv8_arm.c', 'suite/fuzz/fuzz_asm_sparc64be.c', 'suite/fuzz/fuzz_asm_ppc64.c', 'suite/fuzz/fuzz_asm_arm_thumb.c', 'suite/fuzz/fuzz_asm_ppc32be.c', 'suite/fuzz/fuzz_asm_hex.c', 'suite/fuzz/fuzz_asm_evm.c', 'suite/fuzz/fuzz_asm_systemz.c', 'suite/fuzz/fuzz_asm_arm64_arm.c', 'suite/fuzz/fuzz_asm_sparcbe.c'] []
/src/keystone/llvm/lib/Target/Mips/MCTargetDesc/MipsELFStreamer.h [] []
/src/keystone/llvm/include/llvm/ADT/Triple.h ['suite/fuzz/fuzz_asm_mips64be.c', 'suite/fuzz/fuzz_asm_riscv32.c', 'suite/fuzz/fuzz_asm_arm_thumbv8be.c', 'suite/fuzz/fuzz_asm_x86_64.c', 'suite/fuzz/fuzz_asm_arm_armbe.c', 'suite/fuzz/fuzz_asm_x86_32.c', 'suite/fuzz/fuzz_asm_arm_thumbbe.c', 'suite/fuzz/fuzz_asm_mipsbe.c', 'suite/fuzz/fuzz_asm_ppc64be.c', 'suite/fuzz/fuzz_asm_arm_thumbv8.c', 'suite/fuzz/fuzz_asm_arm_arm.c', 'suite/fuzz/fuzz_asm_arm_armv8be.c', 'suite/fuzz/fuzz_asm_mips64.c', 'suite/fuzz/fuzz_asm_x86_16.c', 'suite/fuzz/fuzz_asm_riscv64.c', 'suite/fuzz/fuzz_asm_mips.c', 'suite/fuzz/fuzz_asm_sparc.c', 'suite/fuzz/fuzz_asm_armv8_arm.c', 'suite/fuzz/fuzz_asm_sparc64be.c', 'suite/fuzz/fuzz_asm_ppc64.c', 'suite/fuzz/fuzz_asm_arm_thumb.c', 'suite/fuzz/fuzz_asm_ppc32be.c', 'suite/fuzz/fuzz_asm_hex.c', 'suite/fuzz/fuzz_asm_evm.c', 'suite/fuzz/fuzz_asm_systemz.c', 'suite/fuzz/fuzz_asm_arm64_arm.c', 'suite/fuzz/fuzz_asm_sparcbe.c'] []
/src/keystone/llvm/include/llvm/MC/MCParser/AsmLexer.h [] []
/src/keystone/llvm/lib/Target/PowerPC/MCTargetDesc/PPCPredicates.cpp [] []
/src/keystone/bindings/ruby/keystone_gem/ext/keystone.c [] []
/src/keystone/llvm/include/llvm/Support/ErrorHandling.h [] []
/src/keystone/llvm/include/llvm/MC/MCObjectFileInfo.h [] []
/src/keystone/llvm/lib/Target/X86/AsmParser/X86AsmInstrumentation.h [] []
/src/keystone/llvm/include/llvm/MC/MCAssembler.h [] []
/src/keystone/llvm/include/llvm/ADT/StringSet.h [] []
/src/keystone/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCShuffler.h [] []
/src/keystone/llvm/lib/Target/RISCV/Utils/RISCVMatInt.cpp [] []
/src/keystone/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.h [] []
/src/keystone/llvm/lib/Target/Sparc/MCTargetDesc/SparcMCExpr.cpp [] []
/src/keystone/llvm/lib/Support/StringSaver.cpp [] []
/src/keystone/llvm/lib/Target/X86/TargetInfo/X86TargetInfo.cpp [] []
/src/keystone/llvm/lib/MC/MCParser/DarwinAsmParser.cpp [] []
/src/keystone/llvm/lib/Target/ARM/MCTargetDesc/ARMAsmBackend.h [] []
/src/keystone/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCCodeEmitter.cpp [] []
/src/keystone/llvm/include/llvm/Support/DataExtractor.h [] []
/src/keystone/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.cpp [] []
/src/keystone/llvm/lib/Target/Hexagon/AsmParser/HexagonAsmParser.cpp [] []
/src/keystone/llvm/lib/Support/StringRef.cpp ['suite/fuzz/fuzz_asm_mips64be.c', 'suite/fuzz/fuzz_asm_riscv32.c', 'suite/fuzz/fuzz_asm_arm_thumbv8be.c', 'suite/fuzz/fuzz_asm_x86_64.c', 'suite/fuzz/fuzz_asm_arm_armbe.c', 'suite/fuzz/fuzz_asm_x86_32.c', 'suite/fuzz/fuzz_asm_arm_thumbbe.c', 'suite/fuzz/fuzz_asm_mipsbe.c', 'suite/fuzz/fuzz_asm_ppc64be.c', 'suite/fuzz/fuzz_asm_arm_thumbv8.c', 'suite/fuzz/fuzz_asm_arm_arm.c', 'suite/fuzz/fuzz_asm_arm_armv8be.c', 'suite/fuzz/fuzz_asm_mips64.c', 'suite/fuzz/fuzz_asm_x86_16.c', 'suite/fuzz/fuzz_asm_riscv64.c', 'suite/fuzz/fuzz_asm_mips.c', 'suite/fuzz/fuzz_asm_sparc.c', 'suite/fuzz/fuzz_asm_armv8_arm.c', 'suite/fuzz/fuzz_asm_sparc64be.c', 'suite/fuzz/fuzz_asm_ppc64.c', 'suite/fuzz/fuzz_asm_arm_thumb.c', 'suite/fuzz/fuzz_asm_ppc32be.c', 'suite/fuzz/fuzz_asm_hex.c', 'suite/fuzz/fuzz_asm_evm.c', 'suite/fuzz/fuzz_asm_systemz.c', 'suite/fuzz/fuzz_asm_arm64_arm.c', 'suite/fuzz/fuzz_asm_sparcbe.c'] []
/src/keystone/llvm/lib/Target/Mips/MCTargetDesc/MipsMCExpr.h [] []
/src/keystone/llvm/lib/Support/StringExtras.cpp [] []
/src/keystone/llvm/lib/Target/Mips/MCTargetDesc/MipsMCAsmInfo.cpp [] []
/src/keystone/llvm/include/llvm/ADT/APFloat.h ['suite/fuzz/fuzz_asm_mips64be.c', 'suite/fuzz/fuzz_asm_riscv32.c', 'suite/fuzz/fuzz_asm_arm_thumbv8be.c', 'suite/fuzz/fuzz_asm_x86_64.c', 'suite/fuzz/fuzz_asm_arm_armbe.c', 'suite/fuzz/fuzz_asm_x86_32.c', 'suite/fuzz/fuzz_asm_arm_thumbbe.c', 'suite/fuzz/fuzz_asm_mipsbe.c', 'suite/fuzz/fuzz_asm_ppc64be.c', 'suite/fuzz/fuzz_asm_arm_thumbv8.c', 'suite/fuzz/fuzz_asm_arm_arm.c', 'suite/fuzz/fuzz_asm_arm_armv8be.c', 'suite/fuzz/fuzz_asm_mips64.c', 'suite/fuzz/fuzz_asm_x86_16.c', 'suite/fuzz/fuzz_asm_riscv64.c', 'suite/fuzz/fuzz_asm_mips.c', 'suite/fuzz/fuzz_asm_sparc.c', 'suite/fuzz/fuzz_asm_armv8_arm.c', 'suite/fuzz/fuzz_asm_sparc64be.c', 'suite/fuzz/fuzz_asm_ppc64.c', 'suite/fuzz/fuzz_asm_arm_thumb.c', 'suite/fuzz/fuzz_asm_ppc32be.c', 'suite/fuzz/fuzz_asm_hex.c', 'suite/fuzz/fuzz_asm_evm.c', 'suite/fuzz/fuzz_asm_systemz.c', 'suite/fuzz/fuzz_asm_arm64_arm.c', 'suite/fuzz/fuzz_asm_sparcbe.c'] []
/src/keystone/suite/fuzz/fuzz_asm_arm_arm.c ['suite/fuzz/fuzz_asm_arm_arm.c'] []
/src/keystone/llvm/include/llvm/Support/Capacity.h [] []
/src/keystone/llvm/include/llvm/MC/MCLabel.h [] []
/src/keystone/llvm/include/llvm/MC/MCInstBuilder.h [] []
/src/keystone/llvm/lib/Support/Triple.cpp ['suite/fuzz/fuzz_asm_mips64be.c', 'suite/fuzz/fuzz_asm_riscv32.c', 'suite/fuzz/fuzz_asm_arm_thumbv8be.c', 'suite/fuzz/fuzz_asm_x86_64.c', 'suite/fuzz/fuzz_asm_arm_armbe.c', 'suite/fuzz/fuzz_asm_x86_32.c', 'suite/fuzz/fuzz_asm_arm_thumbbe.c', 'suite/fuzz/fuzz_asm_mipsbe.c', 'suite/fuzz/fuzz_asm_ppc64be.c', 'suite/fuzz/fuzz_asm_arm_thumbv8.c', 'suite/fuzz/fuzz_asm_arm_arm.c', 'suite/fuzz/fuzz_asm_arm_armv8be.c', 'suite/fuzz/fuzz_asm_mips64.c', 'suite/fuzz/fuzz_asm_x86_16.c', 'suite/fuzz/fuzz_asm_riscv64.c', 'suite/fuzz/fuzz_asm_mips.c', 'suite/fuzz/fuzz_asm_sparc.c', 'suite/fuzz/fuzz_asm_armv8_arm.c', 'suite/fuzz/fuzz_asm_sparc64be.c', 'suite/fuzz/fuzz_asm_ppc64.c', 'suite/fuzz/fuzz_asm_arm_thumb.c', 'suite/fuzz/fuzz_asm_ppc32be.c', 'suite/fuzz/fuzz_asm_hex.c', 'suite/fuzz/fuzz_asm_evm.c', 'suite/fuzz/fuzz_asm_systemz.c', 'suite/fuzz/fuzz_asm_arm64_arm.c', 'suite/fuzz/fuzz_asm_sparcbe.c'] []
/src/keystone/llvm/lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp [] []
/src/keystone/llvm/lib/Target/AArch64/Utils/AArch64BaseInfo.cpp [] []
/src/keystone/llvm/lib/Target/Sparc/MCTargetDesc/SparcELFObjectWriter.cpp [] []
/src/keystone/llvm/lib/Target/RISCV/MCTargetDesc/RISCVELFObjectWriter.cpp [] []
/src/keystone/llvm/lib/Target/Mips/TargetInfo/MipsTargetInfo.cpp [] []
/src/keystone/llvm/include/llvm/MC/MCELFObjectWriter.h [] []
/src/keystone/llvm/include/llvm/MC/MCInstrDesc.h [] []
/src/keystone/llvm/include/llvm/Object/ELF.h [] []
/src/keystone/llvm/include/llvm/MC/MCAsmInfo.h [] []
/src/keystone/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCAsmInfo.cpp [] []
/src/keystone/llvm/lib/Target/ARM/TargetInfo/ARMTargetInfo.cpp [] []
/src/keystone/llvm/include/llvm/ADT/SmallPtrSet.h [] []
/src/keystone/llvm/include/llvm/Object/COFF.h [] []
/src/keystone/llvm/include/llvm/Support/ELF.h [] []
/src/keystone/suite/fuzz/fuzz_asm_arm_armv8be.c ['suite/fuzz/fuzz_asm_arm_armv8be.c'] []
/src/keystone/llvm/include/llvm/ADT/IndexedMap.h [] []
/src/keystone/llvm/lib/Target/RISCV/Utils/RISCVBaseInfo.cpp [] []
/src/keystone/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCCodeEmitter.cpp [] []
/src/keystone/llvm/lib/Target/RISCV/Utils/RISCVMatInt.h [] []
/src/keystone/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCDuplexInfo.cpp [] []
/src/keystone/llvm/include/llvm/Support/SMLoc.h [] []
/src/keystone/llvm/include/llvm/MC/MCELFStreamer.h [] []
/src/keystone/llvm/lib/MC/MCParser/AsmLexer.cpp [] []
/src/keystone/llvm/include/llvm/MC/MCValue.h [] []
/src/keystone/suite/fuzz/fuzz_asm_ppc64.c ['suite/fuzz/fuzz_asm_ppc64.c'] []
/src/keystone/llvm/lib/Target/ARM/MCTargetDesc/ARMELFObjectWriter.cpp [] []
/src/keystone/llvm/lib/MC/MCELFObjectTargetWriter.cpp [] []
/src/keystone/llvm/lib/Target/X86/MCTargetDesc/X86BaseInfo.h [] []
/src/keystone/llvm/include/llvm/Support/Regex.h [] []
/src/keystone/llvm/include/llvm/MC/MCSectionCOFF.h [] []
/src/keystone/llvm/include/llvm/Support/Path.h [] []
/src/keystone/llvm/lib/Target/PowerPC/TargetInfo/PowerPCTargetInfo.cpp [] []
/src/keystone/llvm/include/llvm/MC/MCRegisterInfo.h [] []
/src/keystone/llvm/include/llvm/Support/StringSaver.h [] []
/src/keystone/llvm/include/llvm/ADT/StringRef.h ['suite/fuzz/fuzz_asm_mips64be.c', 'suite/fuzz/fuzz_asm_riscv32.c', 'suite/fuzz/fuzz_asm_arm_thumbv8be.c', 'suite/fuzz/fuzz_asm_x86_64.c', 'suite/fuzz/fuzz_asm_arm_armbe.c', 'suite/fuzz/fuzz_asm_x86_32.c', 'suite/fuzz/fuzz_asm_arm_thumbbe.c', 'suite/fuzz/fuzz_asm_mipsbe.c', 'suite/fuzz/fuzz_asm_ppc64be.c', 'suite/fuzz/fuzz_asm_arm_thumbv8.c', 'suite/fuzz/fuzz_asm_arm_arm.c', 'suite/fuzz/fuzz_asm_arm_armv8be.c', 'suite/fuzz/fuzz_asm_mips64.c', 'suite/fuzz/fuzz_asm_x86_16.c', 'suite/fuzz/fuzz_asm_riscv64.c', 'suite/fuzz/fuzz_asm_mips.c', 'suite/fuzz/fuzz_asm_sparc.c', 'suite/fuzz/fuzz_asm_armv8_arm.c', 'suite/fuzz/fuzz_asm_sparc64be.c', 'suite/fuzz/fuzz_asm_ppc64.c', 'suite/fuzz/fuzz_asm_arm_thumb.c', 'suite/fuzz/fuzz_asm_ppc32be.c', 'suite/fuzz/fuzz_asm_hex.c', 'suite/fuzz/fuzz_asm_evm.c', 'suite/fuzz/fuzz_asm_systemz.c', 'suite/fuzz/fuzz_asm_arm64_arm.c', 'suite/fuzz/fuzz_asm_sparcbe.c'] []
/src/keystone/llvm/include/llvm/ADT/ArrayRef.h [] []
/src/keystone/llvm/include/llvm/MC/MCFragment.h [] []
/src/keystone/llvm/lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp [] []
/src/keystone/llvm/lib/Support/Windows/WindowsSupport.h [] []
/src/keystone/llvm/include/llvm/Support/Casting.h [] []
/src/keystone/llvm/include/llvm/MC/StringTableBuilder.h [] []
/src/keystone/llvm/lib/Target/RISCV/MCTargetDesc/RISCVELFStreamer.cpp [] []
/src/keystone/llvm/include/llvm/Support/Memory.h [] []
/src/keystone/llvm/include/llvm/Support/RandomNumberGenerator.h [] []
/src/keystone/llvm/lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.h [] []
/src/keystone/llvm/lib/Target/ARM/MCTargetDesc/ARMUnwindOpAsm.h [] []
/src/keystone/llvm/lib/Target/AArch64/MCTargetDesc/AArch64ELFObjectWriter.cpp [] []
/src/keystone/llvm/include/llvm/ADT/DenseSet.h [] []
/src/keystone/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCExpr.cpp [] []
/src/keystone/suite/fuzz/fuzz_asm_mipsbe.c ['suite/fuzz/fuzz_asm_mipsbe.c'] []
/src/keystone/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonShuffler.h [] []
/src/keystone/suite/fuzz/fuzz_asm_x86_64.c ['suite/fuzz/fuzz_asm_x86_64.c'] []
/src/keystone/llvm/include/llvm/ADT/FoldingSet.h [] []
/src/keystone/llvm/lib/MC/MCSection.cpp [] []
/src/keystone/llvm/lib/Target/Hexagon/HexagonTargetStreamer.h [] []
/src/keystone/llvm/include/llvm/MC/MCParser/MCAsmLexer.h ['suite/fuzz/fuzz_asm_mips64be.c', 'suite/fuzz/fuzz_asm_riscv32.c', 'suite/fuzz/fuzz_asm_arm_thumbv8be.c', 'suite/fuzz/fuzz_asm_x86_64.c', 'suite/fuzz/fuzz_asm_arm_armbe.c', 'suite/fuzz/fuzz_asm_x86_32.c', 'suite/fuzz/fuzz_asm_arm_thumbbe.c', 'suite/fuzz/fuzz_asm_mipsbe.c', 'suite/fuzz/fuzz_asm_ppc64be.c', 'suite/fuzz/fuzz_asm_arm_thumbv8.c', 'suite/fuzz/fuzz_asm_arm_arm.c', 'suite/fuzz/fuzz_asm_arm_armv8be.c', 'suite/fuzz/fuzz_asm_mips64.c', 'suite/fuzz/fuzz_asm_x86_16.c', 'suite/fuzz/fuzz_asm_riscv64.c', 'suite/fuzz/fuzz_asm_mips.c', 'suite/fuzz/fuzz_asm_sparc.c', 'suite/fuzz/fuzz_asm_armv8_arm.c', 'suite/fuzz/fuzz_asm_sparc64be.c', 'suite/fuzz/fuzz_asm_ppc64.c', 'suite/fuzz/fuzz_asm_arm_thumb.c', 'suite/fuzz/fuzz_asm_ppc32be.c', 'suite/fuzz/fuzz_asm_hex.c', 'suite/fuzz/fuzz_asm_evm.c', 'suite/fuzz/fuzz_asm_systemz.c', 'suite/fuzz/fuzz_asm_arm64_arm.c', 'suite/fuzz/fuzz_asm_sparcbe.c'] []
/src/keystone/llvm/include/llvm/Support/Debug.h [] []
/src/keystone/samples/sample.c [] []
/src/keystone/suite/fuzz/fuzz_asm_x86_16.c ['suite/fuzz/fuzz_asm_x86_16.c'] []
/src/keystone/llvm/include/llvm/MC/MCCodeView.h [] []
/src/keystone/llvm/include/llvm/Support/ErrorOr.h ['suite/fuzz/fuzz_asm_mips64be.c', 'suite/fuzz/fuzz_asm_riscv32.c', 'suite/fuzz/fuzz_asm_arm_thumbv8be.c', 'suite/fuzz/fuzz_asm_x86_64.c', 'suite/fuzz/fuzz_asm_arm_armbe.c', 'suite/fuzz/fuzz_asm_x86_32.c', 'suite/fuzz/fuzz_asm_arm_thumbbe.c', 'suite/fuzz/fuzz_asm_mipsbe.c', 'suite/fuzz/fuzz_asm_ppc64be.c', 'suite/fuzz/fuzz_asm_arm_thumbv8.c', 'suite/fuzz/fuzz_asm_arm_arm.c', 'suite/fuzz/fuzz_asm_arm_armv8be.c', 'suite/fuzz/fuzz_asm_mips64.c', 'suite/fuzz/fuzz_asm_x86_16.c', 'suite/fuzz/fuzz_asm_riscv64.c', 'suite/fuzz/fuzz_asm_mips.c', 'suite/fuzz/fuzz_asm_sparc.c', 'suite/fuzz/fuzz_asm_armv8_arm.c', 'suite/fuzz/fuzz_asm_sparc64be.c', 'suite/fuzz/fuzz_asm_ppc64.c', 'suite/fuzz/fuzz_asm_arm_thumb.c', 'suite/fuzz/fuzz_asm_ppc32be.c', 'suite/fuzz/fuzz_asm_hex.c', 'suite/fuzz/fuzz_asm_evm.c', 'suite/fuzz/fuzz_asm_systemz.c', 'suite/fuzz/fuzz_asm_arm64_arm.c', 'suite/fuzz/fuzz_asm_sparcbe.c'] []
/src/keystone/llvm/lib/Support/IntEqClasses.cpp [] []
/src/keystone/llvm/lib/Target/RISCV/TargetInfo/RISCVTargetInfo.cpp [] []
/src/keystone/llvm/include/llvm/Support/COFF.h [] []
/src/keystone/llvm/include/llvm/ADT/StringExtras.h [] []
/src/keystone/llvm/include/llvm/ADT/ilist_node.h [] []
/src/keystone/llvm/include/llvm/ADT/Hashing.h [] []
/src/keystone/llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp [] []
/src/keystone/llvm/lib/Support/regexec.c [] []
/src/keystone/kstool/kstool.cpp [] []
/src/keystone/llvm/lib/MC/MCSectionELF.cpp ['suite/fuzz/fuzz_asm_mips64be.c', 'suite/fuzz/fuzz_asm_riscv32.c', 'suite/fuzz/fuzz_asm_arm_thumbv8be.c', 'suite/fuzz/fuzz_asm_x86_64.c', 'suite/fuzz/fuzz_asm_arm_armbe.c', 'suite/fuzz/fuzz_asm_x86_32.c', 'suite/fuzz/fuzz_asm_arm_thumbbe.c', 'suite/fuzz/fuzz_asm_mipsbe.c', 'suite/fuzz/fuzz_asm_ppc64be.c', 'suite/fuzz/fuzz_asm_arm_thumbv8.c', 'suite/fuzz/fuzz_asm_arm_arm.c', 'suite/fuzz/fuzz_asm_arm_armv8be.c', 'suite/fuzz/fuzz_asm_mips64.c', 'suite/fuzz/fuzz_asm_x86_16.c', 'suite/fuzz/fuzz_asm_riscv64.c', 'suite/fuzz/fuzz_asm_mips.c', 'suite/fuzz/fuzz_asm_sparc.c', 'suite/fuzz/fuzz_asm_armv8_arm.c', 'suite/fuzz/fuzz_asm_sparc64be.c', 'suite/fuzz/fuzz_asm_ppc64.c', 'suite/fuzz/fuzz_asm_arm_thumb.c', 'suite/fuzz/fuzz_asm_ppc32be.c', 'suite/fuzz/fuzz_asm_hex.c', 'suite/fuzz/fuzz_asm_evm.c', 'suite/fuzz/fuzz_asm_systemz.c', 'suite/fuzz/fuzz_asm_arm64_arm.c', 'suite/fuzz/fuzz_asm_sparcbe.c'] []
/src/keystone/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCCodeEmitter.cpp [] []
/src/keystone/llvm/lib/Support/Hashing.cpp [] []
/src/keystone/llvm/include/llvm/ADT/PointerUnion.h [] []
/src/keystone/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonAsmBackend.cpp [] []
/src/keystone/llvm/keystone/EVMMapping.cpp ['suite/fuzz/fuzz_asm_mips64be.c', 'suite/fuzz/fuzz_asm_riscv32.c', 'suite/fuzz/fuzz_asm_arm_thumbv8be.c', 'suite/fuzz/fuzz_asm_x86_64.c', 'suite/fuzz/fuzz_asm_arm_armbe.c', 'suite/fuzz/fuzz_asm_x86_32.c', 'suite/fuzz/fuzz_asm_arm_thumbbe.c', 'suite/fuzz/fuzz_asm_mipsbe.c', 'suite/fuzz/fuzz_asm_ppc64be.c', 'suite/fuzz/fuzz_asm_arm_thumbv8.c', 'suite/fuzz/fuzz_asm_arm_arm.c', 'suite/fuzz/fuzz_asm_arm_armv8be.c', 'suite/fuzz/fuzz_asm_mips64.c', 'suite/fuzz/fuzz_asm_x86_16.c', 'suite/fuzz/fuzz_asm_riscv64.c', 'suite/fuzz/fuzz_asm_mips.c', 'suite/fuzz/fuzz_asm_sparc.c', 'suite/fuzz/fuzz_asm_armv8_arm.c', 'suite/fuzz/fuzz_asm_sparc64be.c', 'suite/fuzz/fuzz_asm_ppc64.c', 'suite/fuzz/fuzz_asm_arm_thumb.c', 'suite/fuzz/fuzz_asm_ppc32be.c', 'suite/fuzz/fuzz_asm_hex.c', 'suite/fuzz/fuzz_asm_evm.c', 'suite/fuzz/fuzz_asm_systemz.c', 'suite/fuzz/fuzz_asm_arm64_arm.c', 'suite/fuzz/fuzz_asm_sparcbe.c'] []
/src/keystone/llvm/lib/Target/Sparc/TargetInfo/SparcTargetInfo.cpp [] []
/src/keystone/llvm/include/llvm/MC/MCAsmLayout.h [] []
/src/keystone/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCTargetDesc.cpp [] []
/src/keystone/llvm/lib/MC/MCObjectWriter.cpp [] []
/src/keystone/llvm/lib/Support/regex2.h [] []
/src/keystone/llvm/include/llvm/Support/StringPool.h [] []
/src/keystone/llvm/lib/Support/regfree.c [] []
/src/keystone/llvm/include/llvm/ADT/APSInt.h [] []
/src/keystone/llvm/include/llvm/MC/SubtargetFeature.h [] []
/src/keystone/llvm/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp [] []
/src/keystone/llvm/include/llvm/Support/Endian.h [] []
/src/keystone/llvm/lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.cpp [] []
/src/keystone/llvm/lib/Target/ARM/MCTargetDesc/ARMMCCodeEmitter.cpp [] []
/src/keystone/llvm/lib/Support/ScaledNumber.cpp [] []
/src/keystone/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCAsmInfo.cpp [] []
/src/keystone/llvm/lib/Target/X86/AsmParser/X86AsmParserCommon.h [] []
/src/keystone/suite/fuzz/fuzz_asm_hex.c ['suite/fuzz/fuzz_asm_hex.c'] []
/src/keystone/llvm/include/llvm/Support/Dwarf.h [] []
/src/keystone/llvm/lib/MC/MCAsmInfoDarwin.cpp [] []
/src/keystone/llvm/include/llvm/ADT/EpochTracker.h [] []
/src/keystone/llvm/include/llvm/Object/ObjectFile.h ['suite/fuzz/fuzz_asm_mips64be.c', 'suite/fuzz/fuzz_asm_riscv32.c', 'suite/fuzz/fuzz_asm_arm_thumbv8be.c', 'suite/fuzz/fuzz_asm_x86_64.c', 'suite/fuzz/fuzz_asm_arm_armbe.c', 'suite/fuzz/fuzz_asm_x86_32.c', 'suite/fuzz/fuzz_asm_arm_thumbbe.c', 'suite/fuzz/fuzz_asm_mipsbe.c', 'suite/fuzz/fuzz_asm_ppc64be.c', 'suite/fuzz/fuzz_asm_arm_thumbv8.c', 'suite/fuzz/fuzz_asm_arm_arm.c', 'suite/fuzz/fuzz_asm_arm_armv8be.c', 'suite/fuzz/fuzz_asm_mips64.c', 'suite/fuzz/fuzz_asm_x86_16.c', 'suite/fuzz/fuzz_asm_riscv64.c', 'suite/fuzz/fuzz_asm_mips.c', 'suite/fuzz/fuzz_asm_sparc.c', 'suite/fuzz/fuzz_asm_armv8_arm.c', 'suite/fuzz/fuzz_asm_sparc64be.c', 'suite/fuzz/fuzz_asm_ppc64.c', 'suite/fuzz/fuzz_asm_arm_thumb.c', 'suite/fuzz/fuzz_asm_ppc32be.c', 'suite/fuzz/fuzz_asm_hex.c', 'suite/fuzz/fuzz_asm_evm.c', 'suite/fuzz/fuzz_asm_systemz.c', 'suite/fuzz/fuzz_asm_arm64_arm.c', 'suite/fuzz/fuzz_asm_sparcbe.c'] []
/src/keystone/llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCExpr.cpp [] []
/src/keystone/llvm/include/llvm/Support/AlignOf.h [] []
/src/keystone/llvm/include/llvm/MC/SectionKind.h ['suite/fuzz/fuzz_asm_mips64be.c', 'suite/fuzz/fuzz_asm_riscv32.c', 'suite/fuzz/fuzz_asm_arm_thumbv8be.c', 'suite/fuzz/fuzz_asm_x86_64.c', 'suite/fuzz/fuzz_asm_arm_armbe.c', 'suite/fuzz/fuzz_asm_x86_32.c', 'suite/fuzz/fuzz_asm_arm_thumbbe.c', 'suite/fuzz/fuzz_asm_mipsbe.c', 'suite/fuzz/fuzz_asm_ppc64be.c', 'suite/fuzz/fuzz_asm_arm_thumbv8.c', 'suite/fuzz/fuzz_asm_arm_arm.c', 'suite/fuzz/fuzz_asm_arm_armv8be.c', 'suite/fuzz/fuzz_asm_mips64.c', 'suite/fuzz/fuzz_asm_x86_16.c', 'suite/fuzz/fuzz_asm_riscv64.c', 'suite/fuzz/fuzz_asm_mips.c', 'suite/fuzz/fuzz_asm_sparc.c', 'suite/fuzz/fuzz_asm_armv8_arm.c', 'suite/fuzz/fuzz_asm_sparc64be.c', 'suite/fuzz/fuzz_asm_ppc64.c', 'suite/fuzz/fuzz_asm_arm_thumb.c', 'suite/fuzz/fuzz_asm_ppc32be.c', 'suite/fuzz/fuzz_asm_hex.c', 'suite/fuzz/fuzz_asm_evm.c', 'suite/fuzz/fuzz_asm_systemz.c', 'suite/fuzz/fuzz_asm_arm64_arm.c', 'suite/fuzz/fuzz_asm_sparcbe.c'] []
/src/keystone/llvm/lib/Target/Mips/MipsTargetStreamer.h [] []
/src/keystone/llvm/lib/Target/Mips/MCTargetDesc/MipsABIFlagsSection.h [] []
/src/keystone/llvm/include/llvm/Support/Compiler.h [] []
/src/keystone/llvm/lib/Target/AArch64/MCTargetDesc/AArch64AsmBackend.cpp [] []
/src/keystone/llvm/include/llvm/ADT/DenseMap.h [] []
/src/keystone/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCTargetDesc.h [] []
/src/keystone/llvm/include/llvm/MC/MCSymbolMachO.h [] []
/src/keystone/llvm/lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.cpp [] []
/src/keystone/llvm/lib/Support/regutils.h [] []
/src/keystone/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCExpr.h [] []
/src/keystone/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonShuffler.cpp [] []
/src/keystone/llvm/lib/Target/AArch64/MCTargetDesc/AArch64AddressingModes.h [] []
/src/keystone/bindings/haskell/src/cbits/keystone_wrapper.c [] []
/src/keystone/llvm/lib/Target/Sparc/SparcTargetStreamer.h [] []
/src/keystone/llvm/include/llvm/MC/MCSchedule.h [] []
/src/keystone/llvm/include/llvm/ADT/iterator.h [] []
/src/keystone/llvm/lib/MC/MCCodeEmitter.cpp [] []
/src/keystone/llvm/lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp [] []
/src/keystone/llvm/lib/MC/MCELFStreamer.cpp [] []
/src/keystone/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonELFObjectWriter.cpp [] []
/src/keystone/llvm/include/llvm/MC/MachineLocation.h [] []
/src/keystone/llvm/lib/MC/MCAsmBackend.cpp [] []
/src/keystone/llvm/include/llvm/Support/Allocator.h [] []
/src/keystone/llvm/include/llvm/ADT/STLExtras.h [] []
/src/keystone/llvm/lib/Target/AArch64/MCTargetDesc/AArch64TargetStreamer.cpp [] []
/src/keystone/suite/fuzz/fuzz_asm_sparc64be.c ['suite/fuzz/fuzz_asm_sparc64be.c'] []
/src/keystone/llvm/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp [] []
/src/keystone/llvm/lib/Support/StringPool.cpp [] []
/src/keystone/llvm/lib/MC/ELFObjectWriter.cpp [] []
/src/keystone/llvm/lib/Support/SmallPtrSet.cpp [] []
/src/keystone/llvm/lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.cpp [] []
/src/keystone/llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCTargetDesc.cpp [] []
/src/keystone/llvm/lib/Target/X86/MCTargetDesc/X86MCAsmInfo.cpp [] []
/src/keystone/llvm/lib/Target/ARM/ARMFeatures.h [] []
/src/keystone/llvm/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.h [] []
/src/keystone/llvm/include/llvm/MC/MCParser/MCAsmParserExtension.h [] []
/src/keystone/llvm/include/llvm/MC/MCSectionMachO.h [] []
/src/keystone/llvm/include/llvm/Support/MachO.h [] []
/src/keystone/llvm/lib/Support/Unix/Unix.h [] []
/src/keystone/llvm/lib/Target/X86/AsmParser/X86AsmInstrumentation.cpp [] []
/src/keystone/llvm/include/llvm/MC/MCStreamer.h [] []
/src/keystone/llvm/lib/MC/MCSubtargetInfo.cpp [] []
/src/keystone/suite/fuzz/fuzz_asm_arm_thumbv8be.c ['suite/fuzz/fuzz_asm_arm_thumbv8be.c'] []
/src/keystone/llvm/lib/Support/APFloat.cpp ['suite/fuzz/fuzz_asm_mips64be.c', 'suite/fuzz/fuzz_asm_riscv32.c', 'suite/fuzz/fuzz_asm_arm_thumbv8be.c', 'suite/fuzz/fuzz_asm_x86_64.c', 'suite/fuzz/fuzz_asm_arm_armbe.c', 'suite/fuzz/fuzz_asm_x86_32.c', 'suite/fuzz/fuzz_asm_arm_thumbbe.c', 'suite/fuzz/fuzz_asm_mipsbe.c', 'suite/fuzz/fuzz_asm_ppc64be.c', 'suite/fuzz/fuzz_asm_arm_thumbv8.c', 'suite/fuzz/fuzz_asm_arm_arm.c', 'suite/fuzz/fuzz_asm_arm_armv8be.c', 'suite/fuzz/fuzz_asm_mips64.c', 'suite/fuzz/fuzz_asm_x86_16.c', 'suite/fuzz/fuzz_asm_riscv64.c', 'suite/fuzz/fuzz_asm_mips.c', 'suite/fuzz/fuzz_asm_sparc.c', 'suite/fuzz/fuzz_asm_armv8_arm.c', 'suite/fuzz/fuzz_asm_sparc64be.c', 'suite/fuzz/fuzz_asm_ppc64.c', 'suite/fuzz/fuzz_asm_arm_thumb.c', 'suite/fuzz/fuzz_asm_ppc32be.c', 'suite/fuzz/fuzz_asm_hex.c', 'suite/fuzz/fuzz_asm_evm.c', 'suite/fuzz/fuzz_asm_systemz.c', 'suite/fuzz/fuzz_asm_arm64_arm.c', 'suite/fuzz/fuzz_asm_sparcbe.c'] []
/src/keystone/llvm/lib/MC/MCSymbol.cpp [] []
/src/keystone/suite/fuzz/fuzz_asm_riscv32.c ['suite/fuzz/fuzz_asm_riscv32.c'] []
/src/keystone/llvm/lib/MC/MCSymbolELF.cpp [] []
/src/keystone/llvm/lib/Support/Twine.cpp ['suite/fuzz/fuzz_asm_mips64be.c', 'suite/fuzz/fuzz_asm_riscv32.c', 'suite/fuzz/fuzz_asm_arm_thumbv8be.c', 'suite/fuzz/fuzz_asm_x86_64.c', 'suite/fuzz/fuzz_asm_arm_armbe.c', 'suite/fuzz/fuzz_asm_x86_32.c', 'suite/fuzz/fuzz_asm_arm_thumbbe.c', 'suite/fuzz/fuzz_asm_mipsbe.c', 'suite/fuzz/fuzz_asm_ppc64be.c', 'suite/fuzz/fuzz_asm_arm_thumbv8.c', 'suite/fuzz/fuzz_asm_arm_arm.c', 'suite/fuzz/fuzz_asm_arm_armv8be.c', 'suite/fuzz/fuzz_asm_mips64.c', 'suite/fuzz/fuzz_asm_x86_16.c', 'suite/fuzz/fuzz_asm_riscv64.c', 'suite/fuzz/fuzz_asm_mips.c', 'suite/fuzz/fuzz_asm_sparc.c', 'suite/fuzz/fuzz_asm_armv8_arm.c', 'suite/fuzz/fuzz_asm_sparc64be.c', 'suite/fuzz/fuzz_asm_ppc64.c', 'suite/fuzz/fuzz_asm_arm_thumb.c', 'suite/fuzz/fuzz_asm_ppc32be.c', 'suite/fuzz/fuzz_asm_hex.c', 'suite/fuzz/fuzz_asm_evm.c', 'suite/fuzz/fuzz_asm_systemz.c', 'suite/fuzz/fuzz_asm_arm64_arm.c', 'suite/fuzz/fuzz_asm_sparcbe.c'] []
/src/keystone/llvm/include/llvm/Support/circular_raw_ostream.h [] []
/src/keystone/llvm/lib/Target/Sparc/AsmParser/SparcAsmParser.cpp [] []
/src/keystone/llvm/lib/Target/ARM/MCTargetDesc/ARMAddressingModes.h [] []
/src/keystone/llvm/include/llvm/ADT/iterator_range.h [] []
/src/keystone/llvm/lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.cpp [] []
/src/keystone/llvm/lib/Support/TargetParser.cpp ['suite/fuzz/fuzz_asm_mips64be.c', 'suite/fuzz/fuzz_asm_riscv32.c', 'suite/fuzz/fuzz_asm_arm_thumbv8be.c', 'suite/fuzz/fuzz_asm_x86_64.c', 'suite/fuzz/fuzz_asm_arm_armbe.c', 'suite/fuzz/fuzz_asm_x86_32.c', 'suite/fuzz/fuzz_asm_arm_thumbbe.c', 'suite/fuzz/fuzz_asm_mipsbe.c', 'suite/fuzz/fuzz_asm_ppc64be.c', 'suite/fuzz/fuzz_asm_arm_thumbv8.c', 'suite/fuzz/fuzz_asm_arm_arm.c', 'suite/fuzz/fuzz_asm_arm_armv8be.c', 'suite/fuzz/fuzz_asm_mips64.c', 'suite/fuzz/fuzz_asm_x86_16.c', 'suite/fuzz/fuzz_asm_riscv64.c', 'suite/fuzz/fuzz_asm_mips.c', 'suite/fuzz/fuzz_asm_sparc.c', 'suite/fuzz/fuzz_asm_armv8_arm.c', 'suite/fuzz/fuzz_asm_sparc64be.c', 'suite/fuzz/fuzz_asm_ppc64.c', 'suite/fuzz/fuzz_asm_arm_thumb.c', 'suite/fuzz/fuzz_asm_ppc32be.c', 'suite/fuzz/fuzz_asm_hex.c', 'suite/fuzz/fuzz_asm_evm.c', 'suite/fuzz/fuzz_asm_systemz.c', 'suite/fuzz/fuzz_asm_arm64_arm.c', 'suite/fuzz/fuzz_asm_sparcbe.c'] []
/src/keystone/llvm/lib/Target/Sparc/MCTargetDesc/SparcMCCodeEmitter.cpp [] []
/src/keystone/llvm/include/llvm/MC/MCFixup.h [] []
/src/keystone/llvm/include/llvm/MC/MCExpr.h [] []
/src/keystone/llvm/include/llvm/Object/SymbolicFile.h [] []
/src/keystone/llvm/include/llvm/Object/ELFObjectFile.h [] []
/src/keystone/llvm/include/llvm/MC/MCTargetOptionsCommandFlags.h [] []
/src/keystone/llvm/include/llvm/Support/MemoryBuffer.h [] []
/src/keystone/suite/fuzz/fuzz_asm_arm_thumbv8.c ['suite/fuzz/fuzz_asm_arm_thumbv8.c'] []
/src/keystone/llvm/include/llvm/Support/FileSystem.h [] []
/src/keystone/llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCAsmInfo.cpp [] []
/src/keystone/llvm/lib/MC/MCTargetOptions.cpp [] []
/src/keystone/llvm/include/llvm/Object/ELFTypes.h ['suite/fuzz/fuzz_asm_mips64be.c', 'suite/fuzz/fuzz_asm_riscv32.c', 'suite/fuzz/fuzz_asm_arm_thumbv8be.c', 'suite/fuzz/fuzz_asm_x86_64.c', 'suite/fuzz/fuzz_asm_arm_armbe.c', 'suite/fuzz/fuzz_asm_x86_32.c', 'suite/fuzz/fuzz_asm_arm_thumbbe.c', 'suite/fuzz/fuzz_asm_mipsbe.c', 'suite/fuzz/fuzz_asm_ppc64be.c', 'suite/fuzz/fuzz_asm_arm_thumbv8.c', 'suite/fuzz/fuzz_asm_arm_arm.c', 'suite/fuzz/fuzz_asm_arm_armv8be.c', 'suite/fuzz/fuzz_asm_mips64.c', 'suite/fuzz/fuzz_asm_x86_16.c', 'suite/fuzz/fuzz_asm_riscv64.c', 'suite/fuzz/fuzz_asm_mips.c', 'suite/fuzz/fuzz_asm_sparc.c', 'suite/fuzz/fuzz_asm_armv8_arm.c', 'suite/fuzz/fuzz_asm_sparc64be.c', 'suite/fuzz/fuzz_asm_ppc64.c', 'suite/fuzz/fuzz_asm_arm_thumb.c', 'suite/fuzz/fuzz_asm_ppc32be.c', 'suite/fuzz/fuzz_asm_hex.c', 'suite/fuzz/fuzz_asm_evm.c', 'suite/fuzz/fuzz_asm_systemz.c', 'suite/fuzz/fuzz_asm_arm64_arm.c', 'suite/fuzz/fuzz_asm_sparcbe.c'] []
/src/keystone/llvm/include/llvm/ADT/edit_distance.h [] []
/src/keystone/suite/fuzz/fuzz_asm_arm_thumb.c ['suite/fuzz/fuzz_asm_arm_thumb.c'] []
/src/keystone/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCELFStreamer.h [] []
/src/keystone/llvm/lib/Support/MemoryBuffer.cpp ['suite/fuzz/fuzz_asm_mips64be.c', 'suite/fuzz/fuzz_asm_riscv32.c', 'suite/fuzz/fuzz_asm_arm_thumbv8be.c', 'suite/fuzz/fuzz_asm_x86_64.c', 'suite/fuzz/fuzz_asm_arm_armbe.c', 'suite/fuzz/fuzz_asm_x86_32.c', 'suite/fuzz/fuzz_asm_arm_thumbbe.c', 'suite/fuzz/fuzz_asm_mipsbe.c', 'suite/fuzz/fuzz_asm_ppc64be.c', 'suite/fuzz/fuzz_asm_arm_thumbv8.c', 'suite/fuzz/fuzz_asm_arm_arm.c', 'suite/fuzz/fuzz_asm_arm_armv8be.c', 'suite/fuzz/fuzz_asm_mips64.c', 'suite/fuzz/fuzz_asm_x86_16.c', 'suite/fuzz/fuzz_asm_riscv64.c', 'suite/fuzz/fuzz_asm_mips.c', 'suite/fuzz/fuzz_asm_sparc.c', 'suite/fuzz/fuzz_asm_armv8_arm.c', 'suite/fuzz/fuzz_asm_sparc64be.c', 'suite/fuzz/fuzz_asm_ppc64.c', 'suite/fuzz/fuzz_asm_arm_thumb.c', 'suite/fuzz/fuzz_asm_ppc32be.c', 'suite/fuzz/fuzz_asm_hex.c', 'suite/fuzz/fuzz_asm_evm.c', 'suite/fuzz/fuzz_asm_systemz.c', 'suite/fuzz/fuzz_asm_arm64_arm.c', 'suite/fuzz/fuzz_asm_sparcbe.c'] []
/src/keystone/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCChecker.cpp [] []
/src/keystone/llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp [] []
/src/keystone/llvm/include/llvm/Support/Format.h [] []
/src/keystone/llvm/include/llvm/MC/MCContext.h [] []
/src/keystone/llvm/include/llvm/Support/ARMWinEH.h [] []
/src/keystone/llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCExpr.cpp [] []
/src/keystone/llvm/include/llvm/MC/MCObjectWriter.h [] []
/src/keystone/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCInstrInfo.cpp [] []
/src/keystone/suite/fuzz/fuzz_asm_arm64_arm.c ['suite/fuzz/fuzz_asm_arm64_arm.c'] []
/src/keystone/llvm/include/llvm/Support/MathExtras.h ['suite/fuzz/fuzz_asm_mips64be.c', 'suite/fuzz/fuzz_asm_riscv32.c', 'suite/fuzz/fuzz_asm_arm_thumbv8be.c', 'suite/fuzz/fuzz_asm_x86_64.c', 'suite/fuzz/fuzz_asm_arm_armbe.c', 'suite/fuzz/fuzz_asm_x86_32.c', 'suite/fuzz/fuzz_asm_arm_thumbbe.c', 'suite/fuzz/fuzz_asm_mipsbe.c', 'suite/fuzz/fuzz_asm_ppc64be.c', 'suite/fuzz/fuzz_asm_arm_thumbv8.c', 'suite/fuzz/fuzz_asm_arm_arm.c', 'suite/fuzz/fuzz_asm_arm_armv8be.c', 'suite/fuzz/fuzz_asm_mips64.c', 'suite/fuzz/fuzz_asm_x86_16.c', 'suite/fuzz/fuzz_asm_riscv64.c', 'suite/fuzz/fuzz_asm_mips.c', 'suite/fuzz/fuzz_asm_sparc.c', 'suite/fuzz/fuzz_asm_armv8_arm.c', 'suite/fuzz/fuzz_asm_sparc64be.c', 'suite/fuzz/fuzz_asm_ppc64.c', 'suite/fuzz/fuzz_asm_arm_thumb.c', 'suite/fuzz/fuzz_asm_ppc32be.c', 'suite/fuzz/fuzz_asm_hex.c', 'suite/fuzz/fuzz_asm_evm.c', 'suite/fuzz/fuzz_asm_systemz.c', 'suite/fuzz/fuzz_asm_arm64_arm.c', 'suite/fuzz/fuzz_asm_sparcbe.c'] []
/src/keystone/llvm/lib/Target/Sparc/MCTargetDesc/SparcMCExpr.h [] []
/src/keystone/llvm/include/llvm/Support/EndianStream.h [] []
/src/keystone/suite/fuzz/fuzz_asm_sparc.c ['suite/fuzz/fuzz_asm_sparc.c'] []
/src/keystone/llvm/include/llvm/MC/MCSymbolCOFF.h [] []
/src/keystone/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCCompound.cpp [] []
/src/keystone/llvm/include/llvm/MC/MCParser/AsmCond.h [] []
/src/keystone/suite/fuzz/fuzz_asm_ppc64be.c ['suite/fuzz/fuzz_asm_ppc64be.c'] []

Directories in report

Directory
/src/keystone/llvm/lib/Target/Sparc/
/src/keystone/llvm/lib/Target/Sparc/TargetInfo/
/src/keystone/llvm/lib/Target/X86/MCTargetDesc/
/src/keystone/llvm/lib/Target/X86/AsmParser/
/src/keystone/samples/
/src/keystone/llvm/lib/Target/RISCV/TargetInfo/
/src/keystone/llvm/lib/Target/Hexagon/AsmParser/
/src/keystone/llvm/lib/Target/RISCV/MCTargetDesc/
/src/keystone/llvm/lib/Target/RISCV/Utils/
/src/keystone/llvm/include/llvm/Support/
/src/keystone/llvm/lib/Target/SystemZ/TargetInfo/
/src/keystone/llvm/lib/Target/ARM/MCTargetDesc/
/src/keystone/llvm/lib/Target/AArch64/TargetInfo/
/src/keystone/llvm/lib/Target/Mips/MCTargetDesc/
/src/keystone/llvm/lib/Target/Hexagon/MCTargetDesc/
/src/keystone/llvm/lib/MC/
/src/keystone/llvm/lib/Support/Unix/
/src/keystone/llvm/lib/Support/
/src/keystone/llvm/include/llvm/MC/
/src/keystone/llvm/lib/Target/PowerPC/AsmParser/
/src/keystone/bindings/ruby/keystone_gem/ext/
/src/keystone/llvm/lib/Target/SystemZ/AsmParser/
/src/keystone/llvm/lib/Target/Mips/
/src/keystone/llvm/include/llvm/Object/
/src/keystone/llvm/lib/Target/Sparc/AsmParser/
/src/keystone/suite/fuzz/
/src/keystone/llvm/lib/Target/RISCV/AsmParser/
/src/keystone/bindings/haskell/src/cbits/
/src/keystone/llvm/lib/Target/ARM/TargetInfo/
/src/keystone/llvm/lib/Target/PowerPC/TargetInfo/
/src/keystone/llvm/lib/Target/Mips/TargetInfo/
/src/keystone/llvm/lib/Target/ARM/
/src/keystone/llvm/lib/Target/AArch64/AsmParser/
/src/keystone/llvm/lib/Target/Hexagon/
/src/keystone/llvm/lib/Target/AArch64/Utils/
/src/keystone/llvm/lib/Target/Sparc/MCTargetDesc/
/src/keystone/llvm/lib/Target/Mips/AsmParser/
/src/keystone/llvm/lib/Support/Windows/
/src/keystone/bindings/vb6/
/src/keystone/llvm/lib/Target/ARM/AsmParser/
/src/keystone/include/keystone/
/src/keystone/llvm/lib/Target/PowerPC/MCTargetDesc/
/src/keystone/kstool/
/src/keystone/llvm/lib/Target/AArch64/MCTargetDesc/
/src/keystone/llvm/include/llvm/MC/MCParser/
/src/keystone/llvm/lib/Target/X86/TargetInfo/
/src/keystone/llvm/keystone/
/src/keystone/llvm/include/llvm/ADT/
/src/keystone/llvm/lib/Target/SystemZ/MCTargetDesc/
/src/keystone/llvm/lib/MC/MCParser/
/src/keystone/llvm/lib/Target/Hexagon/TargetInfo/

Metadata section

This sections shows the raw data that is used to produce this report. This is mainly used for further processing and developer debugging.

Fuzzer Calltree file Program data file Coverage file
suite/fuzz/fuzz_asm_mips64be.c fuzzerLogFile-fuzz_asm_mips64be.data fuzzerLogFile-fuzz_asm_mips64be.data.yaml
suite/fuzz/fuzz_asm_riscv32.c fuzzerLogFile-fuzz_asm_riscv32.data fuzzerLogFile-fuzz_asm_riscv32.data.yaml
suite/fuzz/fuzz_asm_arm_thumbv8be.c fuzzerLogFile-fuzz_asm_arm_thumbv8be.data fuzzerLogFile-fuzz_asm_arm_thumbv8be.data.yaml
suite/fuzz/fuzz_asm_x86_64.c fuzzerLogFile-fuzz_asm_x86_64.data fuzzerLogFile-fuzz_asm_x86_64.data.yaml
suite/fuzz/fuzz_asm_arm_armbe.c fuzzerLogFile-fuzz_asm_arm_armbe.data fuzzerLogFile-fuzz_asm_arm_armbe.data.yaml
suite/fuzz/fuzz_asm_x86_32.c fuzzerLogFile-fuzz_asm_x86_32.data fuzzerLogFile-fuzz_asm_x86_32.data.yaml
suite/fuzz/fuzz_asm_arm_thumbbe.c fuzzerLogFile-fuzz_asm_arm_thumbbe.data fuzzerLogFile-fuzz_asm_arm_thumbbe.data.yaml
suite/fuzz/fuzz_asm_mipsbe.c fuzzerLogFile-fuzz_asm_mipsbe.data fuzzerLogFile-fuzz_asm_mipsbe.data.yaml
suite/fuzz/fuzz_asm_ppc64be.c fuzzerLogFile-fuzz_asm_ppc64be.data fuzzerLogFile-fuzz_asm_ppc64be.data.yaml
suite/fuzz/fuzz_asm_arm_thumbv8.c fuzzerLogFile-fuzz_asm_arm_thumbv8.data fuzzerLogFile-fuzz_asm_arm_thumbv8.data.yaml
suite/fuzz/fuzz_asm_arm_arm.c fuzzerLogFile-fuzz_asm_arm_arm.data fuzzerLogFile-fuzz_asm_arm_arm.data.yaml
suite/fuzz/fuzz_asm_arm_armv8be.c fuzzerLogFile-fuzz_asm_arm_armv8be.data fuzzerLogFile-fuzz_asm_arm_armv8be.data.yaml
suite/fuzz/fuzz_asm_mips64.c fuzzerLogFile-fuzz_asm_mips64.data fuzzerLogFile-fuzz_asm_mips64.data.yaml
suite/fuzz/fuzz_asm_x86_16.c fuzzerLogFile-fuzz_asm_x86_16.data fuzzerLogFile-fuzz_asm_x86_16.data.yaml
suite/fuzz/fuzz_asm_riscv64.c fuzzerLogFile-fuzz_asm_riscv64.data fuzzerLogFile-fuzz_asm_riscv64.data.yaml
suite/fuzz/fuzz_asm_mips.c fuzzerLogFile-fuzz_asm_mips.data fuzzerLogFile-fuzz_asm_mips.data.yaml
suite/fuzz/fuzz_asm_sparc.c fuzzerLogFile-fuzz_asm_sparc.data fuzzerLogFile-fuzz_asm_sparc.data.yaml
suite/fuzz/fuzz_asm_armv8_arm.c fuzzerLogFile-fuzz_asm_armv8_arm.data fuzzerLogFile-fuzz_asm_armv8_arm.data.yaml
suite/fuzz/fuzz_asm_sparc64be.c fuzzerLogFile-fuzz_asm_sparc64be.data fuzzerLogFile-fuzz_asm_sparc64be.data.yaml
suite/fuzz/fuzz_asm_ppc64.c fuzzerLogFile-fuzz_asm_ppc64.data fuzzerLogFile-fuzz_asm_ppc64.data.yaml
suite/fuzz/fuzz_asm_arm_thumb.c fuzzerLogFile-fuzz_asm_arm_thumb.data fuzzerLogFile-fuzz_asm_arm_thumb.data.yaml
suite/fuzz/fuzz_asm_ppc32be.c fuzzerLogFile-fuzz_asm_ppc32be.data fuzzerLogFile-fuzz_asm_ppc32be.data.yaml
suite/fuzz/fuzz_asm_hex.c fuzzerLogFile-fuzz_asm_hex.data fuzzerLogFile-fuzz_asm_hex.data.yaml
suite/fuzz/fuzz_asm_evm.c fuzzerLogFile-fuzz_asm_evm.data fuzzerLogFile-fuzz_asm_evm.data.yaml
suite/fuzz/fuzz_asm_systemz.c fuzzerLogFile-fuzz_asm_systemz.data fuzzerLogFile-fuzz_asm_systemz.data.yaml
suite/fuzz/fuzz_asm_arm64_arm.c fuzzerLogFile-fuzz_asm_arm64_arm.data fuzzerLogFile-fuzz_asm_arm64_arm.data.yaml
suite/fuzz/fuzz_asm_sparcbe.c fuzzerLogFile-fuzz_asm_sparcbe.data fuzzerLogFile-fuzz_asm_sparcbe.data.yaml