forked from dslab-epfl/s2e2-gui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresult.json
244 lines (244 loc) · 7.64 KB
/
result.json
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
[
{
"configOption": {
"reloadConfig": {
"type": "bool",
"description": ""
},
"module": {
"content": {
"functions": {
"type": "string",
"description": ""
}
},
"type": "list",
"description": "The configuration of this list is wrong"
}
},
"dependencies": [
"ModuleExecutionDetector"
],
"name": "ControlFlowGraph",
"description": "Manages control flow graphs for modules"
},
{
"configOption": {
"dumpInfoInterval": {
"type": "int",
"description": ""
}
},
"dependencies": [
"OSMonitor",
"ProcessExecutionDetector",
"ModuleExecutionDetector"
],
"name": "CallSiteMonitor",
"description": "CallSiteMonitor S2E plugin"
},
{
"configOption": {},
"dependencies": [
"ExecutionTracer",
"ModuleExecutionDetector"
],
"name": "InstructionCounter",
"description": "Instruction counter plugin"
},
{
"configOption": {
"generateOnSegfault": {
"type": "bool",
"description": "Generate a test case on segmentation fault"
},
"generateOnStateKill": {
"type": "bool",
"description": "Generate a test case on state kill"
}
},
"dependencies": [],
"name": "TestCaseGenerator",
"description": "TestCaseGenerator plugin"
},
{
"configOption": {},
"dependencies": [
"ExecutionTracer"
],
"name": "StateSwitchTracer",
"description": "Traces state switches"
},
{
"configOption": {},
"dependencies": [],
"name": "ExecutionTracer",
"description": "ExecutionTracer plugin"
},
{
"configOption": {
"flushTbCache": {
"type": "bool",
"description": "Whether or not to flush the translation block cache when enabling/disabling tracing."
},
"manualTrigger": {
"type": "bool",
"description": ""
}
},
"dependencies": [
"ExecutionTracer",
"ModuleExecutionDetector"
],
"name": "TBCoverageTracer",
"description": "Tracer for translation blocks"
},
{
"configOption": {
"enableSeeds": {
"type": "bool",
"description": ""
},
"enableParallelSeeding": {
"type": "bool",
"description": ""
},
"seedDirectory": {
"type": "string",
"description": ""
},
"maxSeedStates": {
"type": "int",
"description": ""
}
},
"dependencies": [
"MultiSearcher",
"CUPASearcher"
],
"name": "SeedSearcher",
"description": "Seed searcher"
},
{
"configOption": {},
"dependencies": [],
"name": "MultiSearcher",
"description": "MultiSearcher S2E plugin"
},
{
"configOption": {
"batchTime": {
"type": "int",
"description": ""
},
"classes": {
"type": "stringList",
"description": ""
},
"enabled": {
"type": "bool",
"description": ""
}
},
"dependencies": [
"ModuleExecutionDetector",
"MultiSearcher"
],
"name": "CUPASearcher",
"description": "CUPA searcher"
},
{
"configOption": {
"stateMachineTimeout": {
"type": "int",
"description": "How long do we wait before using new seeds.\nUsing seeds is currently expensive. For simple CBs, seeds slow down vulnerability finding by a lot. Use them only when S2E is stuck."
},
"lowPrioritySeedThreshold": {
"type": "int",
"description": "Seeds with priority equal to or lower than the threshold are considered low priority For CFE, high priorities range from 10 to 7 (various types of POVs and crashes), while normal test cases are from 6 and below."
}
},
"dependencies": [
"SeedSearcher",
"OSMonitor",
"TranslationBlockCoverage"
],
"name": "SeedScheduler",
"description": "Coordinates seed scheduling"
},
{
"configOption": {
"writeCoverageOnStateKill": {
"type": "bool",
"description": "This is mainly for debugging, in normal use would generate too many files"
}
},
"dependencies": [
"ControlFlowGraph"
],
"name": "BasicBlockCoverage",
"description": "Reports basic block coverage for registered modules"
},
{
"configOption": {
"writeCoverageOnStateKill": {
"type": "bool",
"description": "This is mainly for debugging, in normal use would generate too many files"
}
},
"dependencies": [
"ModuleExecutionDetector"
],
"name": "TranslationBlockCoverage",
"description": "TranslationBlockCoverage S2E plugin"
},
{
"configOption": {
"moduleNames": {
"type": "stringList",
"description": "Fetch the list of modules where to report the calls"
}
},
"dependencies": [
"OSMonitor"
],
"name": "ProcessExecutionDetector",
"description": "ProcessExecutionDetector S2E plugin"
},
{
"configOption": {
"trackExecution": {
"type": "bool",
"description": ""
},
"trackAllModules": {
"type": "bool",
"description": "When true, pass events about all module loads and unloads to client plugins but do not notify them about the execution. This is useful for execution tracers to record modules loads to provide debug information offline without actually recording any trace."
},
"configureAllModules": {
"type": "bool",
"description": "When true, consider all modules of the system to be of interest, regardless of per-module configuration."
},
"module": {
"content": {
"moduleName": {
"type": "string",
"description": "The name of the module. This must match the name returned by the OS monitoring plugin."
},
"kernelMode": {
"type": "bool",
"description": "Whether the module lies above or below the kernel-mode threshold. Assumes that the module is mapped in all address space at the same location above the kernel/user-space boundary."
}
},
"type": "list",
"description": "list of modules"
}
},
"dependencies": [
"OSMonitor",
"Vmi"
],
"name": "ModuleExecutionDetector",
"description": "Plugin for monitoring module execution"
}
]