-
Notifications
You must be signed in to change notification settings - Fork 108
/
capstone.yaml
79 lines (79 loc) · 1.96 KB
/
capstone.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
"functions":
- "name": "BPF_getInstruction"
"params":
- "name": "ud"
"type": "size_t"
- "name": "code"
"type": "bool "
- "name": "code_len"
"type": "size_t"
- "name": "instr"
"type": "bool "
- "name": "size"
"type": "bool "
- "name": "address"
"type": "size_t"
- "name": "info"
"type": "bool "
"return_type": "bool"
"signature": "bool BPF_getInstruction(csh, const uint8_t *, size_t, MCInst *, uint16_t *, uint64_t, void *)"
- "name": "ARM_getInstruction"
"params":
- "name": "ud"
"type": "size_t"
- "name": "code"
"type": "bool "
- "name": "code_len"
"type": "size_t"
- "name": "instr"
"type": "bool "
- "name": "size"
"type": "bool "
- "name": "address"
"type": "size_t"
- "name": "info"
"type": "bool "
"return_type": "bool"
"signature": "bool ARM_getInstruction(csh, const uint8_t *, size_t, MCInst *, uint16_t *, uint64_t, void *)"
- "name": "PPC_getInstruction"
"params":
- "name": "ud"
"type": "size_t"
- "name": "code"
"type": "bool "
- "name": "code_len"
"type": "size_t"
- "name": "instr"
"type": "bool "
- "name": "size"
"type": "bool "
- "name": "address"
"type": "size_t"
- "name": "info"
"type": "bool "
"return_type": "bool"
"signature": "bool PPC_getInstruction(csh, const uint8_t *, size_t, MCInst *, uint16_t *, uint64_t, void *)"
- "name": "AArch64_printer"
"params":
- "name": "MI"
"type": "bool "
- "name": "O"
"type": "bool "
- "name": "info"
"type": "bool "
"return_type": "void"
"signature": "void AArch64_printer(MCInst *, SStream *, void *)"
- "name": "LoongArch_printer"
"params":
- "name": "MI"
"type": "bool "
- "name": "O"
"type": "bool "
- "name": "info"
"type": "bool "
"return_type": "void"
"signature": "void LoongArch_printer(MCInst *, SStream *, void *)"
"language": "c++"
"project": "capstone"
"target_name": "fuzz_disasmv5"
"target_path": "/src/capstonev5/suite/fuzz/fuzz_disasm.c"