File: load-config.yaml

package info (click to toggle)
swiftlang 6.0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,519,992 kB
  • sloc: cpp: 9,107,863; ansic: 2,040,022; asm: 1,135,751; python: 296,500; objc: 82,456; f90: 60,502; lisp: 34,951; pascal: 19,946; sh: 18,133; perl: 7,482; ml: 4,937; javascript: 4,117; makefile: 3,840; awk: 3,535; xml: 914; fortran: 619; cs: 573; ruby: 573
file content (320 lines) | stat: -rw-r--r-- 10,665 bytes parent folder | download | duplicates (3)
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
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
## Test all members of 64-bit load config.
# RUN: yaml2obj --docnum=1 %s -o %t
# RUN: llvm-readobj --coff-load-config %t | FileCheck %s --check-prefix=ALL

# ALL:      Format: COFF-x86-64
# ALL-NEXT: Arch: x86_64
# ALL-NEXT: AddressSize: 64bit
# ALL-NEXT: LoadConfig [
# ALL-NEXT:   Size: 0x150
# ALL-NEXT:   TimeDateStamp: 1970-01-01 00:00:01 (0x1)
# ALL-NEXT:   MajorVersion: 0x2
# ALL-NEXT:   MinorVersion: 0x3
# ALL-NEXT:   GlobalFlagsClear: 0x4
# ALL-NEXT:   GlobalFlagsSet: 0x5
# ALL-NEXT:   CriticalSectionDefaultTimeout: 0x6
# ALL-NEXT:   DeCommitFreeBlockThreshold: 0x7
# ALL-NEXT:   DeCommitTotalFreeThreshold: 0x8
# ALL-NEXT:   LockPrefixTable: 0x9
# ALL-NEXT:   MaximumAllocationSize: 0x100000
# ALL-NEXT:   VirtualMemoryThreshold: 0x2000000
# ALL-NEXT:   ProcessHeapFlags: 0x2
# ALL-NEXT:   ProcessAffinityMask: 0x1
# ALL-NEXT:   CSDVersion: 0x3
# ALL-NEXT:   DependentLoadFlags: 0x4
# ALL-NEXT:   EditList: 0x5
# ALL-NEXT:   SecurityCookie: 0x6
# ALL-NEXT:   SEHandlerTable: 0x0
# ALL-NEXT:   SEHandlerCount: 0
# ALL-NEXT:   GuardCFCheckFunction: 0x9
# ALL-NEXT:   GuardCFCheckDispatch: 0x1
# ALL-NEXT:   GuardCFFunctionTable: 0x0
# ALL-NEXT:   GuardCFFunctionCount: 0
# ALL-NEXT:   GuardFlags [ (0x4)
# ALL-NEXT:   ]
# ALL-NEXT:   GuardAddressTakenIatEntryTable: 0x0
# ALL-NEXT:   GuardAddressTakenIatEntryCount: 0
# ALL-NEXT:   GuardLongJumpTargetTable: 0x0
# ALL-NEXT:   GuardLongJumpTargetCount: 0
# ALL-NEXT:   DynamicValueRelocTable: 0x2
# ALL-NEXT:   CHPEMetadataPointer: 0x0
# ALL-NEXT:   GuardRFFailureRoutine: 0x4
# ALL-NEXT:   GuardRFFailureRoutineFunctionPointer: 0x5
# ALL-NEXT:   DynamicValueRelocTableOffset: 0x6
# ALL-NEXT:   DynamicValueRelocTableSection: 7
# ALL-NEXT:   GuardRFVerifyStackPointerFunctionPointer: 0x8
# ALL-NEXT:   HotPatchTableOffset: 0x9
# ALL-NEXT:   EnclaveConfigurationPointer: 0x1
# ALL-NEXT:   VolatileMetadataPointer: 0x2
# ALL-NEXT:   GuardEHContinuationTable: 0x0
# ALL-NEXT:   GuardEHContinuationCount: 0
# ALL-NEXT: ]

