This repository has been archived by the owner on Apr 7, 2020. It is now read-only.
forked from Velocidex/go-prefetch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
prefetch_gen.go
600 lines (492 loc) · 20.8 KB
/
prefetch_gen.go
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
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
package prefetch
// Autogenerated code from profile_vtypes.json. Do not edit.
import (
"encoding/binary"
"fmt"
"bytes"
"io"
"unicode/utf16"
"unicode/utf8"
)
var (
// Depending on autogenerated code we may use this. Add a reference
// to shut the compiler up.
_ = bytes.MinRead
_ = fmt.Sprintf
_ = utf16.Decode
_ = binary.LittleEndian
_ = utf8.RuneError
)
type PrefetchProfile struct {
Off_FileInformationVista_FileMetricsOffset int64
Off_FileInformationVista_FilenameOffset int64
Off_FileInformationVista_FilenameSize int64
Off_FileInformationVista_LastRunTime int64
Off_FileInformationVista_NumberOfFileMetrics int64
Off_FileInformationVista_NumberOfTraceChains int64
Off_FileInformationVista_NumberOfVolumes int64
Off_FileInformationVista_RunCount int64
Off_FileInformationVista_TraceChainsArrayOffset int64
Off_FileInformationVista_VolumesInformationOffset int64
Off_FileInformationVista_VolumesInformationSize int64
Off_FileInformationWin10_FileMetricsOffset int64
Off_FileInformationWin10_FilenameOffset int64
Off_FileInformationWin10_FilenameSize int64
Off_FileInformationWin10_LastRunTimes int64
Off_FileInformationWin10_NumberOfFileMetrics int64
Off_FileInformationWin10_NumberOfTraceChains int64
Off_FileInformationWin10_NumberOfVolumes int64
Off_FileInformationWin10_RunCount1 int64
Off_FileInformationWin10_RunCount2 int64
Off_FileInformationWin10_TraceChainsArrayOffset int64
Off_FileInformationWin10_VolumesInformationOffset int64
Off_FileInformationWin10_VolumesInformationSize int64
Off_FileInformationXP_FileMetricsOffset int64
Off_FileInformationXP_FilenameOffset int64
Off_FileInformationXP_FilenameSize int64
Off_FileInformationXP_LastRunTime int64
Off_FileInformationXP_NumberOfFileMetrics int64
Off_FileInformationXP_NumberOfTraceChains int64
Off_FileInformationXP_NumberOfVolumes int64
Off_FileInformationXP_RunCount int64
Off_FileInformationXP_TraceChainsArrayOffset int64
Off_FileInformationXP_VolumesInformationOffset int64
Off_FileInformationXP_VolumesInformationSize int64
Off_FileMetricsEntryV17_FilenameLength int64
Off_FileMetricsEntryV17_FilenameOffset int64
Off_FileMetricsEntryV30_FilenameLength int64
Off_FileMetricsEntryV30_FilenameOffset int64
Off_FileMetricsEntryV30_MFTFileReference int64
Off_MAMHeader_Signature int64
Off_MAMHeader_UncompressedSize int64
Off_SCCAHeader_Executable int64
Off_SCCAHeader_FileSize int64
Off_SCCAHeader_Hash int64
Off_SCCAHeader_Signature int64
Off_SCCAHeader_Version int64
}
func NewPrefetchProfile() *PrefetchProfile {
// Specific offsets can be tweaked to cater for slight version mismatches.
self := &PrefetchProfile{0,16,20,44,4,12,28,68,8,24,32,0,16,20,44,4,12,28,124,116,8,24,32,0,16,20,36,4,12,28,60,8,24,32,12,8,16,12,24,0,4,16,12,76,4,0}
return self
}
func (self *PrefetchProfile) FileInformationVista(reader io.ReaderAt, offset int64) *FileInformationVista {
return &FileInformationVista{Reader: reader, Offset: offset, Profile: self}
}
func (self *PrefetchProfile) FileInformationWin10(reader io.ReaderAt, offset int64) *FileInformationWin10 {
return &FileInformationWin10{Reader: reader, Offset: offset, Profile: self}
}
func (self *PrefetchProfile) FileInformationXP(reader io.ReaderAt, offset int64) *FileInformationXP {
return &FileInformationXP{Reader: reader, Offset: offset, Profile: self}
}
func (self *PrefetchProfile) FileMetricsEntryV17(reader io.ReaderAt, offset int64) *FileMetricsEntryV17 {
return &FileMetricsEntryV17{Reader: reader, Offset: offset, Profile: self}
}
func (self *PrefetchProfile) FileMetricsEntryV30(reader io.ReaderAt, offset int64) *FileMetricsEntryV30 {
return &FileMetricsEntryV30{Reader: reader, Offset: offset, Profile: self}
}
func (self *PrefetchProfile) MAMHeader(reader io.ReaderAt, offset int64) *MAMHeader {
return &MAMHeader{Reader: reader, Offset: offset, Profile: self}
}
func (self *PrefetchProfile) SCCAHeader(reader io.ReaderAt, offset int64) *SCCAHeader {
return &SCCAHeader{Reader: reader, Offset: offset, Profile: self}
}
type FileInformationVista struct {
Reader io.ReaderAt
Offset int64
Profile *PrefetchProfile
}
func NewFileInformationVista(reader io.ReaderAt) *FileInformationVista {
self := &FileInformationVista{Reader: reader}
return self
}
func (self *FileInformationVista) Size() int {
return 156
}
func (self *FileInformationVista) FileMetricsOffset() uint32 {
return ParseUint32(self.Reader, self.Profile.Off_FileInformationVista_FileMetricsOffset + self.Offset)
}
func (self *FileInformationVista) FilenameOffset() uint32 {
return ParseUint32(self.Reader, self.Profile.Off_FileInformationVista_FilenameOffset + self.Offset)
}
func (self *FileInformationVista) FilenameSize() uint32 {
return ParseUint32(self.Reader, self.Profile.Off_FileInformationVista_FilenameSize + self.Offset)
}
func (self *FileInformationVista) LastRunTime() *WinFileTime {
return self.Profile.WinFileTime(self.Reader, self.Profile.Off_FileInformationVista_LastRunTime + self.Offset)
}
func (self *FileInformationVista) NumberOfFileMetrics() uint32 {
return ParseUint32(self.Reader, self.Profile.Off_FileInformationVista_NumberOfFileMetrics + self.Offset)
}
func (self *FileInformationVista) NumberOfTraceChains() uint32 {
return ParseUint32(self.Reader, self.Profile.Off_FileInformationVista_NumberOfTraceChains + self.Offset)
}
func (self *FileInformationVista) NumberOfVolumes() uint32 {
return ParseUint32(self.Reader, self.Profile.Off_FileInformationVista_NumberOfVolumes + self.Offset)
}
func (self *FileInformationVista) RunCount() uint32 {
return ParseUint32(self.Reader, self.Profile.Off_FileInformationVista_RunCount + self.Offset)
}
func (self *FileInformationVista) TraceChainsArrayOffset() uint32 {
return ParseUint32(self.Reader, self.Profile.Off_FileInformationVista_TraceChainsArrayOffset + self.Offset)
}
func (self *FileInformationVista) VolumesInformationOffset() uint32 {
return ParseUint32(self.Reader, self.Profile.Off_FileInformationVista_VolumesInformationOffset + self.Offset)
}
func (self *FileInformationVista) VolumesInformationSize() uint32 {
return ParseUint32(self.Reader, self.Profile.Off_FileInformationVista_VolumesInformationSize + self.Offset)
}
func (self *FileInformationVista) DebugString() string {
result := fmt.Sprintf("struct FileInformationVista @ %#x:\n", self.Offset)
result += fmt.Sprintf("FileMetricsOffset: %#0x\n", self.FileMetricsOffset())
result += fmt.Sprintf("FilenameOffset: %#0x\n", self.FilenameOffset())
result += fmt.Sprintf("FilenameSize: %#0x\n", self.FilenameSize())
result += fmt.Sprintf("LastRunTime: {\n%v}\n", self.LastRunTime().DebugString())
result += fmt.Sprintf("NumberOfFileMetrics: %#0x\n", self.NumberOfFileMetrics())
result += fmt.Sprintf("NumberOfTraceChains: %#0x\n", self.NumberOfTraceChains())
result += fmt.Sprintf("NumberOfVolumes: %#0x\n", self.NumberOfVolumes())
result += fmt.Sprintf("RunCount: %#0x\n", self.RunCount())
result += fmt.Sprintf("TraceChainsArrayOffset: %#0x\n", self.TraceChainsArrayOffset())
result += fmt.Sprintf("VolumesInformationOffset: %#0x\n", self.VolumesInformationOffset())
result += fmt.Sprintf("VolumesInformationSize: %#0x\n", self.VolumesInformationSize())
return result
}
type FileInformationWin10 struct {
Reader io.ReaderAt
Offset int64
Profile *PrefetchProfile
}
func NewFileInformationWin10(reader io.ReaderAt) *FileInformationWin10 {
self := &FileInformationWin10{Reader: reader}
return self
}
func (self *FileInformationWin10) Size() int {
return 224
}
func (self *FileInformationWin10) FileMetricsOffset() uint32 {
return ParseUint32(self.Reader, self.Profile.Off_FileInformationWin10_FileMetricsOffset + self.Offset)
}
func (self *FileInformationWin10) FilenameOffset() uint32 {
return ParseUint32(self.Reader, self.Profile.Off_FileInformationWin10_FilenameOffset + self.Offset)
}
func (self *FileInformationWin10) FilenameSize() uint32 {
return ParseUint32(self.Reader, self.Profile.Off_FileInformationWin10_FilenameSize + self.Offset)
}
func (self *FileInformationWin10) LastRunTimes() []*WinFileTime {
return ParseArray_WinFileTime(self.Profile, self.Reader, self.Profile.Off_FileInformationWin10_LastRunTimes + self.Offset, 8)
}
func (self *FileInformationWin10) NumberOfFileMetrics() uint32 {
return ParseUint32(self.Reader, self.Profile.Off_FileInformationWin10_NumberOfFileMetrics + self.Offset)
}
func (self *FileInformationWin10) NumberOfTraceChains() uint32 {
return ParseUint32(self.Reader, self.Profile.Off_FileInformationWin10_NumberOfTraceChains + self.Offset)
}
func (self *FileInformationWin10) NumberOfVolumes() uint32 {
return ParseUint32(self.Reader, self.Profile.Off_FileInformationWin10_NumberOfVolumes + self.Offset)
}
func (self *FileInformationWin10) RunCount1() uint32 {
return ParseUint32(self.Reader, self.Profile.Off_FileInformationWin10_RunCount1 + self.Offset)
}
func (self *FileInformationWin10) RunCount2() uint32 {
return ParseUint32(self.Reader, self.Profile.Off_FileInformationWin10_RunCount2 + self.Offset)
}
func (self *FileInformationWin10) TraceChainsArrayOffset() uint32 {
return ParseUint32(self.Reader, self.Profile.Off_FileInformationWin10_TraceChainsArrayOffset + self.Offset)
}
func (self *FileInformationWin10) VolumesInformationOffset() uint32 {
return ParseUint32(self.Reader, self.Profile.Off_FileInformationWin10_VolumesInformationOffset + self.Offset)
}
func (self *FileInformationWin10) VolumesInformationSize() uint32 {
return ParseUint32(self.Reader, self.Profile.Off_FileInformationWin10_VolumesInformationSize + self.Offset)
}
func (self *FileInformationWin10) DebugString() string {
result := fmt.Sprintf("struct FileInformationWin10 @ %#x:\n", self.Offset)
result += fmt.Sprintf("FileMetricsOffset: %#0x\n", self.FileMetricsOffset())
result += fmt.Sprintf("FilenameOffset: %#0x\n", self.FilenameOffset())
result += fmt.Sprintf("FilenameSize: %#0x\n", self.FilenameSize())
result += fmt.Sprintf("NumberOfFileMetrics: %#0x\n", self.NumberOfFileMetrics())
result += fmt.Sprintf("NumberOfTraceChains: %#0x\n", self.NumberOfTraceChains())
result += fmt.Sprintf("NumberOfVolumes: %#0x\n", self.NumberOfVolumes())
result += fmt.Sprintf("RunCount1: %#0x\n", self.RunCount1())
result += fmt.Sprintf("RunCount2: %#0x\n", self.RunCount2())
result += fmt.Sprintf("TraceChainsArrayOffset: %#0x\n", self.TraceChainsArrayOffset())
result += fmt.Sprintf("VolumesInformationOffset: %#0x\n", self.VolumesInformationOffset())
result += fmt.Sprintf("VolumesInformationSize: %#0x\n", self.VolumesInformationSize())
return result
}
type FileInformationXP struct {
Reader io.ReaderAt
Offset int64
Profile *PrefetchProfile
}
func NewFileInformationXP(reader io.ReaderAt) *FileInformationXP {
self := &FileInformationXP{Reader: reader}
return self
}
func (self *FileInformationXP) Size() int {
return 68
}
func (self *FileInformationXP) FileMetricsOffset() uint32 {
return ParseUint32(self.Reader, self.Profile.Off_FileInformationXP_FileMetricsOffset + self.Offset)
}
func (self *FileInformationXP) FilenameOffset() uint32 {
return ParseUint32(self.Reader, self.Profile.Off_FileInformationXP_FilenameOffset + self.Offset)
}
func (self *FileInformationXP) FilenameSize() uint32 {
return ParseUint32(self.Reader, self.Profile.Off_FileInformationXP_FilenameSize + self.Offset)
}
func (self *FileInformationXP) LastRunTime() *WinFileTime {
return self.Profile.WinFileTime(self.Reader, self.Profile.Off_FileInformationXP_LastRunTime + self.Offset)
}
func (self *FileInformationXP) NumberOfFileMetrics() uint32 {
return ParseUint32(self.Reader, self.Profile.Off_FileInformationXP_NumberOfFileMetrics + self.Offset)
}
func (self *FileInformationXP) NumberOfTraceChains() uint32 {
return ParseUint32(self.Reader, self.Profile.Off_FileInformationXP_NumberOfTraceChains + self.Offset)
}
func (self *FileInformationXP) NumberOfVolumes() uint32 {
return ParseUint32(self.Reader, self.Profile.Off_FileInformationXP_NumberOfVolumes + self.Offset)
}
func (self *FileInformationXP) RunCount() uint32 {
return ParseUint32(self.Reader, self.Profile.Off_FileInformationXP_RunCount + self.Offset)
}
func (self *FileInformationXP) TraceChainsArrayOffset() uint32 {
return ParseUint32(self.Reader, self.Profile.Off_FileInformationXP_TraceChainsArrayOffset + self.Offset)
}
func (self *FileInformationXP) VolumesInformationOffset() uint32 {
return ParseUint32(self.Reader, self.Profile.Off_FileInformationXP_VolumesInformationOffset + self.Offset)
}
func (self *FileInformationXP) VolumesInformationSize() uint32 {
return ParseUint32(self.Reader, self.Profile.Off_FileInformationXP_VolumesInformationSize + self.Offset)
}
func (self *FileInformationXP) DebugString() string {
result := fmt.Sprintf("struct FileInformationXP @ %#x:\n", self.Offset)
result += fmt.Sprintf("FileMetricsOffset: %#0x\n", self.FileMetricsOffset())
result += fmt.Sprintf("FilenameOffset: %#0x\n", self.FilenameOffset())
result += fmt.Sprintf("FilenameSize: %#0x\n", self.FilenameSize())
result += fmt.Sprintf("LastRunTime: {\n%v}\n", self.LastRunTime().DebugString())
result += fmt.Sprintf("NumberOfFileMetrics: %#0x\n", self.NumberOfFileMetrics())
result += fmt.Sprintf("NumberOfTraceChains: %#0x\n", self.NumberOfTraceChains())
result += fmt.Sprintf("NumberOfVolumes: %#0x\n", self.NumberOfVolumes())
result += fmt.Sprintf("RunCount: %#0x\n", self.RunCount())
result += fmt.Sprintf("TraceChainsArrayOffset: %#0x\n", self.TraceChainsArrayOffset())
result += fmt.Sprintf("VolumesInformationOffset: %#0x\n", self.VolumesInformationOffset())
result += fmt.Sprintf("VolumesInformationSize: %#0x\n", self.VolumesInformationSize())
return result
}
type FileMetricsEntryV17 struct {
Reader io.ReaderAt
Offset int64
Profile *PrefetchProfile
}
func NewFileMetricsEntryV17(reader io.ReaderAt) *FileMetricsEntryV17 {
self := &FileMetricsEntryV17{Reader: reader}
return self
}
func (self *FileMetricsEntryV17) Size() int {
return 20
}
func (self *FileMetricsEntryV17) FilenameLength() uint32 {
return ParseUint32(self.Reader, self.Profile.Off_FileMetricsEntryV17_FilenameLength + self.Offset)
}
func (self *FileMetricsEntryV17) FilenameOffset() uint32 {
return ParseUint32(self.Reader, self.Profile.Off_FileMetricsEntryV17_FilenameOffset + self.Offset)
}
func (self *FileMetricsEntryV17) DebugString() string {
result := fmt.Sprintf("struct FileMetricsEntryV17 @ %#x:\n", self.Offset)
result += fmt.Sprintf("FilenameLength: %#0x\n", self.FilenameLength())
result += fmt.Sprintf("FilenameOffset: %#0x\n", self.FilenameOffset())
return result
}
type FileMetricsEntryV30 struct {
Reader io.ReaderAt
Offset int64
Profile *PrefetchProfile
}
func NewFileMetricsEntryV30(reader io.ReaderAt) *FileMetricsEntryV30 {
self := &FileMetricsEntryV30{Reader: reader}
return self
}
func (self *FileMetricsEntryV30) Size() int {
return 32
}
func (self *FileMetricsEntryV30) FilenameLength() uint32 {
return ParseUint32(self.Reader, self.Profile.Off_FileMetricsEntryV30_FilenameLength + self.Offset)
}
func (self *FileMetricsEntryV30) FilenameOffset() uint32 {
return ParseUint32(self.Reader, self.Profile.Off_FileMetricsEntryV30_FilenameOffset + self.Offset)
}
func (self *FileMetricsEntryV30) MFTFileReference() uint64 {
return ParseUint64(self.Reader, self.Profile.Off_FileMetricsEntryV30_MFTFileReference + self.Offset)
}
func (self *FileMetricsEntryV30) DebugString() string {
result := fmt.Sprintf("struct FileMetricsEntryV30 @ %#x:\n", self.Offset)
result += fmt.Sprintf("FilenameLength: %#0x\n", self.FilenameLength())
result += fmt.Sprintf("FilenameOffset: %#0x\n", self.FilenameOffset())
result += fmt.Sprintf("MFTFileReference: %#0x\n", self.MFTFileReference())
return result
}
type MAMHeader struct {
Reader io.ReaderAt
Offset int64
Profile *PrefetchProfile
}
func NewMAMHeader(reader io.ReaderAt) *MAMHeader {
self := &MAMHeader{Reader: reader}
return self
}
func (self *MAMHeader) Size() int {
return 8
}
func (self *MAMHeader) Signature() string {
return ParseString(self.Reader, self.Profile.Off_MAMHeader_Signature + self.Offset, 4)
}
func (self *MAMHeader) UncompressedSize() uint32 {
return ParseUint32(self.Reader, self.Profile.Off_MAMHeader_UncompressedSize + self.Offset)
}
func (self *MAMHeader) DebugString() string {
result := fmt.Sprintf("struct MAMHeader @ %#x:\n", self.Offset)
result += fmt.Sprintf("Signature: %v\n", string(self.Signature()))
result += fmt.Sprintf("UncompressedSize: %#0x\n", self.UncompressedSize())
return result
}
type SCCAHeader struct {
Reader io.ReaderAt
Offset int64
Profile *PrefetchProfile
}
func NewSCCAHeader(reader io.ReaderAt) *SCCAHeader {
self := &SCCAHeader{Reader: reader}
return self
}
func (self *SCCAHeader) Size() int {
return 84
}
func (self *SCCAHeader) Executable() string {
return ParseTerminatedUTF16String(self.Reader, self.Profile.Off_SCCAHeader_Executable + self.Offset)
}
func (self *SCCAHeader) FileSize() uint32 {
return ParseUint32(self.Reader, self.Profile.Off_SCCAHeader_FileSize + self.Offset)
}
func (self *SCCAHeader) Hash() uint32 {
return ParseUint32(self.Reader, self.Profile.Off_SCCAHeader_Hash + self.Offset)
}
func (self *SCCAHeader) Signature() string {
return ParseString(self.Reader, self.Profile.Off_SCCAHeader_Signature + self.Offset, 4)
}
func (self *SCCAHeader) Version() *Enumeration {
value := ParseUint32(self.Reader, self.Profile.Off_SCCAHeader_Version + self.Offset)
name := "Unknown"
switch value {
case 17:
name = "WinXP"
case 23:
name = "Vista"
case 26:
name = "Win8.1"
case 30:
name = "Win10"
}
return &Enumeration{Value: uint64(value), Name: name}
}
func (self *SCCAHeader) DebugString() string {
result := fmt.Sprintf("struct SCCAHeader @ %#x:\n", self.Offset)
result += fmt.Sprintf("Executable: %v\n", string(self.Executable()))
result += fmt.Sprintf("FileSize: %#0x\n", self.FileSize())
result += fmt.Sprintf("Hash: %#0x\n", self.Hash())
result += fmt.Sprintf("Signature: %v\n", string(self.Signature()))
result += fmt.Sprintf("Version: %v\n", self.Version().DebugString())
return result
}
type Enumeration struct {
Value uint64
Name string
}
func (self Enumeration) DebugString() string {
return fmt.Sprintf("%s (%d)", self.Name, self.Value)
}
func ParseArray_WinFileTime(profile *PrefetchProfile, reader io.ReaderAt, offset int64, count int) []*WinFileTime {
result := []*WinFileTime{}
for i:=0; i<count; i++ {
value := profile.WinFileTime(reader, offset)
result = append(result, value)
offset += int64(value.Size())
}
return result
}
func ParseUint32(reader io.ReaderAt, offset int64) uint32 {
data := make([]byte, 4)
_, err := reader.ReadAt(data, offset)
if err != nil {
return 0
}
return binary.LittleEndian.Uint32(data)
}
func ParseUint64(reader io.ReaderAt, offset int64) uint64 {
data := make([]byte, 8)
_, err := reader.ReadAt(data, offset)
if err != nil {
return 0
}
return binary.LittleEndian.Uint64(data)
}
func ParseTerminatedString(reader io.ReaderAt, offset int64) string {
data := make([]byte, 1024)
n, err := reader.ReadAt(data, offset)
if err != nil && err != io.EOF {
return ""
}
idx := bytes.Index(data[:n], []byte{0})
if idx < 0 {
idx = n
}
return string(data[0:idx])
}
func ParseString(reader io.ReaderAt, offset int64, length int64) string {
data := make([]byte, length)
n, err := reader.ReadAt(data, offset)
if err != nil && err != io.EOF {
return ""
}
return string(data[:n])
}
func ParseTerminatedUTF16String(reader io.ReaderAt, offset int64) string {
data := make([]byte, 1024)
n, err := reader.ReadAt(data, offset)
if err != nil && err != io.EOF {
return ""
}
idx := bytes.Index(data[:n], []byte{0, 0})
if idx < 0 {
idx = n-1
}
return UTF16BytesToUTF8(data[0:idx+1], binary.LittleEndian)
}
func ParseUTF16String(reader io.ReaderAt, offset int64, length int64) string {
data := make([]byte, length)
n, err := reader.ReadAt(data, offset)
if err != nil && err != io.EOF {
return ""
}
return UTF16BytesToUTF8(data[:n], binary.LittleEndian)
}
func UTF16BytesToUTF8(b []byte, o binary.ByteOrder) string {
if len(b) < 2 {
return ""
}
if b[0] == 0xff && b[1] == 0xfe {
o = binary.BigEndian
b = b[2:]
} else if b[0] == 0xfe && b[1] == 0xff {
o = binary.LittleEndian
b = b[2:]
}
utf := make([]uint16, (len(b)+(2-1))/2)
for i := 0; i+(2-1) < len(b); i += 2 {
utf[i/2] = o.Uint16(b[i:])
}
if len(b)/2 < len(utf) {
utf[len(utf)-1] = utf8.RuneError
}
return string(utf16.Decode(utf))
}