File size: 35,483 Bytes
c391c6c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
Unity Player [version: Unity 5.6.4p2_278fc6850ee0]

COM3D2x64.exe caused an Access Violation (0xc0000005)
  in module COM3D2x64.exe at 0033:26009156.

Error occurred at 2021-05-10_041500.
D:\C\COM3D2\COM3D2x64.exe, run by TOMOKI.
83% memory in use.
32716 MB physical memory [5528 MB free].
32716 MB paging file [10 MB free].
134217728 MB user address space [134208738 MB free].
Read from location 00000010 caused an access violation.

Context:
RDI:    0xffffffff  RSI: 0x0000006f  RAX:   0x7ffffffe
RBX:    0x00000010  RCX: 0x00000010  RDX:   0x00000007
RIP:    0x26009156  RBP: 0x0079dce0  SegCs: 0x00000033
EFlags: 0x00010202  RSP: 0x0079dbe0  SegSs: 0x0000002b
R8:    0x2675f02c  R9: 0x255f0000  R10:   0x00000000
R11:    0x00000200  R12: 0xffffff73  R13:   0x00000000
R14:    0x0079dfe8  R15: 0xffffffff

Bytes at CS:EIP:
44 38 11 74 07 48 ff c1 85 c0 75 f2 2b cb 89 4c 