--- !COFF
OptionalHeader:
  ImageBase:        0x180000000
  SectionAlignment: 4096
  FileAlignment:    512
  DLLCharacteristics: [ ]
  LoadConfigTable:
    RelativeVirtualAddress: 0x1000
    Size:            320
header:
  Machine:         IMAGE_FILE_MACHINE_AMD64
  Characteristics: [ IMAGE_FILE_EXECUTABLE_IMAGE, IMAGE_FILE_LARGE_ADDRESS_AWARE, IMAGE_FILE_DLL ]
sections:
  - Name:            .rdata
    Characteristics: [ IMAGE_SCN_CNT_INITIALIZED_DATA, IMAGE_SCN_MEM_READ ]
    VirtualAddress:  0x1000
    VirtualSize:     320
    StructuredData:
      - LoadConfig:
          Size: 0x150
          TimeDateStamp: 1
          MajorVersion: 2
          MinorVersion: 3
          GlobalFlagsClear: 4
          GlobalFlagsSet: 5
          CriticalSectionDefaultTimeout: 6
          DeCommitFreeBlockThreshold: 7
          DeCommitTotalFreeThreshold: 8
          LockPrefixTable: 9
          MaximumAllocationSize: 0x100000
          VirtualMemoryThreshold: 0x2000000
          ProcessAffinityMask: 1
          ProcessHeapFlags: 2
          CSDVersion: 3
          DependentLoadFlags: 4
          EditList: 5
          SecurityCookie: 6
          SEHandlerTable: 0
          SEHandlerCount: 0
          GuardCFCheckFunction: 9
          GuardCFCheckDispatch: 1
          GuardCFFunctionTable: 0
          GuardCFFunctionCount: 0
          GuardFlags: 4
          CodeIntegrity:
            Flags: 0x100
            Catalog: 5
            CatalogOffset: 6
          GuardAddressTakenIatEntryTable: 0
          GuardAddressTakenIatEntryCount: 0
          GuardLongJumpTargetTable: 0
          GuardLongJumpTargetCount: 0
          DynamicValueRelocTable: 2
          CHPEMetadataPointer: 0
          GuardRFFailureRoutine: 4
          GuardRFFailureRoutineFunctionPointer: 5
          DynamicValueRelocTableOffset: 6
          DynamicValueRelocTableSection: 7
          GuardRFVerifyStackPointerFunctionPointer: 8
          HotPatchTableOffset: 9
          EnclaveConfigurationPointer: 1
          VolatileMetadataPointer: 2
          GuardEHContinuationTable: 0
          GuardEHContinuationCount: 0
          GuardXFGCheckFunctionPointer: 5
          GuardXFGDispatchFunctionPointer: 6
          GuardXFGTableDispatchFunctionPointer: 7
          CastGuardOsDeterminedFailureMode: 8
symbols: []
...

## Simple 32-bit load config.
# RUN: yaml2obj --docnum=2 %s -o %t
# RUN: llvm-readobj --coff-load-config %t | FileCheck %s --check-prefix=LOADCFG32

# LOADCFG32: LoadConfig [
# LOADCFG32:   MaximumAllocationSize: 0x100000
# LOADCFG32:   VirtualMemoryThreshold: 0x2000000
# LOADCFG32:   CHPEMetadataPointer: 0

--- !COFF
OptionalHeader:
  ImageBase:        0x180000000
  SectionAlignment: 4096
  FileAlignment:    512
  DLLCharacteristics: [ ]
  LoadConfigTable:
    RelativeVirtualAddress: 0x1000
    Size:            320
header:
  Machine:         IMAGE_FILE_MACHINE_I386
  Characteristics: [ IMAGE_FILE_EXECUTABLE_IMAGE, IMAGE_FILE_LARGE_ADDRESS_AWARE, IMAGE_FILE_DLL ]
