summaryrefslogtreecommitdiffstats
path: root/public/sdk/lib/alpha/usa/baseaddr.txt
blob: 27c79df028256215806085ee477664657edd73fc (plain) (blame)
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
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
winmm.dll 0x77fb0000 0x00050000
mmdrv.dll 0x77fa0000 0x00010000
ntdll.dll 0x77f00000 0x000a0000
kernel32.dll 0x77e60000 0x000a0000
gdi32.dll 0x77e00000 0x00060000
user32.dll 0x77d60000 0x000a0000
rpcrt4.dll 0x77cd0000 0x00090000
rpcltc1.dll 0x77cc0000 0x00010000
rpclts1.dll 0x77cb0000 0x00010000
advapi32.dll 0x77c40000 0x00070000
comdlg32.dll 0x77be0000 0x00060000
shell32.dll 0x77a10000 0x001d0000
comctl32.dll 0x77970000 0x000a0000
winspool.drv 0x77940000 0x00030000
ole32.dll 0x77810000 0x00130000
oleaut32.dll 0x77720000 0x000f0000
version.dll 0x77700000 0x00020000
security.dll 0x776e0000 0x00020000
printui.dll 0x77690000 0x00050000
ntshrui.dll 0x77670000 0x00020000
msvcrt.dll 0x775d0000 0x000a0000
msvcrt40.dll 0x775b0000 0x00020000
lz32.dll 0x775a0000 0x00010000
linkinfo.dll 0x77580000 0x00020000
olethk32.dll 0x77550000 0x00030000
olecli32.dll 0x77520000 0x00030000
olecnv32.dll 0x77500000 0x00020000
oledlg.dll 0x774d0000 0x00030000
olesvr32.dll 0x774b0000 0x00020000
syncui.dll 0x77470000 0x00040000
shcompui.dll 0x77450000 0x00020000
url.dll 0x77400000 0x00050000
netui0.dll 0x773d0000 0x00030000
netui1.dll 0x77360000 0x00070000
netrap.dll 0x77340000 0x00020000
netapi32.dll 0x772e0000 0x00060000
ntlanman.dll 0x772c0000 0x00020000
samlib.dll 0x772a0000 0x00020000
netui2.dll 0x77210000 0x00090000
acledit.dll 0x771d0000 0x00040000
netmsg.dll 0x771b0000 0x00020000
mpr.dll 0x77190000 0x00020000
mprui.dll 0x77160000 0x00030000
ntlanui.dll 0x77140000 0x00020000
wsock32.dll 0x77130000 0x00010000
ws2_32.dll 0x77110000 0x00020000
ws2help.dll 0x77100000 0x00010000
wshtcpip.dll 0x770f0000 0x00010000
mswsock.dll 0x770c0000 0x00030000
msafd.dll 0x770a0000 0x00020000
crtdll.dll 0x77040000 0x00060000
hppcl.dll 0x76ff0000 0x00050000
rasdd.dll 0x76fd0000 0x00020000
rasddui.dll 0x76fa0000 0x00030000
pscript.dll 0x76f50000 0x00050000
pscrptui.dll 0x76f10000 0x00040000
imaadp32.acm 0x76ef0000 0x00020000
msadp32.acm 0x76ed0000 0x00020000
msg711.acm 0x76eb0000 0x00020000
msgsm32.acm 0x76e90000 0x00020000
tssoft32.acm 0x76e70000 0x00020000
alrsvc.dll 0x76e60000 0x00010000
amddlg.dll 0x76e50000 0x00010000
amdncdet.dll 0x76e40000 0x00010000
atkctrs.dll 0x76e30000 0x00010000
avicap32.dll 0x76e00000 0x00030000
avifil32.dll 0x76dd0000 0x00030000
bhmon.dll 0x76dc0000 0x00010000
bhnetb.dll 0x76da0000 0x00020000
bhsupp.dll 0x76d80000 0x00020000
brhj770.dll 0x76d70000 0x00010000
brother9.dll 0x76d60000 0x00010000
brothr24.dll 0x76d40000 0x00020000
browser.dll 0x76d20000 0x00020000
canon330.dll 0x76d00000 0x00020000
canon800.dll 0x76ce0000 0x00020000
canonlbp.dll 0x76cc0000 0x00020000
cards.dll 0x76c90000 0x00030000
ccfapi32.dll 0x76c60000 0x00030000
cfgmgr32.dll 0x76c40000 0x00020000
cfm30.dll 0x76bb0000 0x00090000
cfm30u.dll 0x76b10000 0x000a0000
cfmo30.dll 0x76ad0000 0x00040000
cfmo30u.dll 0x76a90000 0x00040000
cirrus.dll 0x76a70000 0x00020000
cit24us.dll 0x76a50000 0x00020000
cit9us.dll 0x76a30000 0x00020000
citoh.dll 0x76a20000 0x00010000
clb.dll 0x76a10000 0x00010000
cnvfat.dll 0x769f0000 0x00020000
compstui.dll 0x769a0000 0x00050000
conexts.dll 0x76990000 0x00010000
convmsg.dll 0x76980000 0x00010000
cxxflt.dll 0x76960000 0x00020000
dciman32.dll 0x76950000 0x00010000
ddraw.dll 0x76910000 0x00040000
debmp.dll 0x768f0000 0x00020000
dec24pin.dll 0x768e0000 0x00010000
dec3200.dll 0x768c0000 0x00020000
dec9pin.dll 0x768b0000 0x00010000
decpsmon.dll 0x76810000 0x000a0000
defea.dll 0x76800000 0x00010000
defpa.dll 0x767f0000 0x00010000
dehex.dll 0x767e0000 0x00010000
demet.dll 0x767b0000 0x00030000
dess.dll 0x76780000 0x00030000
dewp.dll 0x76750000 0x00030000
dgconfig.dll 0x76730000 0x00020000
dhcpcsvc.dll 0x76710000 0x00020000
dhcpmib.dll 0x76700000 0x00010000
dhcpsapi.dll 0x766f0000 0x00010000
dhcpssvc.dll 0x5f700000 0x00040000
diconix.dll 0x766b0000 0x00010000
digiinst.dll 0x76690000 0x00020000
digsig.dll 0x76620000 0x00070000
diskcopy.dll 0x76610000 0x00010000
dlcapi.dll 0x76600000 0x00010000
docprop.dll 0x765e0000 0x00020000
dplay.dll 0x765c0000 0x00020000
dpserial.dll 0x76590000 0x00030000
dpwsock.dll 0x76570000 0x00020000
dsound.dll 0x76530000 0x00040000
epson24.dll 0x76520000 0x00010000
epson9.dll 0x76500000 0x00020000
escp2e.dll 0x764e0000 0x00020000
escp2ms.dll 0x764c0000 0x00020000
eventlog.dll 0x764a0000 0x00020000
fmifs.dll 0x76490000 0x00010000
fontext.dll 0x76450000 0x00040000
fpnwclnt.dll 0x76430000 0x00020000
ftpctrs.dll 0x76420000 0x00010000
ftpsmx.dll 0x76400000 0x00020000
ftpsvapi.dll 0x763f0000 0x00010000
ftpsvc.dll 0x763d0000 0x00020000
ftsrch.dll 0x76360000 0x00070000
fuji24.dll 0x76340000 0x00020000
fuji9.dll 0x76330000 0x00010000
gapi32.dll 0x76300000 0x00030000
glmf32.dll 0x76260000 0x000a0000
glu32.dll 0x76220000 0x00040000
hpdskjet.dll 0x761f0000 0x00030000
hpmon.dll 0x761d0000 0x00020000
hpscan32.dll 0x761c0000 0x00010000
hticons.dll 0x761b0000 0x00010000
htui.dll 0x76190000 0x00020000
hypertrm.dll 0x760f0000 0x000a0000
ibm238x.dll 0x760e0000 0x00010000
ibm239x.dll 0x760c0000 0x00020000
ibm5204.dll 0x760b0000 0x00010000
ibmport.dll 0x760a0000 0x00010000
ibmppdsl.dll 0x76090000 0x00010000
iccvid.dll 0x76050000 0x00040000
icmp.dll 0x76040000 0x00010000
ifsutil.dll 0x76000000 0x00040000
imagehlp.dll 0x75fd0000 0x00030000
imm32.dll 0x75fc0000 0x00010000
indicdll.dll 0x75fb0000 0x00010000
inetmib1.dll 0x75f90000 0x00020000
iologmsg.dll 0x75f80000 0x00010000
ipadrdll.dll 0x75f70000 0x00010000
iprip.dll 0x75f50000 0x00020000
ipxcfg.dll 0x75f30000 0x00020000
ir32_32.dll 0x75ed0000 0x00060000
jet.dll 0x75de0000 0x000f0000
jet500.dll 0x75cc0000 0x00120000
jp350.dll 0x75c90000 0x00030000
jpeg1x32.dll 0x75c70000 0x00020000
jpeg2x32.dll 0x75c50000 0x00020000
kbdal.dll 0x75c40000 0x00010000
kbdbene.dll 0x75c30000 0x00010000
kbdblr.dll 0x75c20000 0x00010000
kbdbu.dll 0x75c10000 0x00010000
kbdcr.dll 0x75c00000 0x00010000
kbdcz1.dll 0x75bf0000 0x00010000
kbddll.dll 0x75be0000 0x00010000
kbdest.dll 0x75bd0000 0x00010000
kbdgkl.dll 0x75bc0000 0x00010000
kbdgr1.dll 0x75bb0000 0x00010000
kbdhe220.dll 0x75ba0000 0x00010000
kbdhe319.dll 0x75b90000 0x00010000
kbdhela2.dll 0x75b80000 0x00010000
kbdhela3.dll 0x75b70000 0x00010000
kbdhu1.dll 0x75b60000 0x00010000
kbdir.dll 0x75b50000 0x00010000
kbdit142.dll 0x75b40000 0x00010000
kbdlt.dll 0x75b30000 0x00010000
kbdlv.dll 0x75b20000 0x00010000
kbdlv1.dll 0x75b10000 0x00010000
kbdpl.dll 0x75b00000 0x00010000
kbdro.dll 0x75af0000 0x00010000
kbdru1.dll 0x75ae0000 0x00010000
kbdsl1.dll 0x75ad0000 0x00010000
kbdur.dll 0x75ac0000 0x00010000
kbdurs.dll 0x75ab0000 0x00010000
kbdycc.dll 0x75aa0000 0x00010000
kbdycl.dll 0x75a90000 0x00010000
kyocera.dll 0x75a70000 0x00020000
kyocerax.dll 0x75a30000 0x00040000
llsrpc.dll 0x75a10000 0x00020000
lmhsvc.dll 0x75a00000 0x00010000
lmmib2.dll 0x759e0000 0x00020000
loadperf.dll 0x759c0000 0x00020000
localmon.dll 0x759b0000 0x00010000
localspl.dll 0x75960000 0x00050000
lpdsvc.dll 0x75940000 0x00020000
lprhelp.dll 0x75930000 0x00010000
lprmon.dll 0x75920000 0x00010000
lsasrv.dll 0x758e0000 0x00040000
mantal24.dll 0x758c0000 0x00020000
mantal90.dll 0x758b0000 0x00010000
mapi32.dll 0x757a0000 0x00110000
mapiu32.dll 0x75790000 0x00010000
mapix32.dll 0x75780000 0x00010000
mcd32.dll 0x75770000 0x00010000
mciavi32.dll 0x75740000 0x00030000
mcicda.dll 0x75720000 0x00020000
mciole32.dll 0x75710000 0x00010000
mciseq.dll 0x756f0000 0x00020000
mciwave.dll 0x756d0000 0x00020000
mdgmpdlg.dll 0x756c0000 0x00010000
mdgncdet.dll 0x756a0000 0x00020000
mf3216.dll 0x75680000 0x00020000
mfc40.dll 0x754a0000 0x001e0000
mfc40chs.dll 0x75490000 0x00010000
mfc40deu.dll 0x75480000 0x00010000
mfc40enu.dll 0x75470000 0x00010000
mfc40esp.dll 0x75460000 0x00010000
mfc40fra.dll 0x75450000 0x00010000
mfc40ita.dll 0x75440000 0x00010000
mfc40jpn.dll 0x75430000 0x00010000
mfc40kor.dll 0x75420000 0x00010000
mfc40u.dll 0x75240000 0x001e0000
mfc42.dll 0x75040000 0x00200000
mfc42chs.dll 0x75030000 0x00010000
mfc42cht.dll 0x75020000 0x00010000
mfc42deu.dll 0x75010000 0x00010000
mfc42enu.dll 0x75000000 0x00010000
mfc42esp.dll 0x74ff0000 0x00010000
mfc42fra.dll 0x74fe0000 0x00010000
mfc42ita.dll 0x74fd0000 0x00010000
mfc42jpn.dll 0x74fc0000 0x00010000
mfc42kor.dll 0x74fb0000 0x00010000
mfc42u.dll 0x74db0000 0x00200000
mga.dll 0x74d80000 0x00030000
mgmtapi.dll 0x74d70000 0x00010000
midimap.dll 0x74d50000 0x00020000
minet32.dll 0x74ce0000 0x00070000
mlshext.dll 0x74cd0000 0x00010000
mmfmig32.dll 0x74c40000 0x00090000
modemui.dll 0x74c20000 0x00020000
moricons.dll 0x74bf0000 0x00030000
mpu401.dll 0x74be0000 0x00010000
msacm32.dll 0x74ba0000 0x00040000
msaudite.dll 0x74b90000 0x00010000
msfs32.dll 0x74ab0000 0x000e0000
msgina.dll 0x74a80000 0x00030000
msgsvc.dll 0x74a60000 0x00020000
msncdet.dll 0x74a30000 0x00030000
msnsspc.dll 0x74a10000 0x00020000
msobjs.dll 0x74a00000 0x00010000
msprivs.dll 0x749f0000 0x00010000
mspst32.dll 0x74910000 0x000e0000
msrle32.dll 0x74900000 0x00010000
msv1_0.dll 0x748e0000 0x00020000
msvcrt20.dll 0x74850000 0x00090000
msvfw32.dll 0x74810000 0x00040000
msvidc32.dll 0x747f0000 0x00020000
msviewut.dll 0x747b0000 0x00040000
mt735.dll 0x747a0000 0x00010000
mvaudio.dll 0x74780000 0x00020000
nal.dll 0x74760000 0x00020000
nddeapi.dll 0x74750000 0x00010000
nddenb32.dll 0x74740000 0x00010000
ndis30.dll 0x74720000 0x00020000
nec24pin.dll 0x74710000 0x00010000
netcfg.dll 0x74650000 0x000c0000
netdtect.dll 0x74640000 0x00010000
netevent.dll 0x74630000 0x00010000
netflx.dll 0x74620000 0x00010000
neth.dll 0x745f0000 0x00030000
netlogon.dll 0x745a0000 0x00050000
netsetup.dll 0x74540000 0x00060000
ntctl3d.dll 0x74520000 0x00020000
ntlanui2.dll 0x74510000 0x00010000
ntlmssps.dll 0x744f0000 0x00020000
ntlsapi.dll 0x744e0000 0x00010000
ntprint.dll 0x744c0000 0x00020000
nwapi16.dll 0x744b0000 0x00010000
nwapi32.dll 0x74490000 0x00020000
nwcfg.dll 0x74480000 0x00010000
nwevent.dll 0x74470000 0x00010000
nwprovau.dll 0x74420000 0x00050000
nwsap.dll 0x74400000 0x00020000
nwwks.dll 0x743d0000 0x00030000
oiadm400.dll 0x743c0000 0x00010000
oicom400.dll 0x743b0000 0x00010000
oidis400.dll 0x74340000 0x00070000
oifil400.dll 0x74310000 0x00030000
oigfs400.dll 0x742e0000 0x00030000
oiprt400.dll 0x742d0000 0x00010000
oislb400.dll 0x742b0000 0x00020000
oissq400.dll 0x742a0000 0x00010000
oitwa400.dll 0x74280000 0x00020000
oiui400.dll 0x74260000 0x00020000
oki24.dll 0x74240000 0x00020000
oki9.dll 0x74230000 0x00010000
oki9ibm.dll 0x74210000 0x00020000
olepro32.dll 0x741e0000 0x00030000
olidm24.dll 0x741d0000 0x00010000
olidm9.dll 0x741b0000 0x00020000
opengl32.dll 0x74080000 0x00130000
optra.dll 0x74040000 0x00040000
paintjet.dll 0x74030000 0x00010000
panmap.dll 0x74020000 0x00010000
panson24.dll 0x74000000 0x00020000
panson9.dll 0x73fe0000 0x00020000
pcl5ems.dll 0x73f80000 0x00060000
pcl5ms.dll 0x73f20000 0x00060000
perfctrs.dll 0x73f00000 0x00020000
perfnw.dll 0x73ef0000 0x00010000
pifmgr.dll 0x73ed0000 0x00020000
pjlmon.dll 0x73ec0000 0x00010000
plotter.dll 0x73ea0000 0x00020000
plotui.dll 0x73e80000 0x00020000
plustab.dll 0x73e70000 0x00010000
prflbmsg.dll 0x73e60000 0x00010000
profext.dll 0x73e50000 0x00010000
proprint.dll 0x73e40000 0x00010000
proprn24.dll 0x73e30000 0x00010000
ps1.dll 0x73e20000 0x00010000
psxdll.dll 0x73e00000 0x00020000
quietjet.dll 0x73df0000 0x00010000
qwiii.dll 0x73de0000 0x00010000
rasadhlp.dll 0x73dd0000 0x00010000
rasadmin.dll 0x73dc0000 0x00010000
rasapi32.dll 0x73d80000 0x00040000
rasauto.dll 0x73d50000 0x00030000
rascauth.dll 0x73d30000 0x00020000
rascbcp.dll 0x73d20000 0x00010000
rasccp.dll 0x73d10000 0x00010000
rascfg.dll 0x73cd0000 0x00040000
raschap.dll 0x5f740000 0x00020000
rasctrs.dll 0x73cb0000 0x00010000
rasdlg.dll 0x73c20000 0x00090000
rasfil32.dll 0x73c10000 0x00010000
rasgprxy.dll 0x73c00000 0x00010000
rasgtwy.dll 0x73be0000 0x00020000
rasipcp.dll 0x73bd0000 0x00010000
rasiphlp.dll 0x73bb0000 0x00020000
rasipxcp.dll 0x73ba0000 0x00010000
rasman.dll 0x73b80000 0x00020000
rasmsg.dll 0x73b70000 0x00010000
rasmxs.dll 0x73b50000 0x00020000
rasnbfcp.dll 0x73b40000 0x00010000
rasnbipc.dll 0x73b30000 0x00010000
raspap.dll 0x73b20000 0x00010000
raspppen.dll 0x73b00000 0x00020000
raspptpc.dll 0x73af0000 0x00010000
raspptpl.dll 0x73ae0000 0x00010000
rassapi.dll 0x73ac0000 0x00020000
rassauth.dll 0x73aa0000 0x00020000
rasscrpt.dll 0x73a80000 0x00020000
rasser.dll 0x73a70000 0x00010000
rasshell.dll 0x73a50000 0x00020000
rasspap.dll 0x73a40000 0x00010000
rastapi.dll 0x73a20000 0x00020000
relay.dll 0x73a10000 0x00010000
riched20.dll 0x73990000 0x00080000
riched32.dll 0x73940000 0x00050000
rnal.dll 0x73910000 0x00030000
rnr20.dll 0x738f0000 0x00020000
routetab.dll 0x738e0000 0x00010000
rpcltc8.dll 0x738d0000 0x00010000
rpcltccm.dll 0x738b0000 0x00020000
rpclts8.dll 0x73890000 0x00020000
rpcltscm.dll 0x73870000 0x00020000
rpcns4.dll 0x73850000 0x00020000
rshx32.dll 0x73840000 0x00010000
samsrv.dll 0x737f0000 0x00050000
sccview.dll 0x737d0000 0x00020000
schannel.dll 0x73790000 0x00040000
schnl128.dll 0x73790000 0x00040000
secbasic.dll 0x73780000 0x00010000
secsspi.dll 0x73770000 0x00010000
seiko.dll 0x73760000 0x00010000
seiko24e.dll 0x73740000 0x00020000
seikosh9.dll 0x73730000 0x00010000
serialui.dll 0x73710000 0x00020000
setupapi.dll 0x73690000 0x00080000
setupdll.dll 0x735b0000 0x000e0000
sfmapi.dll 0x73590000 0x00020000
sfmatcfg.dll 0x73570000 0x00020000
sfmatmsg.dll 0x73560000 0x00010000
sfmctrs.dll 0x73550000 0x00010000
sfmmon.dll 0x73530000 0x00020000
sfmmsg.dll 0x73520000 0x00010000
sfmpsdib.dll 0x73410000 0x00110000
sfmpsfnt.dll 0x73400000 0x00010000
sfmpsprt.dll 0x733f0000 0x00010000
sfmres.dll 0x733e0000 0x00010000
sfmutil.dll 0x733d0000 0x00010000
sfmwshat.dll 0x733a0000 0x00030000
shscrap.dll 0x73390000 0x00010000
sidewndr.dll 0x73370000 0x00020000
simptcp.dll 0x73360000 0x00010000
skdll.dll 0x73350000 0x00010000
sndblst.dll 0x73320000 0x00030000
sndsys32.dll 0x73300000 0x00020000
snmpapi.dll 0x732f0000 0x00010000
softpub.dll 0x732a0000 0x00050000
spoolss.dll 0x73280000 0x00020000
srvsvc.dll 0x73250000 0x00030000
star24e.dll 0x73220000 0x00030000
star9e.dll 0x73200000 0x00020000
starjet.dll 0x731f0000 0x00010000
synceng.dll 0x731c0000 0x00030000
synth.dll 0x731a0000 0x00020000
syssetup.dll 0x73130000 0x00070000
t1instal.dll 0x730f0000 0x00040000
tapi32.dll 0x730b0000 0x00040000
tapiperf.dll 0x730a0000 0x00010000
tcpcfg.dll 0x73060000 0x00040000
tga.dll 0x73040000 0x00020000
thinkjet.dll 0x73030000 0x00010000
ti850.dll 0x73020000 0x00010000
trace.dll 0x73010000 0x00010000
tsd32.dll 0x72ff0000 0x00020000
txtonly.dll 0x72fe0000 0x00010000
ufat.dll 0x72fb0000 0x00030000
ulib.dll 0x72f70000 0x00040000
umpnpmgr.dll 0x72f40000 0x00030000
untfs.dll 0x72ec0000 0x00080000
ureg.dll 0x72eb0000 0x00010000
userenv.dll 0x72e90000 0x00020000
vdmdbg.dll 0x72e70000 0x00020000
vsasc8.dll 0x72e60000 0x00010000
vsbmp.dll 0x72e50000 0x00010000
vsdrw.dll 0x72e40000 0x00010000
vsexe.dll 0x72e30000 0x00010000
vsexe2.dll 0x72e10000 0x00020000
vsmp.dll 0x72e00000 0x00010000
vsmsw.dll 0x72de0000 0x00020000
vspp.dll 0x72dc0000 0x00020000
vsqp6.dll 0x72db0000 0x00010000
vsrtf.dll 0x72d90000 0x00020000
vstiff.dll 0x72d70000 0x00020000
vsw6.dll 0x72d50000 0x00020000
vswks.dll 0x72d30000 0x00020000
vswmf.dll 0x72d20000 0x00010000
vsword.dll 0x72d00000 0x00020000
vswork.dll 0x72cf0000 0x00010000
vswp5.dll 0x72cd0000 0x00020000
vswp6.dll 0x72cb0000 0x00020000
vswpf.dll 0x72ca0000 0x00010000
vsxl5.dll 0x72c80000 0x00020000
vwipxspx.dll 0x72c60000 0x00020000
w32.dll 0x72c40000 0x00020000
wangcmn.dll 0x72c20000 0x00020000
wangshl.dll 0x72c10000 0x00010000
wd90c24a.dll 0x72c00000 0x00010000
wgpoadmn.dll 0x72bd0000 0x00030000
win32spl.dll 0x72ba0000 0x00030000
winprint.dll 0x72b90000 0x00010000
winsctrs.dll 0x72b80000 0x00010000
winsevnt.dll 0x72b60000 0x00020000
winsmib.dll 0x72b50000 0x00010000
winsrpc.dll 0x72b40000 0x00010000
winstrm.dll 0x72b30000 0x00010000
wintrust.dll 0x72b20000 0x00010000
wkssvc.dll 0x72b00000 0x00020000
wmsfr32.dll 0x72a80000 0x00080000
wmsui32.dll 0x72940000 0x00140000
wowfax.dll 0x72930000 0x00010000
wowfaxui.dll 0x72910000 0x00020000
ws2map.dll 0x728f0000 0x00020000
wshisn.dll 0x728e0000 0x00010000
wshnetbs.dll 0x728d0000 0x00010000
xactsrv.dll 0x728a0000 0x00030000
xeroxpcl.dll 0x5f760000 0x00040000
xfilexr.dll 0x72850000 0x00030000
access.cpl 0x72830000 0x00020000
appwiz.cpl 0x72810000 0x00020000
bhctrl.cpl 0x727f0000 0x00020000
console.cpl 0x727d0000 0x00020000
desk.cpl 0x72790000 0x00040000
devapps.cpl 0x72730000 0x00060000
inetcpl.cpl 0x72720000 0x00010000
intl.cpl 0x72700000 0x00020000
joy.cpl 0x726e0000 0x00020000
liccpa.cpl 0x726b0000 0x00030000
main.cpl 0x72680000 0x00030000
mlcfg32.cpl 0x72660000 0x00020000
mmsys.cpl 0x72600000 0x00060000
modem.cpl 0x725d0000 0x00030000
ncpa.cpl 0x72590000 0x00040000
nwc.cpl 0x72570000 0x00020000
ports.cpl 0x72550000 0x00020000
rascpl.cpl 0x72540000 0x00010000
sfmmgr.cpl 0x72500000 0x00040000
srvmgr.cpl 0x724c0000 0x00040000
sysdm.cpl 0x72490000 0x00030000
telephon.cpl 0x72480000 0x00010000
timedate.cpl 0x72460000 0x00020000
ups.cpl 0x72440000 0x00020000
wgpocpl.cpl 0x72420000 0x00020000
msacm32.drv 0x72400000 0x00020000
ctl3d32.dll 0x723e0000 0x00020000
lmmon.dll 0x723d0000 0x00010000
mfc40d.dll 0x72260000 0x00170000
mfc40ud.dll 0x720f0000 0x00170000
mfc42d.dll 0x71f80000 0x00170000
mfc42ud.dll 0x71e10000 0x00170000
mfcd40d.dll 0x71da0000 0x00070000
mfcd40ud.dll 0x71d30000 0x00070000
mfcd42d.dll 0x71cc0000 0x00070000
mfcd42ud.dll 0x71c50000 0x00070000
mfcn40d.dll 0x71c30000 0x00020000
mfcn40ud.dll 0x71c10000 0x00020000
mfcn42d.dll 0x71bf0000 0x00020000
mfcn42ud.dll 0x71bd0000 0x00020000
mfco40d.dll 0x71ac0000 0x00110000
mfco40ud.dll 0x719b0000 0x00110000
mfco42d.dll 0x71880000 0x00130000
mfco42ud.dll 0x71750000 0x00130000
msvcirtd.dll 0x71720000 0x00030000
msvcr40d.dll 0x71700000 0x00020000
msvcrtd.dll 0x71640000 0x000c0000
nddeexts.dll 0x71630000 0x00010000
ntsdexts.dll 0x71610000 0x00020000
splexts.dll 0x715f0000 0x00020000
ubnbmsg.dll 0x715e0000 0x00010000
userexts.dll 0x715b0000 0x00030000
vdmexts.dll 0x71580000 0x00030000
wshxns.dll 0x71570000 0x00010000
xnscfg.dll 0x71560000 0x00010000
xnsmsg.dll 0x71550000 0x00010000
afdkd.dll 0x71530000 0x00020000
cap.dll 0x71500000 0x00030000
dbi.dll 0x714d0000 0x00030000
dflayout.dll 0x714a0000 0x00030000
dfskd.dll 0x71490000 0x00010000
dm.dll 0x71460000 0x00030000
dmkdalp.dll 0x71420000 0x00040000
dmkdmip.dll 0x713e0000 0x00040000
dmkdppc.dll 0x713a0000 0x00040000
dmkdx86.dll 0x71360000 0x00040000
eecxxalp.dll 0x71310000 0x00050000
eecxxmip.dll 0x712c0000 0x00050000
eecxxppc.dll 0x71270000 0x00050000
eecxxx86.dll 0x71220000 0x00050000
emalp.dll 0x71200000 0x00020000
emmip.dll 0x711e0000 0x00020000
emppc.dll 0x711c0000 0x00020000
emx86.dll 0x71190000 0x00030000
fernel32.dll 0x71170000 0x00020000
filter.dll 0x71160000 0x00010000
gdikdx.dll 0x71120000 0x00040000
gutils.dll 0x71100000 0x00020000
hdxdll.dll 0x710e0000 0x00020000
hook.dll 0x710d0000 0x00010000
hwdll.dll 0x710a0000 0x00030000
isnext.dll 0x71070000 0x00030000
iviewers.dll 0x71030000 0x00040000
justify.dll 0x71020000 0x00010000
kdextalp.dll 0x70fd0000 0x00050000
kdextmip.dll 0x70f80000 0x00050000
kdextppc.dll 0x70f30000 0x00050000
kdextx86.dll 0x70ee0000 0x00050000
lineedit.dll 0x70ec0000 0x00020000
mhelp.dll 0x70eb0000 0x00010000
msafdext.dll 0x70ea0000 0x00010000
mshelp.dll 0x70e90000 0x00010000
mspdb40.dll 0x70e20000 0x00070000
mspdb41.dll 0x70da0000 0x00080000
msvcbook.dll 0x70d90000 0x00010000
mupkd.dll 0x70d70000 0x00020000
pmatch.dll 0x70d60000 0x00010000
psapi.dll 0x70d50000 0x00010000
rcdll.dll 0x70d00000 0x00050000
rdr2kd.dll 0x70cf0000 0x00010000
rdrkd.dll 0x70ce0000 0x00010000
shcv.dll 0x70cc0000 0x00020000
srvkd.dll 0x70ca0000 0x00020000
symcvt.dll 0x70c90000 0x00010000
testctrl.dll 0x70c70000 0x00020000
testdlgs.dll 0x70c50000 0x00020000
testevnt.dll 0x70c30000 0x00020000
testscrn.dll 0x70c10000 0x00020000
testvw32.dll 0x70c00000 0x00010000
tglcase.dll 0x70bf0000 0x00010000
tlloc.dll 0x70be0000 0x00010000
tlpipe.dll 0x70bc0000 0x00020000
tlser.dll 0x70bb0000 0x00010000
ttkdx.dll 0x70ba0000 0x00010000
ulcase.dll 0x70b90000 0x00010000
userkdx.dll 0x70b50000 0x00040000
ws1.dll 0x70b40000 0x00010000
wst.dll 0x70b20000 0x00020000
zdi32.dll 0x70b00000 0x00020000
zernel32.dll 0x70ae0000 0x00020000
zle32.dll 0x70ac0000 0x00020000
aboutwep.dll 0x70ab0000 0x00010000
advpack.dll 0x70a80000 0x00030000
apidll.dll 0x70a50000 0x00030000
iodll.dll 0x70a30000 0x00020000
mepparty.dll 0x70a20000 0x00010000
nclipps.dll 0x70a10000 0x00010000
rasether.dll 0x709f0000 0x00020000
rcdata1.dll 0x709d0000 0x00020000
rtutils.dll 0x709b0000 0x00020000
rwinf.dll 0x70990000 0x00020000
rwmac.dll 0x70960000 0x00030000
rwres32.dll 0x70930000 0x00030000
rwwin16.dll 0x70910000 0x00020000
rwwin32.dll 0x708f0000 0x00020000
secedit.dll 0x708e0000 0x00010000
strmexts.dll 0x708d0000 0x00010000
tophook.dll 0x708c0000 0x00010000
winclip.dll 0x708b0000 0x00010000
zextens.dll 0x70890000 0x00020000
actsrvd.dll 0x70880000 0x00010000
adptif.dll 0x70860000 0x00020000
atm.dll 0x70840000 0x00020000
atmdrvr.dll 0x707e0000 0x00060000
bhp001.dll 0x707b0000 0x00030000
bhp002.dll 0x707a0000 0x00010000
bhp003.dll 0x70790000 0x00010000
bhp004.dll 0x70780000 0x00010000
bhp005.dll 0x70760000 0x00020000
bhp006.dll 0x70740000 0x00020000
bhp007.dll 0x70720000 0x00020000
bhp008.dll 0x70700000 0x00020000
bhp009.dll 0x706c0000 0x00040000
bhp010.dll 0x706a0000 0x00020000
bhp011.dll 0x70690000 0x00010000
bhp012.dll 0x70670000 0x00020000
bhp013.dll 0x70630000 0x00040000
bhp014.dll 0x70620000 0x00010000
bhp015.dll 0x705d0000 0x00050000
bhp016.dll 0x705b0000 0x00020000
bhp017.dll 0x70590000 0x00020000
bhp018.dll 0x70580000 0x00010000
bhp019.dll 0x70530000 0x00050000
bhp020.dll 0x704f0000 0x00040000
bhp021.dll 0x704a0000 0x00050000
bttncur.dll 0x70480000 0x00020000
ciutil.dll 0x70470000 0x00010000
comcat.dll 0x70450000 0x00020000
ddm.dll 0x70430000 0x00020000
dfsprov.dll 0x70420000 0x00010000
dim.dll 0x70400000 0x00020000
espui.dll 0x703f0000 0x00010000
fastimer.dll 0x703d0000 0x00020000
friendly.dll 0x703c0000 0x00010000
gizmobar.dll 0x703a0000 0x00020000
goober.dll 0x70390000 0x00010000
hexedit.dll 0x70370000 0x00020000
htrn_jis.dll 0x70360000 0x00010000
ifadmin.dll 0x70330000 0x00030000
imaadp32.dll 0x70310000 0x00020000
ipadmin.dll 0x70280000 0x00090000
ipbootp.dll 0x70260000 0x00020000
ipmon.dll 0x70230000 0x00030000
iprip2.dll 0x70210000 0x00020000
iprtprio.dll 0x70200000 0x00010000
iprtrmgr.dll 0x701c0000 0x00040000
ipxadmin.dll 0x70190000 0x00030000
ipxmon.dll 0x70160000 0x00030000
ipxrip.dll 0x70140000 0x00020000
ipxrtmgr.dll 0x70120000 0x00020000
ipxsap.dll 0x700f0000 0x00030000
ipxwan.dll 0x700d0000 0x00020000
joystick.dll 0x700b0000 0x00020000
lprext.dll 0x700a0000 0x00010000
mib2util.dll 0x70080000 0x00020000
mpradmin.dll 0x70060000 0x00020000
msadp32.dll 0x70040000 0x00020000
msg711.dll 0x70020000 0x00020000
msgsm32.dll 0x70000000 0x00020000
ndrd.dll 0x6ffd0000 0x00020000
nmapi.dll 0x6ffa0000 0x00030000
ntprinta.dll 0x6ff80000 0x00020000
ole2u32a.dll 0x6ff40000 0x00040000
oleat.dll 0x6ff30000 0x00010000
olebt.dll 0x6ff20000 0x00010000
oledll2.dll 0x6ff10000 0x00010000
oleimpl.dll 0x6ff00000 0x00010000
olest.dll 0x6fef0000 0x00010000
ospf.dll 0x6feb0000 0x00040000
ospfmib.dll 0x6fe80000 0x00030000
parser.dll 0x6fe60000 0x00020000
pctsspi.dll 0x6fe40000 0x00020000
pdh.dll 0x6fe20000 0x00020000
printuia.dll 0x6fdd0000 0x00050000
rcauth.dll 0x6fdb0000 0x00020000
rgprxy.dll 0x6fda0000 0x00010000
ripcp.dll 0x6fd90000 0x00010000
riphlp.dll 0x6fd70000 0x00020000
routemsg.dll 0x6fd60000 0x00010000
rpcdce4.dll 0x6fd50000 0x00010000
rpcltc5.dll 0x6fd40000 0x00010000
rrasgtwy.dll 0x6fd20000 0x00020000
rrasipx.dll 0x6fd00000 0x00020000
rrasman.dll 0x6fce0000 0x00020000
rrasnbf.dll 0x6fcc0000 0x00020000
rrasppp.dll 0x6fca0000 0x00020000
rsauth.dll 0x6fc80000 0x00020000
rtm.dll 0x6fc60000 0x00020000
sampfilt.dll 0x6fc50000 0x00010000
shareui.dll 0x6fc30000 0x00020000
shellalt.dll 0x6fa70000 0x001c0000
slbs.dll 0x6fa50000 0x00020000
splx.dll 0x6fa30000 0x00020000
toolbar.dll 0x6fa10000 0x00020000
tp4cfg.dll 0x6fa00000 0x00010000
tssoft32.dll 0x6f9e0000 0x00020000
urlcache.dll 0x6f9d0000 0x00010000
winsdb.dll 0x6f9c0000 0x00010000
wshisotp.dll 0x6f9b0000 0x00010000
whacm32.dll 0x70000000 0x00010000
whavicap.dll 0x70010000 0x00010000
whavifil.dll 0x70020000 0x00010000
whddeapi.dll 0x70030000 0x00010000
whddraw.dll 0x70040000 0x00010000
whdplay.dll 0x70050000 0x00010000
whdsnd.dll 0x70060000 0x00010000
whftsrch.dll 0x70070000 0x00020000
whglu32.dll 0x70090000 0x00010000
whimghlp.dll 0x700a0000 0x00010000
whmapi32.dll 0x700b0000 0x00010000
whmsafd.dll 0x700c0000 0x00010000
whmssock.dll 0x700d0000 0x00010000
whnetapi.dll 0x700e0000 0x00020000
whrasapi.dll 0x70100000 0x00010000
whrasdlg.dll 0x70110000 0x00010000
whrassap.dll 0x70120000 0x00010000
whrpcns4.dll 0x70130000 0x00010000
whrpcrt4.dll 0x70140000 0x00020000
whtapi32.dll 0x70160000 0x00020000
whvfw32.dll 0x70180000 0x00010000
whws2_32.dll 0x70190000 0x00010000
wiacm32.dll 0x701a0000 0x00010000
wiavicap.dll 0x701b0000 0x00010000
wiavifil.dll 0x701c0000 0x00010000
wicfgmgr.dll 0x701d0000 0x00020000
wictl3d.dll 0x701f0000 0x00020000
widdeapi.dll 0x70210000 0x00010000
widdraw.dll 0x70220000 0x00010000
widplay.dll 0x70230000 0x00010000
widsnd.dll 0x70240000 0x00010000
wiftsrch.dll 0x70250000 0x00010000
wiglu32.dll 0x70260000 0x00010000
wiimghlp.dll 0x70270000 0x00010000
wimapi32.dll 0x70280000 0x00010000
wimfc40.dll 0x70290000 0x000f0000
wimfc40u.dll 0x70380000 0x000f0000
wimfc42.dll 0x70470000 0x00100000
wimfc42u.dll 0x70570000 0x00100000
wimsafd.dll 0x70670000 0x00010000
wimsjt30.dll 0x70680000 0x00110000
wimssock.dll 0x70790000 0x00010000
winetapi.dll 0x707a0000 0x00010000
wiodbcjt.dll 0x707b0000 0x00040000
wiolecli.dll 0x707f0000 0x00020000
wiolesvr.dll 0x70810000 0x00010000
wirasapi.dll 0x70820000 0x00010000
wirasdlg.dll 0x70830000 0x00010000
wirassap.dll 0x70840000 0x00010000
wirpcns4.dll 0x70850000 0x00010000
wirpcrt4.dll 0x70860000 0x00030000
wisetupa.dll 0x70890000 0x00050000
witapi32.dll 0x708e0000 0x00010000
wivcirt.dll 0x708f0000 0x00020000
wivcrt20.dll 0x70910000 0x00050000
wivfw32.dll 0x70960000 0x00010000
wiwmsui.dll 0x70970000 0x000d0000
wiws2_32.dll 0x70a40000 0x00010000
addgrpw.exe 0x01000000 0x00030000
addusrw.exe 0x01030000 0x00040000
arp.exe 0x01070000 0x00010000
at.exe 0x01080000 0x00010000
atsvc.exe 0x01090000 0x00010000
attrib.exe 0x010a0000 0x00020000
autochk.exe 0x010c0000 0x000b0000
autoconv.exe 0x01170000 0x000c0000
autolfn.exe 0x01230000 0x00010000
autorun.exe 0x01240000 0x000b0000
bootok.exe 0x012f0000 0x00020000
bootvrfy.exe 0x01310000 0x00020000
cacls.exe 0x01330000 0x00030000
calc.exe 0x01360000 0x00040000
cdplayer.exe 0x013a0000 0x00030000
charmap.exe 0x013d0000 0x00030000
chkdsk.exe 0x01400000 0x00020000
cifilter.exe 0x01420000 0x00010000
clipbrd.exe 0x01430000 0x00050000
clipsrv.exe 0x01480000 0x00030000
clock.exe 0x014b0000 0x00020000
cmd.exe 0x014d0000 0x00070000
comp.exe 0x01540000 0x00020000
compact.exe 0x01560000 0x00030000
control.exe 0x01590000 0x00010000
convert.exe 0x015a0000 0x00020000
dcomcnfg.exe 0x015c0000 0x00030000
ddeshare.exe 0x015f0000 0x00020000
ddhelp.exe 0x01610000 0x00020000
dhcpadmn.exe 0x01630000 0x00070000
dialer.exe 0x016a0000 0x00020000
diskperf.exe 0x016c0000 0x00020000
dns.exe 0x016e0000 0x00040000
dnsadmin.exe 0x01720000 0x00040000
doskey.exe 0x01760000 0x00020000
drwtsn32.exe 0x01780000 0x00020000
eventvwr.exe 0x017a0000 0x00030000
excfg32.exe 0x017d0000 0x00010000
exchng32.exe 0x017e0000 0x00010000
expand.exe 0x017f0000 0x00030000
explorer.exe 0x01820000 0x00070000
fc.exe 0x01890000 0x00020000
find.exe 0x018b0000 0x00020000
findstr.exe 0x018d0000 0x00020000
finger.exe 0x018f0000 0x00010000
fontview.exe 0x01900000 0x00020000
forcedos.exe 0x01920000 0x00020000
freecell.exe 0x01940000 0x00020000
ftp.exe 0x01960000 0x00020000
grpconv.exe 0x01980000 0x00020000
help.exe 0x019a0000 0x00020000
hostname.exe 0x019c0000 0x00010000
hypertrm.exe 0x019d0000 0x00010000
iexplore.exe 0x019e0000 0x00130000
inetins.exe 0x01b10000 0x00010000
internat.exe 0x01b20000 0x00010000
ipconfig.exe 0x01b30000 0x00010000
ipxroute.exe 0x01b40000 0x00010000
jetconv.exe 0x01b50000 0x00020000
jetpack.exe 0x01b70000 0x00010000
kbdsel.exe 0x01b80000 0x00020000
label.exe 0x01ba0000 0x00020000
lcwiz.exe 0x01bc0000 0x00030000
lights.exe 0x01bf0000 0x00020000
llsmgr.exe 0x01c10000 0x00060000
llssrv.exe 0x01c70000 0x00040000
lmrepl.exe 0x01cb0000 0x00030000
locator.exe 0x01ce0000 0x00040000
lodctr.exe 0x01d20000 0x00020000
logview.exe 0x01d40000 0x00020000
lpq.exe 0x01d60000 0x00010000
lpr.exe 0x01d70000 0x00010000
lsass.exe 0x01d80000 0x00010000
macfile.exe 0x01d90000 0x00020000
mapisp32.exe 0x01db0000 0x00010000
mapisrvr.exe 0x01dc0000 0x00010000
mdisp32.exe 0x01dd0000 0x00030000
mlset32.exe 0x01e00000 0x00010000
mplay32.exe 0x01e10000 0x00040000
mpnotify.exe 0x01e50000 0x00020000
mspaint.exe 0x01e70000 0x00090000
musrmgr.exe 0x01f00000 0x00060000
nbtstat.exe 0x01f60000 0x00010000
ncadmin.exe 0x01f70000 0x00060000
nddeagnt.exe 0x01fd0000 0x00010000
nddeapir.exe 0x01fe0000 0x00010000
net.exe 0x01ff0000 0x00030000
net1.exe 0x02020000 0x00050000
netdde.exe 0x02070000 0x00040000
netstat.exe 0x020b0000 0x00010000
nmagent.exe 0x020c0000 0x00010000
notepad.exe 0x020d0000 0x00020000
nslookup.exe 0x020f0000 0x00020000
ntbackup.exe 0x02110000 0x00130000
ntbooks.exe 0x02240000 0x00020000
nwconv.exe 0x02260000 0x00080000
nwscript.exe 0x022e0000 0x00050000
packager.exe 0x02330000 0x00030000
pax.exe 0x02360000 0x00030000
pbrush.exe 0x02390000 0x00010000
perfmon.exe 0x023a0000 0x00050000
pinball.exe 0x023f0000 0x000c0000
ping.exe 0x024b0000 0x00010000
poledit.exe 0x024c0000 0x00040000
polsetup.exe 0x02500000 0x00020000
portuas.exe 0x02520000 0x00020000
posix.exe 0x02540000 0x00030000
print.exe 0x02570000 0x00020000
progman.exe 0x02590000 0x00060000
psxss.exe 0x025f0000 0x00040000
quikview.exe 0x02630000 0x00030000
rasadmin.exe 0x02660000 0x00040000
rasautou.exe 0x026a0000 0x00010000
rasdial.exe 0x026b0000 0x00010000
rasman.exe 0x026c0000 0x00010000
rasmon.exe 0x026d0000 0x00040000
rasphone.exe 0x02710000 0x00020000
rassprxy.exe 0x02730000 0x00010000
rassrv.exe 0x02740000 0x00030000
rcp.exe 0x02770000 0x00010000
rdisk.exe 0x02780000 0x00050000
recover.exe 0x027d0000 0x00020000
regedit.exe 0x027f0000 0x00030000
regedt32.exe 0x02820000 0x00060000
replace.exe 0x02880000 0x00020000
restore.exe 0x028a0000 0x00030000
rexec.exe 0x028d0000 0x00010000
ripstat.exe 0x028e0000 0x00010000
route.exe 0x028f0000 0x00010000
router.exe 0x02900000 0x00010000
rpcss.exe 0x02910000 0x00030000
rplcmd.exe 0x02940000 0x00030000
rplcnv.exe 0x02970000 0x00010000
rplmgr.exe 0x02980000 0x00040000
rplsvc.exe 0x029c0000 0x00030000
rsh.exe 0x029f0000 0x00010000
rundll32.exe 0x02a00000 0x00010000
runonce.exe 0x02a10000 0x00010000
savedump.exe 0x02a20000 0x00030000
scanpst.exe 0x02a50000 0x00080000
services.exe 0x02ad0000 0x00040000
setup.exe 0x02b10000 0x00020000
sfmprint.exe 0x02b30000 0x00030000
sfmpsexe.exe 0x02b60000 0x00010000
sfmreg.exe 0x02b70000 0x00020000
sfmsvc.exe 0x02b90000 0x00030000
shmgrate.exe 0x02bc0000 0x00020000
shrpubw.exe 0x02be0000 0x00040000
skeys.exe 0x02c20000 0x00030000
smss.exe 0x02c50000 0x00020000
sndrec32.exe 0x02c70000 0x00040000
sndvol32.exe 0x02cb0000 0x00030000
snmp.exe 0x02ce0000 0x00010000
snmptrap.exe 0x02cf0000 0x00010000
sol.exe 0x02d00000 0x00020000
sort.exe 0x02d20000 0x00020000
spinit.exe 0x02d40000 0x00020000
spoolss.exe 0x02d60000 0x00020000
sprestrt.exe 0x02d80000 0x00020000
srvmgr.exe 0x02da0000 0x00050000
subst.exe 0x02df0000 0x00020000
syncapp.exe 0x02e10000 0x00020000
systray.exe 0x02e30000 0x00020000
tapisrv.exe 0x02e50000 0x00040000
taskman.exe 0x02e90000 0x00020000
taskmgr.exe 0x02eb0000 0x00030000
tcpsvcs.exe 0x02ee0000 0x00020000
telnet.exe 0x02f00000 0x00030000
tftp.exe 0x02f30000 0x00010000
tracert.exe 0x02f40000 0x00010000
unlodctr.exe 0x02f50000 0x00020000
upg351db.exe 0x02f70000 0x00110000
ups.exe 0x03080000 0x00010000
userinit.exe 0x03090000 0x00020000
usetup.exe 0x030b0000 0x00020000
usrmgr.exe 0x030d0000 0x00080000
wangimg.exe 0x03150000 0x000a0000
welcome.exe 0x031f0000 0x00010000
winchat.exe 0x03200000 0x00030000
windisk.exe 0x03230000 0x00050000
winfile.exe 0x03280000 0x00070000
winhlp32.exe 0x032f0000 0x000a0000
winhstb.exe 0x03390000 0x00020000
winlogon.exe 0x033b0000 0x00040000
winmine.exe 0x033f0000 0x00020000
winmsd.exe 0x03410000 0x00040000
wins.exe 0x03450000 0x00060000
winsadmn.exe 0x034b0000 0x00070000
winver.exe 0x03520000 0x00020000
wizmgr.exe 0x03540000 0x00020000
wordpad.exe 0x03560000 0x00050000
write.exe 0x035b0000 0x00010000
xcopy.exe 0x035c0000 0x00030000
mcsxnsvc.exe 0x035f0000 0x00010000
ntsd.exe 0x03600000 0x00090000
rcmd.exe 0x03690000 0x00010000
rcmdsvc.exe 0x036a0000 0x00010000
ubnbsvc.exe 0x036b0000 0x00010000
alphakd.exe 0x036c0000 0x00050000
apf32cvt.exe 0x03710000 0x00020000
apf32dmp.exe 0x03730000 0x00020000
asaxp.exe 0x03750000 0x00160000
c1.exe 0x038b0000 0x000d0000
c1xx.exe 0x03980000 0x00160000
c2.exe 0x03ae0000 0x003b0000
capdump.exe 0x03e90000 0x00020000
capsetup.exe 0x03eb0000 0x00020000
cl.exe 0x03ed0000 0x00040000
claxp.exe 0x03f10000 0x00020000
compress.exe 0x03f30000 0x000a0000
contents.exe 0x03fd0000 0x00010000
cvdump.exe 0x03fe0000 0x00040000
cvpack.exe 0x04020000 0x00030000
cvtres.exe 0x04050000 0x00010000
ddespy.exe 0x04060000 0x00030000
dflayout.exe 0x04090000 0x00020000
dfview.exe 0x040b0000 0x00010000
dlgedit.exe 0x040c0000 0x00050000
dobjview.exe 0x04110000 0x00020000
drivers.exe 0x04130000 0x00020000
fontedit.exe 0x04150000 0x00030000
hcrtf.exe 0x04180000 0x00090000
hcw.exe 0x04210000 0x000a0000
i386kd.exe 0x042b0000 0x00050000
imagedit.exe 0x04300000 0x00040000
irotview.exe 0x04340000 0x00020000
lib.exe 0x04360000 0x00010000
link.exe 0x04370000 0x000e0000
link32.exe 0x04450000 0x00010000
lookmon.exe 0x04460000 0x00050000
makeani.exe 0x044b0000 0x00020000
masm386.exe 0x044d0000 0x00060000
mc.exe 0x04530000 0x00030000
mep.exe 0x04560000 0x00060000
mibcc.exe 0x045c0000 0x00020000
midl.exe 0x045e0000 0x00130000
mipskd.exe 0x04710000 0x00040000
mktyplib.exe 0x04750000 0x00040000
nmake.exe 0x04790000 0x00030000
oleview.exe 0x047c0000 0x00050000
perfmtr.exe 0x04810000 0x00020000
pfmon.exe 0x04830000 0x00030000
pmon.exe 0x04860000 0x00030000
poolmon.exe 0x04890000 0x00050000
ppckd.exe 0x048e0000 0x00050000
profile.exe 0x04930000 0x00020000
pstat.exe 0x04950000 0x00020000
pview.exe 0x04970000 0x00040000
pviewer.exe 0x049b0000 0x00020000
rc.exe 0x049d0000 0x00020000
rebase.exe 0x049f0000 0x00030000
rlman.exe 0x04a20000 0x00050000
rm.exe 0x04a70000 0x00030000
sc.exe 0x04aa0000 0x00030000
smashlck.exe 0x04ad0000 0x00020000
spy.exe 0x04af0000 0x00030000
symedit.exe 0x04b20000 0x00010000
testdlgs.exe 0x04b30000 0x00020000
testdrvr.exe 0x04b50000 0x00070000
testscrn.exe 0x04bc0000 0x00020000
top.exe 0x04be0000 0x00050000
undel.exe 0x04c30000 0x00030000
undname.exe 0x04c60000 0x00020000
uuidgen.exe 0x04c80000 0x00020000
vadump.exe 0x04ca0000 0x01040000
vdmperf.exe 0x05ce0000 0x00020000
verfix.exe 0x05d00000 0x00020000
vidcap32.exe 0x05d20000 0x00040000
windbg.exe 0x05d60000 0x00300000
windbgrm.exe 0x06060000 0x00010000
windiff.exe 0x06070000 0x00030000
wperf.exe 0x060a0000 0x00030000
wstcat.exe 0x060d0000 0x00030000
wstdump.exe 0x06100000 0x00020000
wstune.exe 0x06120000 0x00030000
zoomin.exe 0x06150000 0x00020000
zwapi.exe 0x06170000 0x00020000
access.exe 0x06190000 0x00020000
acllist.exe 0x061b0000 0x00010000
addfile.exe 0x061c0000 0x00010000
addproj.exe 0x061d0000 0x00010000
adduser.exe 0x061e0000 0x00020000
alias.exe 0x06200000 0x00020000
aniedit.exe 0x06220000 0x00020000
apimon.exe 0x06240000 0x00070000
applyinf.exe 0x062b0000 0x00020000
autowrap.exe 0x062d0000 0x00030000
basewin.exe 0x06300000 0x00020000
beep.exe 0x06320000 0x00020000
bin2c.exe 0x06340000 0x00020000
bind.exe 0x06360000 0x00020000
bingen.exe 0x06380000 0x00020000
binplace.exe 0x063a0000 0x00030000
bintrack.exe 0x063d0000 0x00020000
browdeb.exe 0x063f0000 0x00020000
browmon.exe 0x06410000 0x00020000
browse.exe 0x06430000 0x00010000
browstat.exe 0x06440000 0x00020000
bugboard.exe 0x06460000 0x00010000
build.exe 0x06470000 0x00060000
buildnum.exe 0x064d0000 0x00020000
cat.exe 0x064f0000 0x00020000
cats.exe 0x06510000 0x00010000
catsrc.exe 0x06520000 0x00010000
cdb.exe 0x06530000 0x00090000
cdp.exe 0x065c0000 0x00020000
certify.exe 0x065e0000 0x00020000
checkfix.exe 0x06600000 0x00020000
checkrel.exe 0x06620000 0x00040000
chkalive.exe 0x06660000 0x00020000
chksum.exe 0x06680000 0x00030000
chkverfy.exe 0x066b0000 0x00020000
chmode.exe 0x066d0000 0x00020000
choice.exe 0x066f0000 0x00020000
ciscan.exe 0x06710000 0x00010000
cmdevent.exe 0x06720000 0x00020000
cmpver.exe 0x06740000 0x00010000
compdir.exe 0x06750000 0x00020000
cookie.exe 0x06770000 0x00030000
cp.exe 0x067a0000 0x00030000
crash.exe 0x067d0000 0x00030000
cruel.exe 0x06800000 0x00010000
curridw.exe 0x06810000 0x00020000
dbgdump.exe 0x06830000 0x00020000
dbmon.exe 0x06850000 0x00010000
dbwin32.exe 0x06860000 0x00020000
dcomp.exe 0x06880000 0x00030000
defect.exe 0x068b0000 0x00010000
delfile.exe 0x068c0000 0x00010000
delnode.exe 0x068d0000 0x00020000
delprof.exe 0x068f0000 0x00020000
delproj.exe 0x06910000 0x00010000
devpre.exe 0x06920000 0x00010000
dh.exe 0x06930000 0x00030000
dhcpcli.exe 0x06960000 0x00010000
dhcpcmd.exe 0x06970000 0x00010000
dhcpins.exe 0x06980000 0x00010000
dhcploc.exe 0x06990000 0x00010000
dhcptst.exe 0x069a0000 0x00010000
diamond.exe 0x069b0000 0x000c0000
diamwrap.exe 0x06a70000 0x00020000
diff.exe 0x06a90000 0x00030000
diruse.exe 0x06ac0000 0x00020000
diskedit.exe 0x06ae0000 0x00040000
diskmon.exe 0x06b20000 0x00030000
dommon.exe 0x06b50000 0x00020000
dosdev.exe 0x06b70000 0x00020000
drivemap.exe 0x06b90000 0x00020000
dskbench.exe 0x06bb0000 0x00020000
dskimage.exe 0x06bd0000 0x00020000
du.exe 0x06bf0000 0x00020000
dumpchk.exe 0x06c10000 0x00020000
dumpexam.exe 0x06c30000 0x00030000
dumpflop.exe 0x06c60000 0x00030000
dumpgrp.exe 0x06c90000 0x00030000
dumpref.exe 0x06cc0000 0x00020000
ech.exe 0x06ce0000 0x00020000
echotime.exe 0x06d00000 0x00030000
editreg.exe 0x06d30000 0x00020000
editsym.exe 0x06d50000 0x00020000
enlist.exe 0x06d70000 0x00010000
ethstat.exe 0x06d80000 0x00020000
exctrlst.exe 0x06da0000 0x00020000
execmail.exe 0x06dc0000 0x00010000
exp.exe 0x06dd0000 0x00030000
extag.exe 0x06e00000 0x00030000
fcom.exe 0x06e30000 0x00030000
files.exe 0x06e60000 0x00180000
filever.exe 0x06fe0000 0x00030000
filter.exe 0x07010000 0x00010000
fix31grp.exe 0x07020000 0x00020000
fixdiff.exe 0x07040000 0x00020000
fixlinks.exe 0x07060000 0x00020000
forceflt.exe 0x07080000 0x00010000
forcemrg.exe 0x07090000 0x00010000
gensrv.exe 0x070a0000 0x00020000
getbin.exe 0x070c0000 0x00030000
getdbg.exe 0x070f0000 0x00040000
gflags.exe 0x07130000 0x00020000
golf.exe 0x07150000 0x00010000
grptoreg.exe 0x07160000 0x00020000
guidlib.exe 0x07180000 0x00030000
hd.exe 0x071b0000 0x00030000
he.exe 0x071e0000 0x00030000
head.exe 0x07210000 0x00020000
heapmon.exe 0x07230000 0x00020000
hextract.exe 0x07250000 0x00020000
hsplit.exe 0x07270000 0x00020000
iexpress.exe 0x07290000 0x00040000
imagecfg.exe 0x072d0000 0x00030000
imagechk.exe 0x07300000 0x00020000
in.exe 0x07320000 0x00010000
infs.exe 0x07330000 0x00010000
infsize.exe 0x07340000 0x00010000
ini.exe 0x07350000 0x00020000
kbdtool.exe 0x07370000 0x00030000
kernprof.exe 0x073a0000 0x00020000
kernrate.exe 0x073c0000 0x00010000
kerntwk.exe 0x073d0000 0x00020000
kill.exe 0x073f0000 0x00030000
layout.exe 0x07420000 0x00010000
links.exe 0x07430000 0x00020000
list.exe 0x07450000 0x00030000
listmung.exe 0x07480000 0x00020000
llscmd.exe 0x074a0000 0x00010000
llsdbg.exe 0x074b0000 0x00010000
lnkdump.exe 0x074c0000 0x00020000
loc.exe 0x074e0000 0x00020000
local.exe 0x07500000 0x00010000
log.exe 0x07510000 0x00010000
ls.exe 0x07520000 0x00030000
makedisk.exe 0x07550000 0x00010000
mapmsg.exe 0x07560000 0x00020000
mbytes.exe 0x07580000 0x00030000
mcpyfile.exe 0x075b0000 0x00010000
merge.exe 0x075c0000 0x00030000
midleb.exe 0x075f0000 0x00020000
midlpg.exe 0x07610000 0x00020000
midlyacc.exe 0x07630000 0x00060000
mlayout.exe 0x07690000 0x000c0000
mrc.exe 0x07750000 0x00020000
msize.exe 0x07770000 0x00010000
mtc.exe 0x07780000 0x00010000
mttf.exe 0x07790000 0x00020000
mttfvwr.exe 0x077b0000 0x00020000
munge.exe 0x077d0000 0x00030000
mv.exe 0x07800000 0x00030000
netclip.exe 0x07830000 0x00030000
netjoin.exe 0x07860000 0x00020000
netperm.exe 0x07880000 0x00020000
netwatch.exe 0x078a0000 0x00020000
nlmon.exe 0x078c0000 0x00010000
nltest.exe 0x078d0000 0x00030000
ntimer.exe 0x07900000 0x00030000
nvram.exe 0x07930000 0x00020000
objdir.exe 0x07950000 0x00020000
objmon.exe 0x07970000 0x00040000
oeminf.exe 0x079b0000 0x00010000
order.exe 0x079c0000 0x00030000
out.exe 0x079f0000 0x00010000
paranoia.exe 0x07a00000 0x00030000
parcomp.exe 0x07a30000 0x00030000
parsync.exe 0x07a60000 0x00020000
passprop.exe 0x07a80000 0x00010000
pcall.exe 0x07a90000 0x00030000
pcmcmd.exe 0x07ac0000 0x00020000
pdump.exe 0x07ae0000 0x00020000
pegged.exe 0x07b00000 0x00020000
pperf.exe 0x07b20000 0x00040000
ppr.exe 0x07b60000 0x00040000
pretty.exe 0x07ba0000 0x00020000
prodfilt.exe 0x07bc0000 0x00020000
psxhello.exe 0x07be0000 0x00020000
qgrep.exe 0x07c00000 0x00040000
qslice.exe 0x07c40000 0x00070000
random.exe 0x07cb0000 0x00030000
rathole.exe 0x07ce0000 0x00020000
rcdump.exe 0x07d00000 0x00010000
rcpp.exe 0x07d10000 0x00040000
readline.exe 0x07d50000 0x00020000
regback.exe 0x07d70000 0x00040000
regdir.exe 0x07db0000 0x00030000
regdmp.exe 0x07de0000 0x00030000
regfind.exe 0x07e10000 0x00030000
regini.exe 0x07e40000 0x00030000
regtogrp.exe 0x07e70000 0x00020000
remote.exe 0x07e90000 0x00030000
rescan.exe 0x07ec0000 0x00020000
resmon.exe 0x07ee0000 0x00030000
reversi.exe 0x07f10000 0x00010000
rollback.exe 0x07f20000 0x00010000
roshare.exe 0x07f30000 0x00020000
sadmin.exe 0x07f50000 0x00050000
sclist.exe 0x07fa0000 0x00030000
scomp.exe 0x07fd0000 0x00010000
secedit.exe 0x07fe0000 0x00020000
seclist.exe 0x08000000 0x00020000
setlink.exe 0x08020000 0x00020000
showperf.exe 0x08040000 0x00020000
shutdown.exe 0x08060000 0x00020000
simbad.exe 0x08080000 0x00020000
size.exe 0x080a0000 0x00010000
sleep.exe 0x080b0000 0x00020000
slm.exe 0x080d0000 0x00060000
slmck.exe 0x08130000 0x00040000
slmdiff.exe 0x08170000 0x00030000
slmed.exe 0x081a0000 0x00060000
smbtrace.exe 0x08200000 0x00030000
snake.exe 0x08230000 0x00020000
snmputil.exe 0x08250000 0x00010000
solidpp.exe 0x08260000 0x00020000
splinfo.exe 0x08280000 0x00010000
splitsym.exe 0x08290000 0x00020000
srch.exe 0x082b0000 0x00050000
srvname.exe 0x08300000 0x00020000
ssptest.exe 0x08320000 0x00010000
ssync.exe 0x08330000 0x00010000
startpgm.exe 0x08340000 0x00020000
status.exe 0x08360000 0x00010000
strings.exe 0x08370000 0x00020000
stripcv.exe 0x08390000 0x00020000
stripinf.exe 0x083b0000 0x00010000
strmdbg.exe 0x083c0000 0x00010000
structo.exe 0x083d0000 0x00020000
suck.exe 0x083f0000 0x00030000
switcher.exe 0x08420000 0x00010000
sync.exe 0x08430000 0x00020000
sysdiff.exe 0x08450000 0x00030000
tail.exe 0x08480000 0x00020000
taipei.exe 0x084a0000 0x00030000
takeown.exe 0x084d0000 0x00020000
tc.exe 0x084f0000 0x00030000
tee.exe 0x08520000 0x00020000
tictac.exe 0x08540000 0x00010000
tile.exe 0x08550000 0x00020000
timeit.exe 0x08570000 0x00020000
timer.exe 0x08590000 0x00030000
tlist.exe 0x085c0000 0x00030000
topdesk.exe 0x085f0000 0x00080000
touch.exe 0x08670000 0x00030000
tpdiff.exe 0x086a0000 0x00030000
trans.exe 0x086d0000 0x00030000
tz.exe 0x08700000 0x00020000
uixport.exe 0x08720000 0x00020000
units.exe 0x08740000 0x00020000
unmerge.exe 0x08760000 0x00030000
upd.exe 0x08790000 0x00030000
upddbg.exe 0x087c0000 0x00020000
updrn.exe 0x087e0000 0x00030000
vdesk.exe 0x08810000 0x00020000
vi.exe 0x08830000 0x00040000
walk.exe 0x08870000 0x00020000
wc.exe 0x08890000 0x00020000
wcshdr.exe 0x088b0000 0x00020000
wextract.exe 0x088d0000 0x00040000
where.exe 0x08910000 0x00030000
winobj.exe 0x08940000 0x00060000
winschk.exe 0x089a0000 0x00ba0000
winscl.exe 0x09540000 0x00020000
winsdrv.exe 0x09560000 0x00020000
winvtp.exe 0x09580000 0x00030000
wnbstat.exe 0x095b0000 0x00030000
ws.exe 0x095e0000 0x00020000
ws2hdr.exe 0x09600000 0x00010000
xdosnet.exe 0x09610000 0x00020000
xerox.exe 0x09630000 0x00020000
yapt.exe 0x09650000 0x00030000
ync.exe 0x09680000 0x00020000
z.exe 0x096a0000 0x00070000
a2coff.exe 0x09710000 0x000b0000
accupd.exe 0x097c0000 0x00020000
accupd2.exe 0x097e0000 0x00030000
actclt.exe 0x09810000 0x00030000
actsrv.exe 0x09840000 0x00010000
bldvtbl.exe 0x09850000 0x00020000
c1xx32.exe 0x09870000 0x00110000
capiinst.exe 0x09980000 0x00020000
ccmd.exe 0x099a0000 0x00070000
ccsetup.exe 0x09a10000 0x00020000
client.exe 0x09a30000 0x00010000
clipdump.exe 0x09a40000 0x00020000
cntroutl.exe 0x09a60000 0x00040000
convgrp.exe 0x09aa0000 0x00020000
cpustres.exe 0x09ac0000 0x00010000
cputgen.exe 0x09ad0000 0x00020000
ctt2rle.exe 0x09af0000 0x00020000
ddmprxy.exe 0x09b10000 0x00020000
dfsetup.exe 0x09b30000 0x00020000
dftool.exe 0x09b50000 0x00020000
dhcmp.exe 0x09b70000 0x00020000
discon.exe 0x09b90000 0x00010000
disctest.exe 0x09ba0000 0x00010000
dnscmd.exe 0x09bb0000 0x00010000
dnssetup.exe 0x09bc0000 0x00010000
dnsstat.exe 0x09bd0000 0x00010000
dphhogs.exe 0x09be0000 0x00010000
dskdump.exe 0x09bf0000 0x00020000
dummy.exe 0x09c10000 0x00010000
dumpbin.exe 0x09c20000 0x00010000
dumpclip.exe 0x09c30000 0x00020000
empty.exe 0x09c50000 0x00030000
emptyq.exe 0x09c80000 0x00040000
espexe.exe 0x09cc0000 0x00020000
execslm.exe 0x09ce0000 0x00010000
explalt.exe 0x09cf0000 0x00070000
fail.exe 0x09d60000 0x00010000
faxstres.exe 0x09d70000 0x00010000
fileback.exe 0x09d80000 0x00010000
filtest.exe 0x09d90000 0x00010000
ftc.exe 0x09da0000 0x00030000
gdibench.exe 0x09dd0000 0x00050000
gdistats.exe 0x09e20000 0x00020000
genthnk.exe 0x09e40000 0x00030000
getmttf.exe 0x09e70000 0x00020000
htmboard.exe 0x09e90000 0x00010000
icntrotl.exe 0x09ea0000 0x00040000
impchk.exe 0x09ee0000 0x00020000
infilter.exe 0x09f00000 0x00020000
init.exe 0x09f20000 0x00020000
install.exe 0x09f40000 0x00020000
ipsetup.exe 0x09f60000 0x00010000
ipxping.exe 0x09f70000 0x00010000
ipxrgcfg.exe 0x09f80000 0x00010000
ipxrtvw.exe 0x09f90000 0x00030000
isvrotl.exe 0x09fc0000 0x00030000
leakyapp.exe 0x09ff0000 0x00010000
license.exe 0x0a000000 0x00010000
logdiff.exe 0x0a010000 0x00030000
machrid.exe 0x0a040000 0x00020000
mcopy.exe 0x0a060000 0x00010000
memsnap.exe 0x0a070000 0x00020000
mprouter.exe 0x0a090000 0x00020000
netdfs.exe 0x0a0b0000 0x00010000
netmon.exe 0x0a0c0000 0x000c0000
netstrs.exe 0x0a180000 0x00020000
nsnmp.exe 0x0a1a0000 0x00010000
ntgpcedt.exe 0x0a1b0000 0x00020000
olebind.exe 0x0a1d0000 0x00020000
olecnfg.exe 0x0a1f0000 0x00030000
olesrv.exe 0x0a220000 0x00010000
oletest.exe 0x0a230000 0x00020000
pdlcnfig.exe 0x0a250000 0x00020000
pdlsvc.exe 0x0a270000 0x00020000
pfm2ifi.exe 0x0a290000 0x00020000
pifdump.exe 0x0a2b0000 0x00020000
plotgpc.exe 0x0a2d0000 0x00030000
plumbing.exe 0x0a300000 0x00030000
poolsnap.exe 0x0a330000 0x00040000
ppm2pps.exe 0x0a370000 0x00020000
printman.exe 0x0a390000 0x00040000
q.exe 0x0a3d0000 0x00040000
quickres.exe 0x0a410000 0x00010000
rasusers.exe 0x0a420000 0x00010000
regdiff.exe 0x0a430000 0x00030000
regrest.exe 0x0a460000 0x00050000
rendtest.exe 0x0a4b0000 0x00010000
riptest.exe 0x0a4c0000 0x00010000
rladmin.exe 0x0a4d0000 0x00050000
rledit.exe 0x0a520000 0x00060000
rlquiked.exe 0x0a580000 0x00050000
routemon.exe 0x0a5d0000 0x00010000
rtradmin.exe 0x0a5e0000 0x00020000
server.exe 0x0a600000 0x00030000
setacc.exe 0x0a630000 0x00020000
setpriv.exe 0x0a650000 0x00020000
setprop.exe 0x0a670000 0x00020000
sign.exe 0x0a690000 0x00030000
simpcntr.exe 0x0a6c0000 0x00030000
simpdnd.exe 0x0a6f0000 0x00030000
simpsvr.exe 0x0a720000 0x00030000
smbrdr.exe 0x0a750000 0x00020000
sortlog.exe 0x0a770000 0x00020000
sortpp.exe 0x0a790000 0x00030000
stgdrt.exe 0x0a7c0000 0x00020000
stress.exe 0x0a7e0000 0x00010000
sublocal.exe 0x0a7f0000 0x00020000
svroutl.exe 0x0a810000 0x00030000
tapiupr.exe 0x0a840000 0x00010000
tb20.exe 0x0a850000 0x00040000
terminal.exe 0x0a890000 0x00060000
test.exe 0x0a8f0000 0x00020000
testsrv.exe 0x0a910000 0x00010000
tlocmgr.exe 0x0a920000 0x00010000
tpctl.exe 0x0a930000 0x00050000
upedit.exe 0x0a980000 0x00030000
w3t.exe 0x0a9b0000 0x00020000
wansetup.exe 0x0a9d0000 0x00010000
wcache.exe 0x0a9e0000 0x00020000
win95cmd.exe 0x0aa00000 0x00080000
winsdmp.exe 0x0aa80000 0x00010000
wntipcfg.exe 0x0aa90000 0x00020000
wrapit.exe 0x0aab0000 0x00020000
csrss.exe 0x5ffe0000 0x00010000
winsrv.dll 0x5ff80000 0x00060000
basesrv.dll 0x5ff60000 0x00020000
csrsrv.dll 0x5ff40000 0x00020000
vga.dll 0x5ff30000 0x00010000
kbdus.dll 0x5ff20000 0x00010000
kbdbe.dll 0x5ff10000 0x00010000
kbdbr.dll 0x5ff10000 0x00010000
kbdca.dll 0x5ff10000 0x00010000
kbdcz.dll 0x5ff10000 0x00010000
kbdda.dll 0x5ff10000 0x00010000
kbddv.dll 0x5ff10000 0x00010000
kbdes.dll 0x5ff10000 0x00010000
kbdfc.dll 0x5ff10000 0x00010000
kbdfi.dll 0x5ff10000 0x00010000
kbdfr.dll 0x5ff10000 0x00010000
kbdgr.dll 0x5ff10000 0x00010000
kbdhe.dll 0x5ff10000 0x00010000
kbdhu.dll 0x5ff10000 0x00010000
kbdic.dll 0x5ff10000 0x00010000
kbdit.dll 0x5ff10000 0x00010000
kbdla.dll 0x5ff10000 0x00010000
kbdne.dll 0x5ff10000 0x00010000
kbdno.dll 0x5ff10000 0x00010000
kbdpl1.dll 0x5ff10000 0x00010000
kbdpo.dll 0x5ff10000 0x00010000
kbdru.dll 0x5ff10000 0x00010000
kbdsf.dll 0x5ff10000 0x00010000
kbdsg.dll 0x5ff10000 0x00010000
kbdsl.dll 0x5ff10000 0x00010000
kbdsp.dll 0x5ff10000 0x00010000
kbdsw.dll 0x5ff10000 0x00010000
kbdtuf.dll 0x5ff10000 0x00010000
kbdtuq.dll 0x5ff10000 0x00010000
kbduk.dll 0x5ff10000 0x00010000
kbdusl.dll 0x5ff10000 0x00010000
kbdusr.dll 0x5ff10000 0x00010000
kbdusx.dll 0x5ff10000 0x00010000
ati.dll 0x5fed0000 0x00040000
s3.dll 0x5fef0000 0x00020000
weitekp9.dll 0x5fef0000 0x00020000
framebuf.dll 0x5ff00000 0x00010000
qv.dll 0x5fef0000 0x00020000
wow32.dll 0x0ff50000 0x000a0000
vcdex.dll 0x0ff40000 0x00010000
vdmredir.dll 0x0ff10000 0x00030000
ntvdm.exe 0x0fc20000 0x002f0000
wx86.dll 0x60000000 0x00020000
wx86cpu.dll 0x60020000 0x002a0000
wigdi32.dll 0x5ffe0000 0x00010000
whgdi32.dll 0x5ffc0000 0x00020000
wiuser32.dll 0x5ffa0000 0x00020000
whuser32.dll 0x5ff70000 0x00030000
wikrnl32.dll 0x5ff60000 0x00010000
whkrnl32.dll 0x5ff30000 0x00030000
wishll32.dll 0x5ff20000 0x00010000
whshll32.dll 0x5ff00000 0x00020000
wicrtdll.dll 0x5fed0000 0x00030000
wivcrt.dll 0x5fe80000 0x00050000
wivcrt40.dll 0x5fe60000 0x00020000
wintdll.dll 0x5fe40000 0x00020000
whntdll.dll 0x5fe30000 0x00010000
wiadv32.dll 0x5fe20000 0x00010000
whadv32.dll 0x5fe00000 0x00020000
wimpr.dll 0x5fdf0000 0x00010000
whmpr.dll 0x5fde0000 0x00010000
wiversn.dll 0x5fdd0000 0x00010000
whversn.dll 0x5fdc0000 0x00010000
wilz32.dll 0x5fdb0000 0x00010000
whlz32.dll 0x5fda0000 0x00010000
wiwspool.dll 0x5fd90000 0x00010000
whwspool.dll 0x5fd80000 0x00010000
wiwinmm.dll 0x5fd70000 0x00010000
whwinmm.dll 0x5fd50000 0x00020000
wisock32.dll 0x5fd40000 0x00010000
whsock32.dll 0x5fd30000 0x00010000
wiole32.dll 0x5fd20000 0x00010000
whole32.dll 0x5fc70000 0x000b0000
wiopengl.dll 0x5fc60000 0x00010000
whopengl.dll 0x5fc40000 0x00020000
wicdlg32.dll 0x5fc30000 0x00010000
whcdlg32.dll 0x5fc20000 0x00010000
wicctl32.dll 0x5fc10000 0x00010000
whcctl32.dll 0x5fc00000 0x00010000
wioleaut.dll 0x5fb80000 0x00080000
wioledlg.dll 0x5fb70000 0x00010000
wholedlg.dll 0x5fb60000 0x00010000
wx86e.dll 0x5f8b0000 0x002b0000
iprop.dll 0x5f800000 0x00040000