Stack:
0x0079dbe0: 0079de98 00000000 0079dce0 00000000 ..y.......y.....
0x0079dbf0: 0079df10 00000000 00000000 00000000 ..y.............
0x0079dc00: 02f50870 00000000 00000000 00000000 p...............
0x0079dc10: 0000000e 00000000 00000000 00000000 ................
0x0079dc20: 0000006f ffffffff 00000008 00000000 o...............
0x0079dc30: 00000000 00000000 00000000 00000000 ................
0x0079dc40: 00000007 00000000 2675f02c 00007ff7 ........,.u&....
0x0079dc50: 0079df10 00000000 00000000 00000000 ..y.............
0x0079dc60: 02f55720 00000000 02f52070 00000000  W......p ......
0x0079dc70: 02f50860 00000000 2600cd01 00007ff7 `..........&....
0x0079dc80: 02f50870 00000000 ccbec795 00007ffc p...............
0x0079dc90: 00000000 00000000 ccc2da8b 00007ffc ................
0x0079dca0: 00000005 00000000 2600ce50 00007ff7 ........P..&....
0x0079dcb0: 000001b8 00000000 000445f3 00000000 .........E......
0x0079dcc0: 000445f3 00000000 00000002 00000000 .E..............
0x0079dcd0: 0079e158 00000000 00000000 00000000 X.y.............
0x0079dce0: 266b9b44 00007ff7 00000000 00000000 D.k&............
0x0079dcf0: 00000005 00000000 2600c1a3 00007ff7 ...........&....
0x0079dd00: 0000000a 00000000 2601469e 00007ff7 .........F.&....
0x0079dd10: 02f50870 00000000 26008cfa 00007ff7 p..........&....
0x0079dd20: 00000000 00000000 2600981d 00007ff7 ...........&....
0x0079dd30: 02f55720 00000000 02f52070 00000000  W......p ......
0x0079dd40: 00001000 00000000 ffffff00 00000000 ................
0x0079dd50: 0079e018 00000000 260095ad 00007ff7 ..y........&....
0x0079dd60: 0079e018 00000000 0079de60 00000000 ..y.....`.y.....
0x0079dd70: 269af1e0 00007ff7 00000000 00000000 ...&............
0x0079dd80: 02f50870 00000000 0079de49 00000000 p.......I.y.....
0x0079dd90: 00000001 00000000 00100004 00000000 ................
0x0079dda0: 00000059 fffffff8 00000008 00000000 Y...............
0x0079ddb0: 00000000 00000000 00000000 00000000 ................
0x0079ddc0: 00000000 00000000 266b9c45 00007ff7 ........E.k&....
0x0079ddd0: 269af1e0 00007ff7 00000000 00000000 ...&............
0x0079dde0: 02f55720 00000000 02f52070 00000000  W......p ......
0x0079ddf0: 02f50860 00000000 00000001 00000000 `...............
0x0079de00: 02f50870 00000000 00000000 00000000 p...............
0x0079de10: 00000000 00000000 00000000 00000000 ................
0x0079de20: 00000000 00000000 00000000 00000000 ................
0x0079de30: 00000000 00000000 00000000 00000000 ................
0x0079de40: 00000000 00000000 00000000 00000000 ................
0x0079de50: 00000000 00000000 00000000 00000000 ................
0x0079de60: 00000000 00000000 00000000 00000000 ................
0x0079de70: 00000000 00000000 25bf4160 00007ff7 ........`A.%....
0x0079de80: 00000000 00000000 00000000 00000000 ................
0x0079de90: 00000450 00000000 37373631 30323237 P.......16777220
0x0079dea0: 0079e010 00000000 cde6e56d 00005348 ..y.....m...HS..
0x0079deb0: 26a91b80 00007ff7 00000000 00000000 ...&............
0x0079dec0: 01000004 00000000 00000010 00000000 ................
0x0079ded0: 03735060 00000000 2675efc0 00007ff7 `Ps.......u&....
0x0079dee0: 00000000 00000000 26006719 00007ff7 .........g.&....
0x0079def0: 00000000 00000000 00000003 00000000 ................
0x0079df00: 00008000 00000000 256c871c 00007ff7 ..........l%....
0x0079df10: 037350cf 00000000 00007f91 00000000 .Ps.............
0x0079df20: 03735060 00000000 00000042 00000000 `Ps.....B.......
0x0079df30: 00000000 00000000 00000000 00000000 ................
0x0079df40: 00000013 00000000 26006765 00007ff7 ........eg.&....
0x0079df50: 03735060 00000000 000001cf 00000000 `Ps.............
0x0079df60: 00008000 00000000 00000000 00000000 ................
0x0079df70: 0079dfd8 00000000 00000000 00000000 ..y.............
0x0079df80: 01000040 00000000 25e21c3b 00007ff7 @.......;..%....
0x0079df90: 00000001 00000000 02f50000 00000000 ................
0x0079dfa0: 008e2000 00000000 cf1fb4d7 00007ffc . ..............
0x0079dfb0: 00000010 00000000 25e0fdee 00007ff7 ...........%....
0x0079dfc0: 00000013 00000000 000001cf 00000000 ................
0x0079dfd0: 2675efc0 00007ff7 01000004 00000000 ..u&............
0x0079dfe0: 00000010 00000000 266f4770 00007ff7 ........pGo&....
0x0079dff0: 000001cf 00000000 266b1240 00007ff7 [email protected]&....
0x0079e000: 00000005 00000000 2600d9c6 00007ff7 ...........&....
0x0079e010: 000001b8 00000000 00000059 00000000 ........Y.......
0x0079e020: 00000059 00000000 00000059 00000000 Y.......Y.......
0x0079e030: 01000004 00000000 00000000 00000000 ................
0x0079e040: 00000000 00000000 00000059 00000000 ........Y.......
0x0079e050: 00000000 00000000 26002066 00007ff7 ........f .&....
0x0079e060: 00000005 00007ff7 269af1e0 00007ff7 ...........&....
0x0079e070: 0079e158 00000000 269af1e0 00007ff7 X.y........&....
0x0079e080: 266b9bf0 00007ff7 260020bd 00007ff7 ..k&..... .&....
0x0079e090: 269af1e0 00007ff7 26a90ca0 00007ff7 ...&.......&....
0x0079e0a0: 00000000 00000000 260027a2 00007ff7 .........'.&....
0x0079e0b0: 00000000 00000000 2600220e 00007ff7 .........".&....
0x0079e0c0: 26a90ca0 00007ff7 266b9bf0 00007ff7 ...&......k&....
0x0079e0d0: 269af1e0 00007ff7 26a90ca0 00007ff7 ...&.......&....
0x0079e0e0: 266b9bf0 00007ff7 25a93817 00007ff7 ..k&.....8.%....
0x0079e0f0: 269af1e0 00007ff7 0079e158 00000000 ...&....X.y.....
0x0079e100: 00000070 00000000 ffffffff ffffffff p...............
0x0079e110: 00000005 00000000 25a9385a 00007ff7 ........Z8.%....
0x0079e120: 00000000 00000000 00000000 00000000 ................
0x0079e130: 00000004 00000000 26a90ca0 00007ff7 ...........&....
0x0079e140: 00000000 00000000 256c7a3e 00007ff7 ........>zl%....
0x0079e150: 266b9bf0 00007ff7 01000004 00000000 ..k&............
0x0079e160: 00000004 00000000 0079e068 00000000 ........h.y.....
0x0079e170: 00000000 00000000 00000000 00000000 ................
0x0079e180: 00000000 00000000 00000000 00000000 ................
0x0079e190: 00000000 00000000 00000000 00000000 ................
0x0079e1a0: 00000000 00000000 00000000 00000000 ................
0x0079e1b0: 00000000 00000000 00000000 00000000 ................
0x0079e1c0: 25d50255 40755424 00000000 00000000 U..%$Tu@........
0x0079e1d0: 00000000 00000000 00000000 00000000 ................
0x0079e1e0: 00000000 00000000 00000010 00000000 ................
0x0079e1f0: 26a90ca0 00007ff7 256c7b55 00007ff7 ...&....U{l%....
0x0079e200: 00000001 00000000 00000000 00000000 ................
0x0079e210: 00000000 00000000 00000001 00000000 ................
0x0079e220: 00000000 00000000 25e1003d 00007ff7 ........=..%....
0x0079e230: 00000013 00000000 01000004 00000000 ................
0x0079e240: 00000010 00000000 00000000 00000000 ................
0x0079e250: 266b1240 00007ff7 00000000 00000000 @.k&............
0x0079e260: 00000000 00000000 00000000 00000000 ................
0x0079e270: 00000000 00000000 00000000 00000000 ................
0x0079e280: 00000000 00000000 00000000 00000000 ................
0x0079e290: 00000000 00000000 00008ff8 00000000 ................
0x0079e2a0: 01000004 00000000 25e1047d 00007ff7 ........}..%....
0x0079e2b0: 00000013 00000000 00000001 00000000 ................
0x0079e2c0: 00000013 00000000 26a8e230 00007ff7 ........0..&....
0x0079e2d0: 00000000 00007ff7 266b1240 00007ff7 [email protected]&....
0x0079e2e0: 000001cf 00000000 00000050 00000000 ........P.......
0x0079e2f0: 26a90e00 00007ff7 00000001 00000000 ...&............
0x0079e300: 26a8e230 00007ff7 25e10004 00007ff7 0..&.......%....
0x0079e310: 00000013 00000000 00000050 00000000 ........P.......
0x0079e320: 01000000 00000000 00000800 00000000 ................
0x0079e330: 00000800 00000000 00000001 00000000 ................
0x0079e340: 01000004 00000000 25e10c7b 00007ff7 ........{..%....
0x0079e350: 14234948 00000001 25fb212d 00007ff7 HI#.....-!.%....
0x0079e360: 01000004 00000000 00000000 00000000 ................
0x0079e370: 00000013 00000000 00000000 00000000 ................
0x0079e380: 266b1240 00007ff7 000001cf 00007ff7 @.k&............
0x0079e390: 14234990 00000001 25c96151 00007ff7 .I#.....Qa.%....
0x0079e3a0: 01000004 00000000 00000001 00000000 ................
0x0079e3b0: 01000004 00000000 266b1240 00007ff7 [email protected]&....
0x0079e3c0: 00000000 00007ff7 266b1240 00007ff7 [email protected]&....
0x0079e3d0: 000001cf 00000000 25e0ff52 00007ff7 ........R..%....
0x0079e3e0: ecf4b470 00000000 259c3a89 00007ff7 p........:.%....
0x0079e3f0: 00000000 00000000 14234980 00000001 .........I#.....
0x0079e400: 266b1240 00007ff7 000001a4 00000000 @.k&............
0x0079e410: ecf4b470 00000000 259c4aa1 00007ff7 p........J.%....
0x0079e420: 00000013 00000000 00000005 00000000 ................
0x0079e430: 00000000 00000000 00000000 00000000 ................
0x0079e440: 00000005 00000000 01000000 00007ff7 ................
0x0079e450: 00000001 00000000 00000001 00007ff7 ................
0x0079e460: 19a0c800 00000000 00000001 00000000 ................
0x0079e470: ecf4b470 00000000 00000001 00000000 p...............
0x0079e480: 00000800 00000000 00000004 00000000 ................
0x0079e490: 00000005 00000000 259c4dab 00007ff7 .........M.%....
0x0079e4a0: 01000000 00000000 00000000 00000000 ................
0x0079e4b0: 00000001 00000000 00000800 00000000 ................
0x0079e4c0: 01000000 00000000 00000004 00007ff7 ................
0x0079e4d0: 00000001 00000000 00000001 00000000 ................
0x0079e4e0: 19a0c850 00000000 19a23dd0 00000000 P........=......
0x0079e4f0: 49444154 00000000 25fd39e2 00007ff7 TADI.....9.%....
0x0079e500: 19a0c850 00000000 19a23dd0 00000000 P........=......
0x0079e510: 00000000 00000000 00000005 00000000 ................
0x0079e520: 00000800 00000000 00000800 00000000 ................
0x0079e530: 0079e600 00000000 25997ffe 00007ff7 ..y........%....
0x0079e540: ecf4b470 00000000 00000800 00000000 p...............
0x0079e550: 00000004 00000000 00000000 00000000 ................
0x0079e560: 00000004 00000000 00000001 00007ff7 ................
0x0079e570: ffffffff 00000000 00000000 00000000 ................
0x0079e580: ecf4b470 00000000 00000001 00000000 p...............
0x0079e590: 0079e5c0 00000000 0079e5c0 00000000 ..y.......y.....
0x0079e5a0: 0079e5c0 00000000 00000000 00000000 ..y.............
0x0079e5b0: 266f19e8 00007ff7 00000000 00000000 ..o&............
0x0079e5c0: 00000000 00000000 ecf4b470 00000000 ........p.......
0x0079e5d0: 0079e659 00000000 2599938b 00007ff7 Y.y........%....
0x0079e5e0: 0079e640 00000000 25c96151 00007ff7 @.y.....Qa.%....
0x0079e5f0: 0079e708 00000000 13e6ea10 00000001 ..y.............
0x0079e600: 00000000 00000000 0079e620 00000000 ........ .y.....
0x0079e610: 0079e708 00000000 266b1240 00007ff7 [email protected]&....
0x0079e620: 00000000 00000000 00000000 00000000 ................
0x0079e630: 00000000 00000000 259c5d7e 00007ff7 ........~].%....
0x0079e640: 266f19e8 00007ff7 00000000 00000800 ..o&............
0x0079e650: 00000800 00007ff7 0079e668 00000000 ........h.y.....
0x0079e660: 2598de50 00007ff7 11038083 00000000 P..%............
0x0079e670: 000d7824 00000000 19a0c850 00000000 $x......P.......
0x0079e680: 19a23dd0 00000000 00000000 00000000 .=..............
0x0079e690: 00000001 00000000 00000001 00000000 ................
0x0079e6a0: 000d7887 00000000 2599be8f 00007ff7 .x.........%....
0x0079e6b0: ecf4b470 00000000 11038020 00000000 p....... .......
0x0079e6c0: 00000000 00000000 00000001 00000005 ................
0x0079e6d0: 00000005 00000000 0079e708 00000000 ..........y.....
0x0079e6e0: 04882320 00000000 00006b78 00000000  #......xk......
0x0079e6f0: ecf4b470 00000000 25c1b376 00007ff7 p.......v..%....
0x0079e700: 00000000 00000000 00000000 00000000 ................
0x0079e710: 00000001 00000000 00000000 00000000 ................
0x0079e720: 00000000 00000000 00000002 00000000 ................
0x0079e730: fcfb2078 00000000 0079f2b0 00000000 x ........y.....
0x0079e740: 052b4d48 00000000 000d7887 00000000 HM+......x......
0x0079e750: 00000000 00000000 11038000 00000000 ................
0x0079e760: 00000000 00000000 2599c267 00007ff7 ........g..%....
0x0079e770: ecf4b470 00000000 00000001 00000000 p...............
0x0079e780: fcfb2078 00000000 00000000 00000000 x ..............
0x0079e790: fcfb2000 00000000 0079e840 00000000 . [email protected].....
0x0079e7a0: fcfb2078 00000000 25df9bc4 00007ff7 x .........%....
0x0079e7b0: 00000000 00000000 00000000 00000000 ................
0x0079e7c0: fcfb2078 00000000 7e765f41 00007ffc x ......A_v~....
0x0079e7d0: 00000000 00000000 05477dc0 00000000 .........}G.....
0x0079e7e0: 00000000 00000000 1a7ab3e1 00000000 ..........z.....
0x0079e7f0: 11038000 00000000 0079f3d0 00000000 ..........y.....
0x0079e800: 1024d1b0 00000000 0079e880 00000000 ..$.......y.....
0x0079e810: 0079f3d0 00000000 05477dc0 00000000 ..y......}G.....
0x0079e820: 05477bd0 00000000 00000000 00000000 .{G.............
0x0079e830: 114aca50 00000000 1024d1b0 00000000 P.J.......$.....
0x0079e840: 0079e880 00000000 0079e7f0 00000000 ..y.......y.....
0x0079e850: 0079f3d0 00000000 052b4d48 00000000 ..y.....HM+.....
0x0079e860: 0079f2b0 00000000 fcfb2078 00000000 ..y.....x ......
0x0079e870: 114aca50 00000000 162969c0 00000000 P.J......i).....
0x0079e880: 0079e8c0 00000000 1a7ab328 00000000 ..y.....(.z.....
0x0079e890: 00000005 00000000 00000002 00000000 ................
0x0079e8a0: 00000002 00000000 fcfb2078 00000000 ........x ......
0x0079e8b0: 11038000 00000000 fcfb2078 00000000 ........x ......
0x0079e8c0: 0079e930 00000000 1a7ab0c1 00000000 0.y.......z.....
0x0079e8d0: 054e1418 00000000 054f33b8 00000000 ..N......3O.....
0x0079e8e0: 00000000 00000000 fcf86f00 00000000 .........o......
0x0079e8f0: 0079e7b0 00000000 052b4d48 0000012d ..y.....HM+.-...
0x0079e900: 00000005 00000000 fcfb2078 00000000 ........x ......
0x0079e910: 0079f2b0 00000000 00000000 00000000 ..y.............
0x0079e920: 114aca50 00000000 0079f3a0 00000000 P.J.......y.....
0x0079e930: 0079e970 00000000 1a7a9b1a 00000000 p.y.......z.....
0x0079e940: 000030a4 00000000 00000000 00000000 .0..............
0x0079e950: 0079f2b0 00000000 00000000 00000000 ..y.............
0x0079e960: 052cafe0 00000000 12df29c0 00000000 ..,......)......
0x0079e970: 0079ec70 00000000 413827a8 00000000 p.y......'8A....
0x0079e980: 00000000 00000000 00000000 00000000 ................
0x0079e990: 41381185 00000000 00000000 00000000 ..8A............
0x0079e9a0: 00000000 00000000 00000000 00000000 ................
0x0079e9b0: 00000000 00000000 00000000 00000000 ................
0x0079e9c0: 00000000 00000000 00000000 00000000 ................
0x0079e9d0: 13eac500 00000000 7e65c80b 00007ffc ..........e~....
0x0079e9e0: 129a3658 00000000 0079ead0 00000000 X6........y.....
0x0079e9f0: 00000001 00000000 40000000 00000000 ...........@....
0x0079ea00: 00000001 00000000 00000000 00000000 ................
0x0079ea10: faea0000 00000000 052c35a0 00000000 .........5,.....
0x0079ea20: fcf86f00 00000000 fcfb3780 00000000 .o.......7......
0x0079ea30: fcf84e60 00000000 7e64a5ae 00007ffc `N........d~....
0x0079ea40: 1600d7d0 00000000 fcf84e60 00000000 ........`N......
0x0079ea50: 00000001 00000000 7e6b1959 00007ffc ........Y.k~....
0x0079ea60: 0000000a 00000000 7e765f41 00007ffc ........A_v~....
0x0079ea70: 0000000a 00000000 7e765f41 00007ffc ........A_v~....
0x0079ea80: 00000050 00000000 1600d690 00000000 P...............
0x0079ea90: 00000000 00000000 7e688f71 00007ffc ........q.h~....
0x0079eaa0: 00000050 00000000 054798e0 00000000 P.........G.....
0x0079eab0: 0000001b 00000000 054798e0 00000000 ..........G.....
0x0079eac0: fcf84e60 00000000 058ef78e 00000000 `N..............
0x0079ead0: 0079f3d0 00000000 058e6f15 00000000 ..y......o......
0x0079eae0: 1024d1b0 00000000 0079eb70 00000000 ..$.....p.y.....
0x0079eaf0: 00000000 00000000 00000000 00000000 ................
0x0079eb00: 05477bd0 00000000 114ac690 00000000 .{G.......J.....
0x0079eb10: 0000005f 00000005 052cafe0 00000000 _.........,.....
0x0079eb20: fcfb3758 00000000 fcfb37a8 00000000 X7.......7......
0x0079eb30: fd657578 00000000 fcfb3640 00000000 xue.....@6......
0x0079eb40: 00000002 00000000 12df2940 00000000 ........@)......
0x0079eb50: 052cafe0 00000000 00000000 00000000 ..,.............
0x0079eb60: 12df29c0 00000000 1600d7d0 00000000 .)..............
0x0079eb70: 000000bb 00000000 fcfae230 00000000 ........0.......
0x0079eb80: 114aca20 00000000 fcfae258 00000000  .J.....X.......
0x0079eb90: fd65b460 00000000 00000036 00000000 `.e.....6.......
0x0079eba0: fcf86ec0 00000000 00000000 00000000 .n..............
0x0079ebb0: fcfb1d20 00000000 1600d7e4 00000000  ...............
0x0079ebc0: 1600d690 00000000 00000000 00000000 ................
0x0079ebd0: 0079f3d0 00000000 1600d7d0 00000000 ..y.............
0x0079ebe0: 052de700 00000000 1024d1b0 00000000 ..-.......$.....
0x0079ebf0: 0079ec30 00000000 058efe3b 00000000 0.y.....;.......
0x0079ec00: 0079e990 00000000 058ed1d4 00000000 ..y.............
0x0079ec10: 00000036 00000000 40000000 00000000 6..........@....
0x0079ec20: fcf84e60 00000000 0079f3a0 00000000 `N........y.....
0x0079ec30: 0079ec70 00000000 058ed169 00000000 p.y.....i.......
0x0079ec40: 04086fb0 00000000 13e8a488 00000000 .o..............
0x0079ec50: 16a9f0a0 00000000 7e76cae0 00007ffc ..........v~....
0x0079ec60: fcf84e60 00000000 0079f3a0 00000000 `N........y.....
0x0079ec70: 0079ed60 00000000 41380b5c 00000000 `.y.....\.8A....
0x0079ec80: 052b4d48 00000000 058e0ee5 00000000 HM+.............
0x0079ec90: 1024d1b0 00000000 0079ed20 00000000 ..$..... .y.....
0x0079eca0: 7f30e290 00000000 0079f3d0 00000000 ..0.......y.....
0x0079ecb0: fcf84e60 00000000 05477dc0 00000000 `N.......}G.....
0x0079ecc0: 05477bd0 00000000 058e0ee5 00000000 .{G.............
0x0079ecd0: 1024d1b0 00000000 1024d1b0 00000000 ..$.......$.....
0x0079ece0: 00000000 00000000 1600d7d0 00000000 ................
0x0079ecf0: 0079f3d0 00000000 052b4d48 00000000 ..y.....HM+.....
0x0079ed00: 0079f2b0 00000000 00000000 00000000 ..y.............
0x0079ed10: 16a9f0a0 00000000 fcf84e60 00000000 ........`N......
0x0079ed20: 0079ed60 00000000 4137062a 00000000 `.y.....*.7A....
0x0079ed30: 00000000 00000000 052b4d48 00000000 ........HM+.....
0x0079ed40: 0079f2b0 00000000 00000000 00000000 ..y.............
0x0079ed50: 16a9f0a0 00000000 16a9f0a0 00000000 ................
0x0079ed60: 0079eea0 00000000 4136e740 00000000 ..y.....@.6A....
0x0079ed70: 00000000 00000000 00000000 3f800000 ...............?
0x0079ed80: b1972985 bf7eb33a 3dce1fc1 b33ac924 .)..:.~....=$.:.
0x0079ed90: 00000000 3fe00000 c0400000 00000000 .......?..@.....
0x0079eda0: b489f39f 3f19cedc 403c1c38 00000000 .......?8.<@....
0x0079edb0: bd62e52a 3f757d18 3e01f461 00000000 *.b..}u?a..>....
0x0079edc0: bd62e56f 3fc7a5fa 40443b7e 00000000 o.b....?~;D@....
0x0079edd0: bd62e56f 3fc7a5fa fcf84e60 00000000 o.b....?`N......
0x0079ede0: 16a9f0a0 00000000 16a9f0a0 00000000 ................
0x0079edf0: 44700000 44006001 40400002 00000000 ..pD.`.D..@@....
0x0079ee00: 44700000 44006000 40400002 00000000 ..pD.`.D..@@....
0x0079ee10: bd62e56f 3fc7a5fa 40443b7e 00000000 o.b....?~;D@....
0x0079ee20: 00000000 00000000 00000000 00000000 ................
0x0079ee30: bd62e56f 3fc7a5fa 25df5a29 00007ff7 o.b....?)Z.%....
0x0079ee40: 0079ee80 00000000 059bcea5 00000000 ..y.............
0x0079ee50: 00000000 00000000 00000000 00000000 ................
0x0079ee60: 0079f300 00000000 00000004 00000000 ..y.............
0x0079ee70: 00000000 00000000 00000000 00000000 ................
0x0079ee80: 0079eec0 00000000 06c19326 00000000 ..y.....&.......
0x0079ee90: 0079eed0 00000000 00000000 00000000 ..y.............
0x0079eea0: 0079ef00 00000000 1a6d2819 00000000 ..y......(m.....
0x0079eeb0: 00000aef 00000000 15dba8c0 00000000 ................
0x0079eec0: 0079ef00 00000000 059ca2bf 00000000 ..y.............
0x0079eed0: 0079f3a0 00000000 0079f3a0 00000000 ..y.......y.....
0x0079eee0: 00000000 00000000 0079f3a0 00000000 ..........y.....
0x0079eef0: 0079f2b0 00000000 1a6d28c0 00000000 ..y......(m.....
0x0079ef00: 0079ef90 00000000 1a6d2931 00000000 ..y.....1)m.....
0x0079ef10: 0079ef50 00000000 4137e318 00000000 P.y.......7A....
0x0079ef20: 0079f300 00000000 7e61232d 00007ffc ..y.....-#a~....
0x0079ef30: 0079f400 00000000 1a6d27c0 00000000 ..y......'m.....
0x0079ef40: 0079f3d0 00000000 058e51e0 00000000 ..y......Q......
0x0079ef50: 00000000 00000000 00000000 00000000 ................
0x0079ef60: 0079f3d0 00000000 7e61228b 00007ffc ..y......"a~....
0x0079ef70: 05c8d1d0 00000000 05c8d1d0 00000000 ................
0x0079ef80: 1a6d28c0 00000000 05c8d1d0 00000000 .(m.............
0x0079ef90: 0079efd0 00000000 7e735cdb 00007ffc ..y......\s~....
0x0079efa0: 15dba8c0 00000000 00000000 00000000 ................
0x0079efb0: 1024d1b0 00000000 0079f2b0 00000000 ..$.......y.....
0x0079efc0: 13496210 00000000 13496210 00000000 .bI......bI.....
0x0079efd0: 052b4d48 00000000 0079f020 00000000 HM+..... .y.....
0x0079efe0: 0079f020 00000000 1024d1b0 00000000  .y.......$.....
0x0079eff0: 05490900 00000000 00000000 00000000 ..I.............
0x0079f000: 0079f3d0 00000000 0079f2b0 00000000 ..y.......y.....
0x0079f010: 25d28380 00000000 00000000 00000000 ...%............
0x0079f020: 052b4d48 00000000 7e61228b 00007ffc HM+......"a~....
0x0079f030: 25d2d328 00000000 25c88be0 00000000 (..%.......%....
0x0079f040: 05490900 00000000 15dba8c0 00000000 ..I.............
0x0079f050: 0079f400 00000000 0079f300 00000000 ..y.......y.....
0x0079f060: 06c26ec0 00000000 00000000 00000000 .n..............
0x0079f070: 25c88ae0 00000000 0079f380 00000000 ...%......y.....
0x0079f080: 00000004 0000000f 00000000 00000000 ................
0x0079f090: 052b4d48 00000000 0079f390 00000000 HM+.......y.....
0x0079f0a0: 0079f450 00000000 25c88ae0 00000000 P.y........%....
0x0079f0b0: 05490900 00000000 00000000 00000000 ..I.............
0x0079f0c0: 0079f480 00000000 0079f380 00000000 ..y.......y.....
0x0079f0d0: 05490900 00000000 00000000 00000000 ..I.............
0x0079f0e0: 0079f480 00000000 0079f390 00000000 ..y.......y.....
0x0079f0f0: 51b12e90 00000000 51b13190 00000000 ...Q.....1.Q....
0x0079f100: 51b12e90 00000000 00000000 00000000 ...Q............
0x0079f110: cd86c60a 00005348 00000020 00000000 ....HS.. .......
0x0079f120: 00000000 00000000 25ad7400 00007ff7 .........t.%....
0x0079f130: 0000000a 00000000 4011bff0 00000000 ...........@....
0x0079f140: 406f67d0 00000000 0079f3d0 00000000 [email protected].....
0x0079f150: 0079f2b0 00000000 05c8d1d0 00000000 ..y.............
0x0079f160: 00000000 00000000 7e688495 00007ffc ..........h~....
0x0079f170: 00000000 00000000 0000000a 00000000 ................
0x0079f180: 00000000 00000000 00000000 00000000 ................
0x0079f190: 00000000 00000000 25c25934 00007ff7 ........4Y.%....
0x0079f1a0: 05c8d1d0 00000000 0079f670 00000000 ........p.y.....
0x0079f1b0: 0079f220 00000000 7e68849d 00007ffc  .y.......h~....
0x0079f1c0: 0079f250 00000000 25c20bfa 00007ff7 P.y........%....
0x0079f1d0: 0079f3b0 00000000 0079f3d0 00000000 ..y.......y.....
0x0079f1e0: 15dba8c0 00000000 25c25934 00007ff7 ........4Y.%....
0x0079f1f0: 0079f3d0 00000000 0079f400 00000000 ..y.......y.....
0x0079f200: 05c8d1d0 00000000 00000000 00000000 ................
0x0079f210: 0079f3d0 00000000 25ad5ad0 00007ff7 ..y......Z.%....
0x0079f220: 406f67d0 00000000 406f67d0 00000000 [email protected]@....
0x0079f230: 00000000 00000000 05c8cbd8 00000000 ................
0x0079f240: 05c8d1d0 00000000 00000000 00000000 ................
0x0079f250: 13496210 00000000 0079f3a0 00000000 .bI.......y.....
0x0079f260: 00000000 00000000 25e29dd7 00007ff7 ...........%....
0x0079f270: 00000000 00000000 421a48a0 00000000 .........H.B....
0x0079f280: 00000000 00000000 25c20bfa 00007ff7 ...........%....
0x0079f290: 13496210 00000000 266b1201 00007ff7 .bI.......k&....
0x0079f2a0: 0079f330 00000000 25c20bfa 00007ff7 0.y........%....
0x0079f2b0: 16a9f0a0 00000000 0079f258 00000000 ........X.y.....
0x0079f2c0: 00000000 00000000 00000000 00000000 ................
0x0079f2d0: 00000000 00000000 00000000 00000000 ................
0x0079f2e0: 00000000 00000000 00000000 00000000 ................
0x0079f2f0: 00000000 00000000 00000000 00000000 ................
0x0079f300: 00000000 00000000 00000000 00000000 ................
0x0079f310: 00000005 0000000a 00000000 00000000 ................
0x0079f320: 00000000 00000000 00000000 00000000 ................
0x0079f330: 00000000 00000000 00000000 00000000 ................
0x0079f340: 00000002 00000000 05c8d1d0 00000000 ................
0x0079f350: 00000000 00000000 00000000 00000000 ................
0x0079f360: 00000000 00000000 000416bc 00000000 ................
0x0079f370: 133c2e98 00000000 7f303b38 00000000 ..<.....8;0.....
0x0079f380: 0079e801 00000000 406f0101 00000000 ..y.......o@....
0x0079f390: 406f67d0 00000000 25ad68c0 00007ff7 [email protected].%....
0x0079f3a0: 519b1100 00000000 519b1120 00000000 ...Q.... ..Q....
0x0079f3b0: 133c2e98 00000000 ffffffff ffffffff ..<.............
0x0079f3c0: 25ad6100 00007ff7 2589ada7 00007ff7 .a.%.......%....
0x0079f3d0: 00000000 00000000 519b1120 00000000 ........ ..Q....
0x0079f3e0: 0079f670 00000000 03216590 00000000 p.y......e!.....
0x0079f3f0: 0079f410 00000000 0405d380 00000000 ..y.............
0x0079f400: 03233f80 00000000 c1dfee60 00000000 .?#.....`.......
0x0079f410: c1e3d060 00000000 00000000 00000000 `...............
0x0079f420: 00000000 00000000 00000000 00000000 ................
0x0079f430: 00000000 00000000 0000000a 00000000 ................
0x0079f440: 00000000 00000000 00000000 00000000 ................
0x0079f450: 00000000 00000000 0079f670 00000000 ........p.y.....
0x0079f460: 00000000 00000000 00000000 00000000 ................
0x0079f470: 00000ddc 00000000 25ab7d67 00007ff7 ........g}.%....
0x0079f480: 00000aef 00000000 00000002 00000000 ................
0x0079f490: 000416bc 00000000 00000000 00000000 ................
0x0079f4a0: 00000ddc 00000000 00000000 00000000 ................
0x0079f4b0: 00000001 00000000 00000000 00007ff7 ................
0x0079f4c0: 00000001 00007ff7 2564b95b 00007ff7 ........[.d%....
0x0079f4d0: 0000000a 00000000 00000000 00000000 ................
0x0079f4e0: 00000000 00000000 00000000 00000000 ................
0x0079f4f0: 00000000 00000000 2564bb4a 00007ff7 ........J.d%....
0x0079f500: 00000ddc 00000000 0079f670 00000000 ........p.y.....
0x0079f510: 00000000 00000000 00000000 00000000 ................
0x0079f520: 00000001 0030002d 00660033 002d0030 ....-.0.3.f.0.-.
0x0079f530: 00970aa2 00000000 000000ff 00000000 ................
0x0079f540: 00000001 00000000 01342c59 00000000 ........Y,4.....
0x0079f550: 9238682a 0000079f 000000d3 00000000 *h8.............
0x0079f560: 00000000 00000000 2565f649 00007ff7 ........I.e%....
0x0079f570: 00000004 00000000 0079f670 00000000 ........p.y.....
0x0079f580: 00000000 00000000 00000000 00000000 ................
0x0079f590: 00000000 0045004c 00000000 0054004c ....L.E.....L.T.
0x0079f5a0: 0000001d 00001001 266b0ae0 00007ff7 ..........k&....
0x0079f5b0: 00000000 00000000 00000000 00000000 ................
0x0079f5c0: 65726170 5748746e 2600444e 00007ff7 parentHWND.&....
0x0079f5d0: 0000000a 00000000 00000042 00000000 ........B.......
0x0079f5e0: 00000000 00000000 65646968 646e6957 ........hideWind
0x0079f5f0: 0000776f 00000000 0000000a 00000000 ow..............
0x0079f600: 00000042 00000000 0321f940 00000000 B.......@.!.....
0x0079f610: 0321f990 00000000 0321f990 00000000 ..!.......!.....
0x0079f620: 00000000 00000000 00000000 00000000 ................
0x0079f630: 02f713e0 00000000 03222750 00000000 ........P'".....
0x0079f640: 0000001f 00000000 269d66b8 00000016 .........f.&....
0x0079f650: 0000001f 00000000 00000042 00007ffc ........B.......
0x0079f660: 00000780 00000000 00000403 00000000 ................
0x0079f670: 03234d90 00000000 00000028 00000000 .M#.....(.......
0x0079f680: 269d66b8 00007ff7 00000028 00000000 .f.&....(.......
0x0079f690: 00000042 0000a0bf 032227f0 00000000 B........'".....
0x0079f6a0: 0000001a 00000000 2600aa46 00007ff7 ........F..&....
0x0079f6b0: 0000001a 00000000 00000042 00000000 ........B.......
0x0079f6c0: 03234dc0 00000000 00000022 00000000 .M#.....".......
0x0079f6d0: 00000004 00000000 00000022 00000000 ........".......
0x0079f6e0: 00000042 00000000 03234e80 00000000 B........N#.....
0x0079f6f0: 00000029 00000000 2600280a 00007ff7 )........(.&....
0x0079f700: 00000029 00000000 00000042 00007ff7 ).......B.......
0x0079f710: 0000000f 00000000 00000000 00000000 ................
0x0079f720: 266b0ae0 00007ff7 260028ae 00007ff7 ..k&.....(.&....
0x0079f730: 00000065 00000000 03234d60 00000000 e.......`M#.....
0x0079f740: 00000023 00000000 00000000 00000000 #...............
0x0079f750: 00000023 00000000 00000042 00007ff7 #.......B.......
0x0079f760: 269b0010 00007ff7 02f52070 00000000 ...&....p ......
0x0079f770: 02f50860 00000000 266b0a01 00007ff7 `.........k&....
0x0079f780: 00000000 00000000 260147ca 00007ff7 .........G.&....
0x0079f790: 00000000 00000000 00000000 00000000 ................
0x0079f7a0: 00000000 00000000 255f0000 00007ff7 .........._%....
0x0079f7b0: 00000000 00000000 260063fc 00007ff7 .........c.&....
0x0079f7c0: 00000000 00000000 00000000 00000000 ................
0x0079f7d0: 00000000 00000000 00000000 00000000 ................
0x0079f7e0: 00000000 00000000 00000000 00000000 ................
0x0079f7f0: 00000068 00000000 00ae2bae 00000000 h........+......
0x0079f800: 00ae2b8e 00000000 00ae2b5a 00000000 .+......Z+......
0x0079f810: 00000000 00000000 00000000 00000000 ................
0x0079f820: 00000000 00000000 00000000 00000000 ................
0x0079f830: 00000000 00000000 00000000 00000000 ................
0x0079f840: 8b33af1b 01d74505 d4878a7c 0000164d ..3..E..|...M...
0x0079f850: 00000000 00000000 00000000 00000000 ................
0x0079f860: 00000000 00000000 cdd57034 00007ffc ........4p......
0x0079f870: 00000000 00000000 00000000 00000000 ................
0x0079f880: 00000000 00000000 00000000 00000000 ................
0x0079f890: 00000000 00000000 cf222651 00007ffc ........Q&".....
0x0079f8a0: 00000000 00000000 00000000 00000000 ................
0x0079f8b0: 00000000 00000000 00000000 00000000 ................
0x0079f8c0: 00000000 00000000 00000000 00000000 ................
0x0079f8d0: 00000000 9880d131 00000000 00000000 ....1...........
0x0079f8e0: 00000000 00000000 cccec060 00007ffc ........`.......
0x0079f8f0: 0079ccc0 00000000 08a88000 3ffe2a27 ..y.........'*.?
0x0079f900: 544e1151 00007ffc 0079ccc0 00000000 Q.NT......y.....
0x0079f910: 00000000 00000000 00000000 00000000 ................
0x0079f920: 00000000 00000000 00000000 00000000 ................
0x0079f930: 00000000 00000000 00000000 00000000 ................
0x0079f940: 00000000 00000000 00000000 00000000 ................
0x0079f950: 00000000 00000000 00000000 00000000 ................
0x0079f960: 00000000 00000000 00000000 00000000 ................
0x0079f970: 00000000 00000000 00000000 00000000 ................
0x0079f980: 00000000 00000000 00000000 00000000 ................
0x0079f990: 00000000 00000000 00000000 00000000 ................
0x0079f9a0: 00000000 00000000 00000000 00000000 ................
0x0079f9b0: 00000000 00000000 00000000 00000000 ................
0x0079f9c0: 00000000 00000000 00000000 00000000 ................
0x0079f9d0: 00000000 00000000 00000000 00000000 ................
0x0079f9e0: 00000000 00000000 00000000 00000000 ................
0x0079f9f0: 00000000 00000000 00000000 00000000 ................
0x0079fa00: 00000000 00000000 00000000 00000000 ................
0x0079fa10: 00000000 00000000 00000000 00000000 ................
0x0079fa20: 00000000 00000000 00000000 00000000 ................
0x0079fa30: 00000000 00000000 00000000 00000000 ................
0x0079fa40: 00000000 00000000 00000000 00000000 ................
0x0079fa50: 00000000 00000000 00000000 00000000 ................
0x0079fa60: 00000000 00000000 00000000 00000000 ................
0x0079fa70: 00000000 00000000 00000000 00000000 ................
0x0079fa80: 00000000 00000000 00000000 00000000 ................
0x0079fa90: 00000000 00000000 00000000 00000000 ................
0x0079faa0: 00000000 00000000 00000000 00000000 ................
0x0079fab0: 00000000 00000000 00000000 00000000 ................
0x0079fac0: 00000000 00000000 00000000 00000000 ................
0x0079fad0: 00000000 00000000 00000000 00000000 ................
0x0079fae0: 00000000 00000000 00000000 00000000 ................
0x0079faf0: 00000000 00000000 00000000 00000000 ................
0x0079fb00: 00000000 00000000 00000000 00000000 ................
0x0079fb10: 00000000 00000000 00000000 00000000 ................
0x0079fb20: 00000000 00000000 00000000 00000000 ................
0x0079fb30: 00000000 00000000 00000000 00000000 ................
0x0079fb40: 00000000 00000000 00000000 00000000 ................
0x0079fb50: 00000000 00000000 00000000 00000000 ................
0x0079fb60: 00000000 00000000 00000000 00000000 ................
0x0079fb70: 00000000 00000000 00000000 00000000 ................
0x0079fb80: 00000000 00000000 00000000 00000000 ................
0x0079fb90: 00000000 00000000 00000000 00000000 ................
0x0079fba0: 00000000 00000000 00000000 00000000 ................
0x0079fbb0: 00000000 00000000 00000000 00000000 ................
0x0079fbc0: 00000000 00000000 00000000 00000000 ................
0x0079fbd0: 00000000 00000000 00000000 00000000 ................

Module 1
C:\WINDOWS\SYSTEM32\xinput1_3.dll
Image Base: 0x00400000  Image Size: 0x0001e000
File Size:  107368      File Time:  2007-04-04_185422
Version:
   Company:    Microsoft Corporation
   Product:    MicrosoftR DirectX for WindowsR
   FileDesc:   Microsoft Common Controller API
   FileVer:    9.18.944.0
   ProdVer:    9.18.944.0

Module 2
D:\C\COM3D2\OPENGL32.dll
Image Base: 0x00400000  Image Size: 0x0035c000
File Size:  3447296     File Time:  2018-05-16_213858
Version:
   Company:    
   Product:    Sybaris2
   FileDesc:   
   FileVer:    0.0.0.0
   ProdVer:    0.0.0.0

Module 3
C:\WINDOWS\System32\bcryptPrimitives.dll
Image Base: 0x03080000  Image Size: 0x00080000
File Size:  523200      File Time:  2021-01-10_222630
Version:
   Company:    Microsoft Corporation
   Product:    MicrosoftR WindowsR Operating System
   FileDesc:   Windows Cryptographic Primitives Library
   FileVer:    10.0.19041.662
   ProdVer:    10.0.19041.662

Module 4
C:\WINDOWS\System32\cfgmgr32.dll
Image Base: 0x07010000  Image Size: 0x0004e000
File Size:  305272      File Time:  2021-01-10_222630
Version:
   Company:    Microsoft Corporation
   Product:    MicrosoftR WindowsR Operating System
   FileDesc:   Configuration Manager DLL
   FileVer:    10.0.19041.546
   ProdVer:    10.0.19041.546


== [end of error.log] ==