sections:
  - Name:            .rdata
    Characteristics: [ IMAGE_SCN_CNT_INITIALIZED_DATA, IMAGE_SCN_MEM_READ ]
    VirtualAddress:  0x1000
    VirtualSize:     320
    StructuredData:
      - LoadConfig:
          MaximumAllocationSize: 0x100000
          VirtualMemoryThreshold: 0x2000000
symbols: []
...

## Create load config with all fields using default values.
# RUN: yaml2obj --docnum=3 %s -o %t
# RUN: llvm-readobj --coff-load-config %t | FileCheck %s --check-prefix=DEF

# DEF: Format: COFF-x86-64
# DEF: Arch: x86_64
# DEF: AddressSize: 64bit
# DEF: LoadConfig [
# DEF:   Size: 0x138
# DEF:   MajorVersion: 0x0
# DEF:   MinorVersion: 0x0
# DEF:   GuardEHContinuationCount: 0
# DEF: ]

--- !COFF
OptionalHeader:
  ImageBase:        0x180000000
  SectionAlignment: 4096
  FileAlignment:    512
  DLLCharacteristics: [ ]
  LoadConfigTable:
    RelativeVirtualAddress: 0x1000
    Size:            320
header:
  Machine:         IMAGE_FILE_MACHINE_AMD64
  Characteristics: [ IMAGE_FILE_EXECUTABLE_IMAGE, IMAGE_FILE_LARGE_ADDRESS_AWARE, IMAGE_FILE_DLL ]
sections:
  - Name:            .rdata
    Characteristics: [ IMAGE_SCN_CNT_INITIALIZED_DATA, IMAGE_SCN_MEM_READ ]
    VirtualAddress:  0x1000
    VirtualSize:     320
    StructuredData:
      - LoadConfig:
symbols: []
...

## Create laod config larger than coff_load_configuration32 struct.
# RUN: yaml2obj --docnum=4 %s -o %t
# RUN: llvm-readobj --hex-dump=.rdata %t | FileCheck %s --check-prefix=LARGE

# LARGE:      0x00401000 d0000000 00000000 00000000 00000000 ................
# LARGE-NEXT: 0x00401010 00000000 00000000 00000000 00000000 ................
# LARGE-NEXT: 0x00401020 00000000 00000000 00000000 00000000 ................
# LARGE-NEXT: 0x00401030 00000000 00000000 00000000 00000000 ................
# LARGE-NEXT: 0x00401040 00000000 00000000 00000000 00000000 ................
# LARGE-NEXT: 0x00401050 00000000 00000000 00000000 00000000 ................
# LARGE-NEXT: 0x00401060 00000000 00000000 00000000 00000000 ................
# LARGE-NEXT: 0x00401070 00000000 00000000 00000000 00000000 ................
# LARGE-NEXT: 0x00401080 00000000 00000000 00000000 00000000 ................
# LARGE-NEXT: 0x00401090 00000000 00000000 00000000 00000000 ................
# LARGE-NEXT: 0x004010a0 00000000 00000000 00000000 00000000 ................
# LARGE-NEXT: 0x004010b0 00000000 00000000 ff000000 00000000 ................
# LARGE-NEXT: 0x004010c0 00000000 00000000 00000000 00000000 ................
# LARGE-NEXT: 0x004010d0 aabbccdd                            ....

--- !COFF
OptionalHeader:
  ImageBase:        0x400000
  SectionAlignment: 4096
  FileAlignment:    512
  DLLCharacteristics: [ ]
  LoadConfigTable:
    RelativeVirtualAddress: 0x1000
    Size:            320
header:
  Machine:         IMAGE_FILE_MACHINE_I386
  Characteristics: [ IMAGE_FILE_EXECUTABLE_IMAGE, IMAGE_FILE_LARGE_ADDRESS_AWARE, IMAGE_FILE_DLL ]
sections:
  - Name:            .rdata
    Characteristics: [ IMAGE_SCN_CNT_INITIALIZED_DATA, IMAGE_SCN_MEM_READ ]
    VirtualAddress:  0x1000
    VirtualSize:     0xd4
    StructuredData:
      - LoadConfig:
          Size: 0xd0
          CastGuardOsDeterminedFailureMode: 0xff
      - UInt32: 0xddccbbaa
symbols: []
...

## Try to specify load config field that barely fits the specified size.
# RUN: yaml2obj --docnum=5 %s -o %t
# RUN: llvm-readobj --hex-dump=.rdata %t | FileCheck %s --check-prefix=SMALL
# SMALL: 0x180001000 09000000 00000000 aaffffff ff

--- !COFF
OptionalHeader:
  ImageBase:        0x180000000
  SectionAlignment: 4096
  FileAlignment:    512
  DLLCharacteristics: [ ]
  LoadConfigTable:
    RelativeVirtualAddress: 0x1000
    Size:            320
header:
  Machine:         IMAGE_FILE_MACHINE_AMD64
  Characteristics: [ IMAGE_FILE_EXECUTABLE_IMAGE, IMAGE_FILE_LARGE_ADDRESS_AWARE, IMAGE_FILE_DLL ]
sections:
  - Name:            .rdata
    Characteristics: [ IMAGE_SCN_CNT_INITIALIZED_DATA, IMAGE_SCN_MEM_READ ]
    VirtualAddress:  0x1000
    VirtualSize:     13
    StructuredData:
      - LoadConfig:
          Size: 9
          MajorVersion: 0xbbaa
      - UInt32: 0xffffffff
symbols: []
...

## Try to specify load config field that does not fit specified size.
# RUN: not yaml2obj --docnum=6 %s -o %t 2>&1 | FileCheck %s --check-prefix=TOOSMALL
# TOOSMALL: error: unknown key 'MajorVersion'

--- !COFF
OptionalHeader:
  ImageBase:        0x180000000
  SectionAlignment: 4096
  FileAlignment:    512
  DLLCharacteristics: [ ]
  LoadConfigTable:
    RelativeVirtualAddress: 0x1000
    Size:            320
header:
  Machine:         IMAGE_FILE_MACHINE_AMD64
  Characteristics: [ IMAGE_FILE_EXECUTABLE_IMAGE, IMAGE_FILE_LARGE_ADDRESS_AWARE, IMAGE_FILE_DLL ]
sections:
  - Name:            .rdata
    Characteristics: [ IMAGE_SCN_CNT_INITIALIZED_DATA, IMAGE_SCN_MEM_READ ]
    VirtualAddress:  0x1000
    VirtualSize:     320
    StructuredData:
      - LoadConfig:
          Size: 8
          MajorVersion: 10
symbols: []
...

## Set load config size to 0.
# RUN: not yaml2obj --docnum=7 %s -o %t 2>&1 | FileCheck %s --check-prefix=ZERO
# ZERO: error: Size must be at least 4

--- !COFF
OptionalHeader:
  ImageBase:        0x180000000
  SectionAlignment: 4096
  FileAlignment:    512
  DLLCharacteristics: [ ]
  LoadConfigTable:
    RelativeVirtualAddress: 0x1000
    Size:            320
header:
  Machine:         IMAGE_FILE_MACHINE_AMD64
  Characteristics: [ IMAGE_FILE_EXECUTABLE_IMAGE, IMAGE_FILE_LARGE_ADDRESS_AWARE, IMAGE_FILE_DLL ]
sections:
  - Name:            .rdata
    Characteristics: [ IMAGE_SCN_CNT_INITIALIZED_DATA, IMAGE_SCN_MEM_READ ]
    VirtualAddress:  0x1000
    VirtualSize:     320
    StructuredData:
      - LoadConfig:
          Size: 0
symbols: []
...