summaryrefslogtreecommitdiffstats
path: root/public/sdk/lib/ppc/usa/baseaddr.txt
blob: cf709b09ab2399ff14e50a20d3914d6dd9b8952d (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
winmm.dll 0x77fb0000 0x00050000
mmdrv.dll 0x77fa0000 0x00010000
ntdll.dll 0x77f20000 0x00080000
kernel32.dll 0x77e90000 0x00090000
gdi32.dll 0x77e40000 0x00050000
user32.dll 0x77db0000 0x00090000
rpcrt4.dll 0x77d10000 0x000a0000
rpcltc1.dll 0x77d00000 0x00010000
rpclts1.dll 0x77cf0000 0x00010000
advapi32.dll 0x77c80000 0x00070000
comdlg32.dll 0x77c20000 0x00060000
shell32.dll 0x77a30000 0x001f0000
comctl32.dll 0x77990000 0x000a0000
winspool.drv 0x77960000 0x00030000
ole32.dll 0x77810000 0x00150000
oleaut32.dll 0x77720000 0x000f0000
version.dll 0x77710000 0x00010000
security.dll 0x776f0000 0x00020000
printui.dll 0x776a0000 0x00050000
ntshrui.dll 0x77680000 0x00020000
msvcrt.dll 0x77610000 0x00070000
msvcrt40.dll 0x5f600000 0x00090000
lz32.dll 0x775e0000 0x00010000
linkinfo.dll 0x775d0000 0x00010000
olethk32.dll 0x775a0000 0x00030000
olecli32.dll 0x77570000 0x00030000
olecnv32.dll 0x77550000 0x00020000
oledlg.dll 0x77510000 0x00040000
olesvr32.dll 0x77500000 0x00010000
syncui.dll 0x774c0000 0x00040000
shcompui.dll 0x774b0000 0x00010000
url.dll 0x77470000 0x00040000
netui0.dll 0x77450000 0x00020000
netui1.dll 0x773e0000 0x00070000
netrap.dll 0x773d0000 0x00010000
netapi32.dll 0x77360000 0x00070000
ntlanman.dll 0x77340000 0x00020000
samlib.dll 0x77320000 0x00020000
netui2.dll 0x772a0000 0x00080000
acledit.dll 0x77260000 0x00040000
netmsg.dll 0x77240000 0x00020000
mpr.dll 0x77220000 0x00020000
mprui.dll 0x77200000 0x00020000
ntlanui.dll 0x771e0000 0x00020000
wsock32.dll 0x771d0000 0x00010000
ws2_32.dll 0x771b0000 0x00020000
ws2help.dll 0x771a0000 0x00010000
wshtcpip.dll 0x77190000 0x00010000
mswsock.dll 0x77170000 0x00020000
msafd.dll 0x77150000 0x00020000
crtdll.dll 0x77100000 0x00050000
hppcl.dll 0x770b0000 0x00050000
rasdd.dll 0x77090000 0x00020000
rasddui.dll 0x77070000 0x00020000
pscript.dll 0x77020000 0x00050000
pscrptui.dll 0x76fe0000 0x00040000
imaadp32.acm 0x76fd0000 0x00010000
msadp32.acm 0x76fc0000 0x00010000
msg711.acm 0x76fb0000 0x00010000
msgsm32.acm 0x76fa0000 0x00010000
tssoft32.acm 0x76f90000 0x00010000
alrsvc.dll 0x76f80000 0x00010000
amddlg.dll 0x76f70000 0x00010000
amdncdet.dll 0x76f60000 0x00010000
atkctrs.dll 0x76f50000 0x00010000
avicap32.dll 0x76f20000 0x00030000
avifil32.dll 0x76ef0000 0x00030000
bhmon.dll 0x76ee0000 0x00010000
bhnetb.dll 0x76ec0000 0x00020000
bhsupp.dll 0x76eb0000 0x00010000
brhj770.dll 0x76ea0000 0x00010000
brother9.dll 0x76e90000 0x00010000
brothr24.dll 0x76e70000 0x00020000
browser.dll 0x76e50000 0x00020000
canon330.dll 0x76e40000 0x00010000
canon800.dll 0x76e30000 0x00010000
canonlbp.dll 0x76e10000 0x00020000
cards.dll 0x76de0000 0x00030000
ccfapi32.dll 0x76db0000 0x00030000
cfgmgr32.dll 0x76d90000 0x00020000
cfm30.dll 0x76cf0000 0x000a0000
cfm30u.dll 0x76c50000 0x000a0000
cfmo30.dll 0x76c10000 0x00040000
cfmo30u.dll 0x76bd0000 0x00040000
cirrus.dll 0x76bb0000 0x00020000
cit24us.dll 0x76b90000 0x00020000
cit9us.dll 0x76b70000 0x00020000
citoh.dll 0x76b60000 0x00010000
clb.dll 0x76b50000 0x00010000
cnvfat.dll 0x76b40000 0x00010000
compstui.dll 0x76b00000 0x00040000
conexts.dll 0x76af0000 0x00010000
convmsg.dll 0x76ae0000 0x00010000
cs423x.dll 0x76ac0000 0x00020000
cxxflt.dll 0x76ab0000 0x00010000
dciman32.dll 0x76aa0000 0x00010000
ddraw.dll 0x76a60000 0x00040000
debmp.dll 0x76a40000 0x00020000
dec24pin.dll 0x76a30000 0x00010000
dec3200.dll 0x76a20000 0x00010000
dec9pin.dll 0x76a10000 0x00010000
decpsmon.dll 0x76970000 0x000a0000
defea.dll 0x76960000 0x00010000
defpa.dll 0x76950000 0x00010000
dehex.dll 0x76940000 0x00010000
demet.dll 0x76920000 0x00020000
dess.dll 0x76900000 0x00020000
dewp.dll 0x768e0000 0x00020000
dgconfig.dll 0x768c0000 0x00020000
dhcpcsvc.dll 0x768a0000 0x00020000
dhcpmib.dll 0x76890000 0x00010000
dhcpsapi.dll 0x76880000 0x00010000
dhcpssvc.dll 0x76850000 0x00030000
diconix.dll 0x76840000 0x00010000
digiinst.dll 0x76820000 0x00020000
digsig.dll 0x767b0000 0x00070000
diskcopy.dll 0x767a0000 0x00010000
dlcapi.dll 0x76790000 0x00010000
docprop.dll 0x76770000 0x00020000
dplay.dll 0x76750000 0x00020000
dpserial.dll 0x76730000 0x00020000
dpwsock.dll 0x76710000 0x00020000
dsound.dll 0x766e0000 0x00030000
epson24.dll 0x766d0000 0x00010000
epson9.dll 0x766b0000 0x00020000
escp2e.dll 0x76690000 0x00020000
escp2ms.dll 0x76680000 0x00010000
eventlog.dll 0x76660000 0x00020000
fmifs.dll 0x76650000 0x00010000
fontext.dll 0x76610000 0x00040000
fpnwclnt.dll 0x76600000 0x00010000
ftpctrs.dll 0x765f0000 0x00010000
ftpsmx.dll 0x765e0000 0x00010000
ftpsvapi.dll 0x765d0000 0x00010000
ftpsvc.dll 0x765b0000 0x00020000
ftsrch.dll 0x76540000 0x00070000
fuji24.dll 0x76530000 0x00010000
fuji9.dll 0x76520000 0x00010000
gapi32.dll 0x764f0000 0x00030000
glmf32.dll 0x76440000 0x000b0000
glu32.dll 0x76400000 0x00040000
hpdskjet.dll 0x763d0000 0x00030000
hpmon.dll 0x763b0000 0x00020000
hpscan32.dll 0x763a0000 0x00010000
hticons.dll 0x76390000 0x00010000
htui.dll 0x76370000 0x00020000
hypertrm.dll 0x762d0000 0x000a0000
ibm238x.dll 0x762c0000 0x00010000
ibm239x.dll 0x762a0000 0x00020000
ibm5204.dll 0x76290000 0x00010000
ibmport.dll 0x76280000 0x00010000
ibmppdsl.dll 0x76270000 0x00010000
iccvid.dll 0x76230000 0x00040000
icmp.dll 0x76220000 0x00010000
ifsutil.dll 0x761e0000 0x00040000
imagehlp.dll 0x761b0000 0x00030000
imm32.dll 0x761a0000 0x00010000
indicdll.dll 0x76190000 0x00010000
inetmib1.dll 0x76170000 0x00020000
iologmsg.dll 0x76160000 0x00010000
ipadrdll.dll 0x76150000 0x00010000
iprip.dll 0x76140000 0x00010000
ipxcfg.dll 0x76120000 0x00020000
ir32_32.dll 0x760d0000 0x00050000
jet.dll 0x75ff0000 0x000e0000
jet500.dll 0x75eb0000 0x00140000
jp350.dll 0x5f730000 0x00030000
jpeg1x32.dll 0x75e70000 0x00020000
jpeg2x32.dll 0x75e50000 0x00020000
kbdal.dll 0x75e40000 0x00010000
kbdbene.dll 0x75e30000 0x00010000
kbdblr.dll 0x75e20000 0x00010000
kbdbu.dll 0x75e10000 0x00010000
kbdcr.dll 0x75e00000 0x00010000
kbdcz1.dll 0x75df0000 0x00010000
kbddll.dll 0x75de0000 0x00010000
kbdest.dll 0x75dd0000 0x00010000
kbdgkl.dll 0x75dc0000 0x00010000
kbdgr1.dll 0x75db0000 0x00010000
kbdhe220.dll 0x75da0000 0x00010000
kbdhe319.dll 0x75d90000 0x00010000
kbdhela2.dll 0x75d80000 0x00010000
kbdhela3.dll 0x75d70000 0x00010000
kbdhu1.dll 0x75d60000 0x00010000
kbdir.dll 0x75d50000 0x00010000
kbdit142.dll 0x75d40000 0x00010000
kbdlt.dll 0x75d30000 0x00010000
kbdlv.dll 0x75d20000 0x00010000
kbdlv1.dll 0x75d10000 0x00010000
kbdpl.dll 0x75d00000 0x00010000
kbdro.dll 0x75cf0000 0x00010000
kbdru1.dll 0x75ce0000 0x00010000
kbdsl1.dll 0x75cd0000 0x00010000
kbdur.dll 0x75cc0000 0x00010000
kbdurs.dll 0x75cb0000 0x00010000
kbdycc.dll 0x75ca0000 0x00010000
kbdycl.dll 0x75c90000 0x00010000
kyocera.dll 0x75c80000 0x00010000
kyocerax.dll 0x75c50000 0x00030000
llsrpc.dll 0x75c30000 0x00020000
lmhsvc.dll 0x75c20000 0x00010000
lmmib2.dll 0x75c10000 0x00010000
loadperf.dll 0x75c00000 0x00010000
localmon.dll 0x75bf0000 0x00010000
localspl.dll 0x75bb0000 0x00040000
lpdsvc.dll 0x75ba0000 0x00010000
lprhelp.dll 0x75b90000 0x00010000
lprmon.dll 0x75b80000 0x00010000
lsasrv.dll 0x75b40000 0x00040000
mantal24.dll 0x75b30000 0x00010000
mantal90.dll 0x75b20000 0x00010000
mapi32.dll 0x75a00000 0x00120000
mapiu32.dll 0x759f0000 0x00010000
mapix32.dll 0x759e0000 0x00010000
mcd32.dll 0x759d0000 0x00010000
mciavi32.dll 0x759a0000 0x00030000
mcicda.dll 0x75980000 0x00020000
mciole32.dll 0x75970000 0x00010000
mciseq.dll 0x75960000 0x00010000
mciwave.dll 0x75950000 0x00010000
mdgmpdlg.dll 0x75940000 0x00010000
mdgncdet.dll 0x75930000 0x00010000
mf3216.dll 0x75910000 0x00020000
mfc40.dll 0x75740000 0x001d0000
mfc40chs.dll 0x75730000 0x00010000
mfc40deu.dll 0x75720000 0x00010000
mfc40enu.dll 0x75710000 0x00010000
mfc40esp.dll 0x75700000 0x00010000
mfc40fra.dll 0x756f0000 0x00010000
mfc40ita.dll 0x756e0000 0x00010000
mfc40jpn.dll 0x756d0000 0x00010000
mfc40kor.dll 0x756c0000 0x00010000
mfc40u.dll 0x754f0000 0x001d0000
mfc42.dll 0x752f0000 0x00200000
mfc42chs.dll 0x752e0000 0x00010000
mfc42cht.dll 0x752d0000 0x00010000
mfc42deu.dll 0x752c0000 0x00010000
mfc42enu.dll 0x752b0000 0x00010000
mfc42esp.dll 0x752a0000 0x00010000
mfc42fra.dll 0x75290000 0x00010000
mfc42ita.dll 0x75280000 0x00010000
mfc42jpn.dll 0x75270000 0x00010000
mfc42kor.dll 0x75260000 0x00010000
mfc42u.dll 0x75060000 0x00200000
mga.dll 0x75030000 0x00030000
mgmtapi.dll 0x75020000 0x00010000
midimap.dll 0x75010000 0x00010000
minet32.dll 0x74f90000 0x00080000
mlshext.dll 0x74f80000 0x00010000
mmfmig32.dll 0x74f00000 0x00080000
modemui.dll 0x74ee0000 0x00020000
moricons.dll 0x74eb0000 0x00030000
mpu401.dll 0x74ea0000 0x00010000
msacm32.dll 0x74e60000 0x00040000
msaudite.dll 0x74e50000 0x00010000
msfs32.dll 0x74d70000 0x000e0000
msgina.dll 0x74d40000 0x00030000
msgsvc.dll 0x74d20000 0x00020000
msncdet.dll 0x74cf0000 0x00030000
msnsspc.dll 0x74cd0000 0x00020000
msobjs.dll 0x74cc0000 0x00010000
msprivs.dll 0x74cb0000 0x00010000
mspst32.dll 0x74bd0000 0x000e0000
msrle32.dll 0x74bc0000 0x00010000
msv1_0.dll 0x74ba0000 0x00020000
msvfw32.dll 0x74b60000 0x00040000
msvidc32.dll 0x74b50000 0x00010000
msviewut.dll 0x74b10000 0x00040000
mt735.dll 0x74b00000 0x00010000
mvaudio.dll 0x74ae0000 0x00020000
nal.dll 0x74ad0000 0x00010000
nddeapi.dll 0x74ac0000 0x00010000
nddenb32.dll 0x74ab0000 0x00010000
ndis30.dll 0x74aa0000 0x00010000
nec24pin.dll 0x74a90000 0x00010000
netcfg.dll 0x749c0000 0x000d0000
netdtect.dll 0x749b0000 0x00010000
netevent.dll 0x749a0000 0x00010000
netflx.dll 0x74990000 0x00010000
neth.dll 0x74960000 0x00030000
netlogon.dll 0x74910000 0x00050000
netsetup.dll 0x748b0000 0x00060000
ntctl3d.dll 0x74890000 0x00020000
ntlanui2.dll 0x74880000 0x00010000
ntlmssps.dll 0x74870000 0x00010000
ntlsapi.dll 0x74860000 0x00010000
ntprint.dll 0x74850000 0x00010000
nwapi16.dll 0x74840000 0x00010000
nwapi32.dll 0x74820000 0x00020000
nwcfg.dll 0x74810000 0x00010000
nwevent.dll 0x74800000 0x00010000
nwprovau.dll 0x747b0000 0x00050000
nwsap.dll 0x74790000 0x00020000
nwwks.dll 0x74760000 0x00030000
oiadm400.dll 0x74750000 0x00010000
oicom400.dll 0x74740000 0x00010000
oidis400.dll 0x746d0000 0x00070000
oifil400.dll 0x746b0000 0x00020000
oigfs400.dll 0x74680000 0x00030000
oiprt400.dll 0x74670000 0x00010000
oislb400.dll 0x74660000 0x00010000
oissq400.dll 0x74650000 0x00010000
oitwa400.dll 0x74640000 0x00010000
oiui400.dll 0x74620000 0x00020000
oki24.dll 0x74600000 0x00020000
oki9.dll 0x745f0000 0x00010000
oki9ibm.dll 0x745d0000 0x00020000
olepro32.dll 0x745a0000 0x00030000
olidm24.dll 0x74590000 0x00010000
olidm9.dll 0x74580000 0x00010000
opengl32.dll 0x74460000 0x00120000
optra.dll 0x74420000 0x00040000
paintjet.dll 0x74410000 0x00010000
panmap.dll 0x74400000 0x00010000
panson24.dll 0x743f0000 0x00010000
panson9.dll 0x743e0000 0x00010000
pcl5ems.dll 0x74380000 0x00060000
pcl5ms.dll 0x74320000 0x00060000
perfctrs.dll 0x74300000 0x00020000
perfnw.dll 0x742f0000 0x00010000
pifmgr.dll 0x742e0000 0x00010000
pjlmon.dll 0x742d0000 0x00010000
plotter.dll 0x742b0000 0x00020000
plotui.dll 0x74290000 0x00020000
plustab.dll 0x74280000 0x00010000
prflbmsg.dll 0x74270000 0x00010000
profext.dll 0x74260000 0x00010000
proprint.dll 0x74250000 0x00010000
proprn24.dll 0x74240000 0x00010000
ps1.dll 0x74230000 0x00010000
psidisp.dll 0x74210000 0x00020000
psxdll.dll 0x741f0000 0x00020000
quietjet.dll 0x741e0000 0x00010000
qwiii.dll 0x741d0000 0x00010000
rasadhlp.dll 0x741c0000 0x00010000
rasadmin.dll 0x741b0000 0x00010000
rasapi32.dll 0x74170000 0x00040000
rasauto.dll 0x74140000 0x00030000
rascauth.dll 0x74130000 0x00010000
rascbcp.dll 0x74120000 0x00010000
rasccp.dll 0x74110000 0x00010000
rascfg.dll 0x740d0000 0x00040000
raschap.dll 0x740c0000 0x00010000
rasctrs.dll 0x740b0000 0x00010000
rasdlg.dll 0x74020000 0x00090000
rasfil32.dll 0x74010000 0x00010000
rasgprxy.dll 0x74000000 0x00010000
rasgtwy.dll 0x73ff0000 0x00010000
rasipcp.dll 0x73fe0000 0x00010000
rasiphlp.dll 0x73fd0000 0x00010000
rasipxcp.dll 0x73fc0000 0x00010000
rasman.dll 0x73fa0000 0x00020000
rasmsg.dll 0x73f90000 0x00010000
rasmxs.dll 0x73f80000 0x00010000
rasnbfcp.dll 0x73f70000 0x00010000
rasnbipc.dll 0x73f60000 0x00010000
raspap.dll 0x73f50000 0x00010000
raspppen.dll 0x73f30000 0x00020000
raspptpc.dll 0x73f20000 0x00010000
raspptpl.dll 0x73f10000 0x00010000
rassapi.dll 0x73f00000 0x00010000
rassauth.dll 0x73ef0000 0x00010000
rasscrpt.dll 0x73ed0000 0x00020000
rasser.dll 0x73ec0000 0x00010000
rasshell.dll 0x73eb0000 0x00010000
rasspap.dll 0x73ea0000 0x00010000
rastapi.dll 0x73e90000 0x00010000
relay.dll 0x73e80000 0x00010000
riched20.dll 0x73e00000 0x00080000
riched32.dll 0x73db0000 0x00050000
rnal.dll 0x73d80000 0x00030000
rnr20.dll 0x73d60000 0x00020000
routetab.dll 0x73d50000 0x00010000
rpcltc8.dll 0x73d40000 0x00010000
rpcltccm.dll 0x73d20000 0x00020000
rpclts8.dll 0x73d10000 0x00010000
rpcltscm.dll 0x73cf0000 0x00020000
rpcns4.dll 0x73cd0000 0x00020000
rshx32.dll 0x73cc0000 0x00010000
samsrv.dll 0x73c70000 0x00050000
sccview.dll 0x73c60000 0x00010000
schannel.dll 0x73c30000 0x00030000
schnl128.dll 0x73c30000 0x00030000
secbasic.dll 0x73c20000 0x00010000
secsspi.dll 0x73c10000 0x00010000
seiko.dll 0x73c00000 0x00010000
seiko24e.dll 0x73be0000 0x00020000
seikosh9.dll 0x73bd0000 0x00010000
serialui.dll 0x73bc0000 0x00010000
setupapi.dll 0x73b40000 0x00080000
setupdll.dll 0x73a60000 0x000e0000
sfmapi.dll 0x73a50000 0x00010000
sfmatcfg.dll 0x73a30000 0x00020000
sfmatmsg.dll 0x73a20000 0x00010000
sfmctrs.dll 0x73a10000 0x00010000
sfmmon.dll 0x739f0000 0x00020000
sfmmsg.dll 0x739e0000 0x00010000
sfmpsdib.dll 0x738f0000 0x000f0000
sfmpsfnt.dll 0x738e0000 0x00010000
sfmpsprt.dll 0x738d0000 0x00010000
sfmres.dll 0x738c0000 0x00010000
sfmutil.dll 0x738b0000 0x00010000
sfmwshat.dll 0x73890000 0x00020000
shscrap.dll 0x73880000 0x00010000
sidewndr.dll 0x73870000 0x00010000
simptcp.dll 0x73860000 0x00010000
skdll.dll 0x73850000 0x00010000
sndblst.dll 0x73830000 0x00020000
sndsys32.dll 0x73810000 0x00020000
snmpapi.dll 0x73800000 0x00010000
softpub.dll 0x737c0000 0x00040000
spoolss.dll 0x737a0000 0x00020000
srvsvc.dll 0x73770000 0x00030000
star24e.dll 0x73750000 0x00020000
star9e.dll 0x73730000 0x00020000
starjet.dll 0x73720000 0x00010000
synceng.dll 0x73700000 0x00020000
synth.dll 0x736f0000 0x00010000
syssetup.dll 0x73670000 0x00080000
t1instal.dll 0x73640000 0x00030000
tapi32.dll 0x73600000 0x00040000
tapiperf.dll 0x735f0000 0x00010000
tcpcfg.dll 0x735a0000 0x00050000
tga.dll 0x73580000 0x00020000
thinkjet.dll 0x73570000 0x00010000
ti850.dll 0x73560000 0x00010000
trace.dll 0x73550000 0x00010000
tsd32.dll 0x73540000 0x00010000
txtonly.dll 0x73530000 0x00010000
ufat.dll 0x73500000 0x00030000
ulib.dll 0x734c0000 0x00040000
umpnpmgr.dll 0x5f700000 0x00030000
untfs.dll 0x73400000 0x000a0000
ureg.dll 0x733f0000 0x00010000
userenv.dll 0x733d0000 0x00020000
vdmdbg.dll 0x733c0000 0x00010000
vsasc8.dll 0x733b0000 0x00010000
vsbmp.dll 0x733a0000 0x00010000
vsdrw.dll 0x73390000 0x00010000
vsexe.dll 0x73380000 0x00010000
vsexe2.dll 0x73370000 0x00010000
vsmp.dll 0x73360000 0x00010000
vsmsw.dll 0x73350000 0x00010000
vspp.dll 0x73340000 0x00010000
vsqp6.dll 0x73330000 0x00010000
vsrtf.dll 0x73320000 0x00010000
vstiff.dll 0x73310000 0x00010000
vsw6.dll 0x73300000 0x00010000
vswks.dll 0x732f0000 0x00010000
vswmf.dll 0x732e0000 0x00010000
vsword.dll 0x732c0000 0x00020000
vswork.dll 0x732b0000 0x00010000
vswp5.dll 0x732a0000 0x00010000
vswp6.dll 0x73290000 0x00010000
vswpf.dll 0x73280000 0x00010000
vsxl5.dll 0x73260000 0x00020000
vwipxspx.dll 0x73250000 0x00010000
wangcmn.dll 0x73230000 0x00020000
wangshl.dll 0x73220000 0x00010000
wd90c24a.dll 0x73210000 0x00010000
wgpoadmn.dll 0x731f0000 0x00020000
win32spl.dll 0x731c0000 0x00030000
winprint.dll 0x731b0000 0x00010000
winsctrs.dll 0x731a0000 0x00010000
winsevnt.dll 0x73190000 0x00010000
winsmib.dll 0x73180000 0x00010000
winsrpc.dll 0x73170000 0x00010000
winstrm.dll 0x73160000 0x00010000
wintrust.dll 0x73150000 0x00010000
wkssvc.dll 0x73130000 0x00020000
wmsfr32.dll 0x730b0000 0x00080000
wmsui32.dll 0x72f50000 0x00160000
wowfax.dll 0x72f40000 0x00010000
wowfaxui.dll 0x72f30000 0x00010000
ws2map.dll 0x72f20000 0x00010000
wshisn.dll 0x72f10000 0x00010000
wshnetbs.dll 0x72f00000 0x00010000
xactsrv.dll 0x72ed0000 0x00030000
xeroxpcl.dll 0x5f760000 0x00040000
xfilexr.dll 0x72e70000 0x00040000
access.cpl 0x72e50000 0x00020000
appwiz.cpl 0x72e30000 0x00020000
bhctrl.cpl 0x72e20000 0x00010000
console.cpl 0x72e00000 0x00020000
desk.cpl 0x72dc0000 0x00040000
devapps.cpl 0x72d50000 0x00070000
inetcpl.cpl 0x72d40000 0x00010000
intl.cpl 0x72d20000 0x00020000
joy.cpl 0x72d00000 0x00020000
liccpa.cpl 0x72ce0000 0x00020000
main.cpl 0x72cc0000 0x00020000
mlcfg32.cpl 0x72ca0000 0x00020000
mmsys.cpl 0x72c40000 0x00060000
modem.cpl 0x72c10000 0x00030000
ncpa.cpl 0x72bd0000 0x00040000
nwc.cpl 0x72bb0000 0x00020000
ports.cpl 0x72ba0000 0x00010000
rascpl.cpl 0x72b90000 0x00010000
sfmmgr.cpl 0x72b60000 0x00030000
srvmgr.cpl 0x72b20000 0x00040000
sysdm.cpl 0x72af0000 0x00030000
telephon.cpl 0x72ae0000 0x00010000
timedate.cpl 0x72ac0000 0x00020000
ups.cpl 0x72ab0000 0x00010000
wgpocpl.cpl 0x72aa0000 0x00010000
msacm32.drv 0x72a90000 0x00010000
ctl3d32.dll 0x72a70000 0x00020000
lmmon.dll 0x72a60000 0x00010000
mfc40d.dll 0x728b0000 0x001b0000
mfc40ud.dll 0x726f0000 0x001c0000
mfc42d.dll 0x72520000 0x001d0000
mfc42ud.dll 0x72350000 0x001d0000
mfcd40d.dll 0x722e0000 0x00070000
mfcd40ud.dll 0x72260000 0x00080000
mfcd42d.dll 0x721e0000 0x00080000
mfcd42ud.dll 0x72160000 0x00080000
mfcn40d.dll 0x72140000 0x00020000
mfcn40ud.dll 0x72120000 0x00020000
mfcn42d.dll 0x72100000 0x00020000
mfcn42ud.dll 0x720e0000 0x00020000
mfco40d.dll 0x71fb0000 0x00130000
mfco40ud.dll 0x71e70000 0x00140000
mfco42d.dll 0x71d10000 0x00160000
mfco42ud.dll 0x71bb0000 0x00160000
msvcirtd.dll 0x71b80000 0x00030000
msvcr40d.dll 0x71b60000 0x00020000
msvcrtd.dll 0x71ac0000 0x000a0000
nddeexts.dll 0x71ab0000 0x00010000
ntsdexts.dll 0x71a90000 0x00020000
splexts.dll 0x71a70000 0x00020000
ubnbmsg.dll 0x71a60000 0x00010000
userexts.dll 0x71a30000 0x00030000
vdmexts.dll 0x71a00000 0x00030000
wshxns.dll 0x719f0000 0x00010000
xnscfg.dll 0x719e0000 0x00010000
xnsmsg.dll 0x719d0000 0x00010000
afdkd.dll 0x719c0000 0x00010000
cap.dll 0x719a0000 0x00020000
dflayout.dll 0x71980000 0x00020000
dfskd.dll 0x71970000 0x00010000
dm.dll 0x71940000 0x00030000
dmkdalp.dll 0x71910000 0x00030000
dmkdmip.dll 0x718e0000 0x00030000
dmkdppc.dll 0x718a0000 0x00040000
dmkdx86.dll 0x71860000 0x00040000
eecxxalp.dll 0x71820000 0x00040000
eecxxmip.dll 0x717e0000 0x00040000
eecxxppc.dll 0x717a0000 0x00040000
eecxxx86.dll 0x71760000 0x00040000
emalp.dll 0x71740000 0x00020000
emmip.dll 0x71720000 0x00020000
emppc.dll 0x71700000 0x00020000
emx86.dll 0x716e0000 0x00020000
fernel32.dll 0x716c0000 0x00020000
filter.dll 0x716b0000 0x00010000
gdikdx.dll 0x71680000 0x00030000
gutils.dll 0x71660000 0x00020000
hdxdll.dll 0x71650000 0x00010000
hook.dll 0x71640000 0x00010000
hwdll.dll 0x71610000 0x00030000
isnext.dll 0x715e0000 0x00030000
iviewers.dll 0x71590000 0x00050000
justify.dll 0x71580000 0x00010000
kdextalp.dll 0x71530000 0x00050000
kdextmip.dll 0x714e0000 0x00050000
kdextppc.dll 0x71490000 0x00050000
kdextx86.dll 0x71440000 0x00050000
lineedit.dll 0x71430000 0x00010000
mhelp.dll 0x71420000 0x00010000
msafdext.dll 0x71410000 0x00010000
mshelp.dll 0x71400000 0x00010000
mspdb40.dll 0x71380000 0x00080000
mspdb41.dll 0x71300000 0x00080000
msvcbook.dll 0x712f0000 0x00010000
mupkd.dll 0x712e0000 0x00010000
pmatch.dll 0x712d0000 0x00010000
psapi.dll 0x712c0000 0x00010000
rcdll.dll 0x71280000 0x00040000
rdr2kd.dll 0x71270000 0x00010000
rdrkd.dll 0x71260000 0x00010000
shcv.dll 0x71240000 0x00020000
srvkd.dll 0x71230000 0x00010000
symcvt.dll 0x71220000 0x00010000
testctrl.dll 0x71200000 0x00020000
testdlgs.dll 0x711e0000 0x00020000
testevnt.dll 0x711d0000 0x00010000
testscrn.dll 0x711b0000 0x00020000
testvw32.dll 0x711a0000 0x00010000
tglcase.dll 0x71190000 0x00010000
tlloc.dll 0x71180000 0x00010000
tlpipe.dll 0x71170000 0x00010000
tlser.dll 0x71160000 0x00010000
ttkdx.dll 0x71150000 0x00010000
ulcase.dll 0x71140000 0x00010000
userkdx.dll 0x71100000 0x00040000
ws1.dll 0x710f0000 0x00010000
wst.dll 0x710e0000 0x00010000
zdi32.dll 0x710c0000 0x00020000
zernel32.dll 0x710a0000 0x00020000
zle32.dll 0x71090000 0x00010000
aboutwep.dll 0x71080000 0x00010000
advpack.dll 0x71060000 0x00020000
apidll.dll 0x71040000 0x00020000
iodll.dll 0x71020000 0x00020000
mepparty.dll 0x71010000 0x00010000
nclipps.dll 0x71000000 0x00010000
rasether.dll 0x70fe0000 0x00020000
rcdata1.dll 0x70fc0000 0x00020000
rtutils.dll 0x70fa0000 0x00020000
rwinf.dll 0x70f80000 0x00020000
rwmac.dll 0x70f50000 0x00030000
rwres32.dll 0x70f30000 0x00020000
rwwin16.dll 0x70f10000 0x00020000
rwwin32.dll 0x70ef0000 0x00020000
secedit.dll 0x70ee0000 0x00010000
strmexts.dll 0x70ed0000 0x00010000
tophook.dll 0x70ec0000 0x00010000
winclip.dll 0x70eb0000 0x00010000
zextens.dll 0x70ea0000 0x00010000
actsrvd.dll 0x70e90000 0x00010000
adptif.dll 0x70e70000 0x00020000
atm.dll 0x70e60000 0x00010000
atmdrvr.dll 0x70e10000 0x00050000
bhp001.dll 0x70de0000 0x00030000
bhp002.dll 0x70dd0000 0x00010000
bhp003.dll 0x70dc0000 0x00010000
bhp004.dll 0x70db0000 0x00010000
bhp005.dll 0x70d90000 0x00020000
bhp006.dll 0x70d80000 0x00010000
bhp007.dll 0x70d60000 0x00020000
bhp008.dll 0x70d50000 0x00010000
bhp009.dll 0x70d10000 0x00040000
bhp010.dll 0x70d00000 0x00010000
bhp011.dll 0x70cf0000 0x00010000
bhp012.dll 0x70cd0000 0x00020000
bhp013.dll 0x70c90000 0x00040000
bhp014.dll 0x70c80000 0x00010000
bhp015.dll 0x70c30000 0x00050000
bhp016.dll 0x70c20000 0x00010000
bhp017.dll 0x70c10000 0x00010000
bhp018.dll 0x70c00000 0x00010000
bhp019.dll 0x70bb0000 0x00050000
bhp020.dll 0x70b80000 0x00030000
bhp021.dll 0x70b40000 0x00040000
bttncur.dll 0x70b20000 0x00020000
ciutil.dll 0x70b10000 0x00010000
comcat.dll 0x70b00000 0x00010000
ddm.dll 0x70ae0000 0x00020000
dfsprov.dll 0x70ad0000 0x00010000
dim.dll 0x70ab0000 0x00020000
espui.dll 0x70aa0000 0x00010000
fastimer.dll 0x70a80000 0x00020000
friendly.dll 0x70a70000 0x00010000
gizmobar.dll 0x70a50000 0x00020000
goober.dll 0x70a40000 0x00010000
hexedit.dll 0x70a30000 0x00010000
htrn_jis.dll 0x70a20000 0x00010000
ifadmin.dll 0x709f0000 0x00030000
imaadp32.dll 0x709e0000 0x00010000
ipadmin.dll 0x70940000 0x000a0000
ipbootp.dll 0x70930000 0x00010000
ipmon.dll 0x70910000 0x00020000
iprip2.dll 0x708f0000 0x00020000
iprtprio.dll 0x708e0000 0x00010000
iprtrmgr.dll 0x708a0000 0x00040000
ipxadmin.dll 0x70870000 0x00030000
ipxmon.dll 0x70840000 0x00030000
ipxrip.dll 0x70830000 0x00010000
ipxrtmgr.dll 0x70810000 0x00020000
ipxsap.dll 0x707e0000 0x00030000
ipxwan.dll 0x707d0000 0x00010000
joystick.dll 0x707c0000 0x00010000
lprext.dll 0x707b0000 0x00010000
mib2util.dll 0x707a0000 0x00010000
mpradmin.dll 0x70780000 0x00020000
msadp32.dll 0x70770000 0x00010000
msg711.dll 0x70760000 0x00010000
msgsm32.dll 0x70750000 0x00010000
ndrd.dll 0x70740000 0x00010000
nmapi.dll 0x70720000 0x00020000
ntprinta.dll 0x70710000 0x00010000
ole2u32a.dll 0x706d0000 0x00040000
oleat.dll 0x706c0000 0x00010000
olebt.dll 0x706b0000 0x00010000
oledll2.dll 0x706a0000 0x00010000
oleimpl.dll 0x70690000 0x00010000
olest.dll 0x70680000 0x00010000
ospf.dll 0x70650000 0x00030000
ospfmib.dll 0x70630000 0x00020000
parser.dll 0x70620000 0x00010000
pctsspi.dll 0x70600000 0x00020000
pdh.dll 0x705e0000 0x00020000
printuia.dll 0x70590000 0x00050000
rcauth.dll 0x70580000 0x00010000
rgprxy.dll 0x70570000 0x00010000
ripcp.dll 0x70560000 0x00010000
riphlp.dll 0x70550000 0x00010000
routemsg.dll 0x70540000 0x00010000
rpcdce4.dll 0x70530000 0x00010000
rpcltc5.dll 0x70520000 0x00010000
rrasgtwy.dll 0x70510000 0x00010000
rrasipx.dll 0x70500000 0x00010000
rrasman.dll 0x704e0000 0x00020000
rrasnbf.dll 0x704d0000 0x00010000
rrasppp.dll 0x704b0000 0x00020000
rsauth.dll 0x704a0000 0x00010000
rtm.dll 0x70490000 0x00010000
sampfilt.dll 0x70480000 0x00010000
shareui.dll 0x70460000 0x00020000
shellalt.dll 0x70280000 0x001e0000
slbs.dll 0x70260000 0x00020000
splx.dll 0x70240000 0x00020000
toolbar.dll 0x70230000 0x00010000
tp4cfg.dll 0x70220000 0x00010000
tssoft32.dll 0x70210000 0x00010000
urlcache.dll 0x70200000 0x00010000
winsdb.dll 0x701f0000 0x00010000
wshisotp.dll 0x701e0000 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 0x00010000
whglu32.dll 0x70080000 0x00010000
whimghlp.dll 0x70090000 0x00010000
whmapi32.dll 0x700a0000 0x00010000
whmsafd.dll 0x700b0000 0x00010000
whmssock.dll 0x700c0000 0x00010000
whnetapi.dll 0x700d0000 0x00020000
whrasapi.dll 0x700f0000 0x00010000
whrasdlg.dll 0x70100000 0x00010000
whrassap.dll 0x70110000 0x00010000
whrpcns4.dll 0x70120000 0x00010000
whrpcrt4.dll 0x70130000 0x00020000
whtapi32.dll 0x70150000 0x00010000
whvfw32.dll 0x70160000 0x00010000
whws2_32.dll 0x70170000 0x00010000
wiacm32.dll 0x70180000 0x00010000
wiavicap.dll 0x70190000 0x00010000
wiavifil.dll 0x701a0000 0x00010000
wicfgmgr.dll 0x701b0000 0x00020000
wictl3d.dll 0x701d0000 0x00020000
widdeapi.dll 0x701f0000 0x00010000
widdraw.dll 0x70200000 0x00010000
widplay.dll 0x70210000 0x00010000
widsnd.dll 0x70220000 0x00010000
wiftsrch.dll 0x70230000 0x00010000
wiglu32.dll 0x70240000 0x00010000
wiimghlp.dll 0x70250000 0x00010000
wimapi32.dll 0x70260000 0x00010000
wimfc40.dll 0x70270000 0x000f0000
wimfc40u.dll 0x70360000 0x000f0000
wimfc42.dll 0x70450000 0x00100000
wimfc42u.dll 0x70550000 0x00100000
wimsafd.dll 0x70650000 0x00010000
wimsjt30.dll 0x70660000 0x00110000
wimssock.dll 0x70770000 0x00010000
winetapi.dll 0x70780000 0x00010000
wiodbcjt.dll 0x70790000 0x00040000
wiolecli.dll 0x707d0000 0x00020000
wiolesvr.dll 0x707f0000 0x00010000
wirasapi.dll 0x70800000 0x00010000
wirasdlg.dll 0x70810000 0x00010000
wirassap.dll 0x70820000 0x00010000
wirpcns4.dll 0x70830000 0x00010000
wirpcrt4.dll 0x70840000 0x00030000
wisetupa.dll 0x70870000 0x00050000
witapi32.dll 0x708c0000 0x00010000
wivcirt.dll 0x708d0000 0x00020000
wivcrt20.dll 0x708f0000 0x00050000
wivfw32.dll 0x70940000 0x00010000
wiwmsui.dll 0x70950000 0x000d0000
wiws2_32.dll 0x70a20000 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 0x000c0000
autoconv.exe 0x01180000 0x000d0000
autolfn.exe 0x01250000 0x00010000
autorun.exe 0x01260000 0x000b0000
bootok.exe 0x01310000 0x00020000
bootvrfy.exe 0x01330000 0x00010000
cacls.exe 0x01340000 0x00020000
calc.exe 0x01360000 0x00020000
cdplayer.exe 0x01380000 0x00030000
charmap.exe 0x013b0000 0x00020000
chkdsk.exe 0x013d0000 0x00020000
cifilter.exe 0x013f0000 0x00010000
clipbrd.exe 0x01400000 0x00040000
clipsrv.exe 0x01440000 0x00020000
clock.exe 0x01460000 0x00020000
cmd.exe 0x01480000 0x00060000
comp.exe 0x014e0000 0x00020000
compact.exe 0x01500000 0x00020000
control.exe 0x01520000 0x00010000
convert.exe 0x01530000 0x00020000
dcomcnfg.exe 0x01550000 0x00030000
ddeshare.exe 0x01580000 0x00010000
ddhelp.exe 0x01590000 0x00010000
dhcpadmn.exe 0x015a0000 0x00070000
dialer.exe 0x01610000 0x00020000
diskperf.exe 0x01630000 0x00020000
dns.exe 0x01650000 0x00030000
dnsadmin.exe 0x01680000 0x00040000
doskey.exe 0x016c0000 0x00020000
drwtsn32.exe 0x016e0000 0x00020000
eventvwr.exe 0x01700000 0x00030000
excfg32.exe 0x01730000 0x00010000
exchng32.exe 0x01740000 0x00010000
expand.exe 0x01750000 0x00020000
explorer.exe 0x01770000 0x00070000
fc.exe 0x017e0000 0x00020000
find.exe 0x01800000 0x00020000
findstr.exe 0x01820000 0x00010000
finger.exe 0x01830000 0x00010000
fontview.exe 0x01840000 0x00020000
forcedos.exe 0x01860000 0x00010000
freecell.exe 0x01870000 0x00020000
ftp.exe 0x01890000 0x00020000
grpconv.exe 0x018b0000 0x00020000
help.exe 0x018d0000 0x00020000
hostname.exe 0x018f0000 0x00010000
hypertrm.exe 0x01900000 0x00010000
iexplore.exe 0x01910000 0x00130000
inetins.exe 0x01a40000 0x00010000
internat.exe 0x01a50000 0x00010000
ipconfig.exe 0x01a60000 0x00010000
ipxroute.exe 0x01a70000 0x00010000
jetconv.exe 0x01a80000 0x00020000
jetpack.exe 0x01aa0000 0x00010000
kbdsel.exe 0x01ab0000 0x00020000
label.exe 0x01ad0000 0x00020000
lcwiz.exe 0x01af0000 0x00030000
lights.exe 0x01b20000 0x00010000
llsmgr.exe 0x01b30000 0x00060000
llssrv.exe 0x01b90000 0x00040000
lmrepl.exe 0x01bd0000 0x00030000
locator.exe 0x01c00000 0x00040000
lodctr.exe 0x01c40000 0x00010000
logview.exe 0x01c50000 0x00020000
lpq.exe 0x01c70000 0x00010000
lpr.exe 0x01c80000 0x00010000
lsass.exe 0x01c90000 0x00010000
macfile.exe 0x01ca0000 0x00020000
mapisp32.exe 0x01cc0000 0x00010000
mapisrvr.exe 0x01cd0000 0x00010000
mdisp32.exe 0x01ce0000 0x00020000
mlset32.exe 0x01d00000 0x00010000
mplay32.exe 0x01d10000 0x00050000
mpnotify.exe 0x01d60000 0x00010000
mspaint.exe 0x01d70000 0x000a0000
musrmgr.exe 0x01e10000 0x00070000
nbtstat.exe 0x01e80000 0x00010000
ncadmin.exe 0x01e90000 0x00060000
nddeagnt.exe 0x01ef0000 0x00010000
nddeapir.exe 0x01f00000 0x00010000
net.exe 0x01f10000 0x00030000
net1.exe 0x01f40000 0x00050000
netdde.exe 0x01f90000 0x00040000
netstat.exe 0x01fd0000 0x00010000
nmagent.exe 0x01fe0000 0x00010000
notepad.exe 0x01ff0000 0x00020000
nslookup.exe 0x02010000 0x00020000
ntbackup.exe 0x02030000 0x00130000
ntbooks.exe 0x02160000 0x00020000
nwconv.exe 0x02180000 0x00080000
nwscript.exe 0x02200000 0x00040000
packager.exe 0x02240000 0x00030000
pax.exe 0x02270000 0x00020000
pbrush.exe 0x02290000 0x00010000
perfmon.exe 0x022a0000 0x00050000
pinball.exe 0x022f0000 0x000b0000
ping.exe 0x023a0000 0x00010000
poledit.exe 0x023b0000 0x00040000
polsetup.exe 0x023f0000 0x00010000
portuas.exe 0x02400000 0x00010000
posix.exe 0x02410000 0x00030000
print.exe 0x02440000 0x00020000
progman.exe 0x02460000 0x00050000
psxss.exe 0x024b0000 0x00040000
quikview.exe 0x024f0000 0x00020000
rasadmin.exe 0x02510000 0x00040000
rasautou.exe 0x02550000 0x00010000
rasdial.exe 0x02560000 0x00010000
rasman.exe 0x02570000 0x00010000
rasmon.exe 0x02580000 0x00040000
rasphone.exe 0x025c0000 0x00020000
rassprxy.exe 0x025e0000 0x00010000
rassrv.exe 0x025f0000 0x00020000
rcp.exe 0x02610000 0x00010000
rdisk.exe 0x02620000 0x00040000
recover.exe 0x02660000 0x00020000
regedit.exe 0x02680000 0x00030000
regedt32.exe 0x026b0000 0x00060000
replace.exe 0x02710000 0x00020000
restore.exe 0x02730000 0x00020000
rexec.exe 0x02750000 0x00010000
ripstat.exe 0x02760000 0x00010000
route.exe 0x02770000 0x00010000
router.exe 0x02780000 0x00010000
rpcss.exe 0x02790000 0x00030000
rplcmd.exe 0x027c0000 0x00020000
rplcnv.exe 0x027e0000 0x00010000
rplmgr.exe 0x027f0000 0x00040000
rplsvc.exe 0x02830000 0x00030000
rsh.exe 0x02860000 0x00010000
rundll32.exe 0x02870000 0x00010000
runonce.exe 0x02880000 0x00010000
savedump.exe 0x02890000 0x00020000
scanpst.exe 0x028b0000 0x00070000
services.exe 0x02920000 0x00040000
setup.exe 0x02960000 0x00010000
sfmprint.exe 0x02970000 0x00030000
sfmpsexe.exe 0x029a0000 0x00010000
sfmreg.exe 0x029b0000 0x00010000
sfmsvc.exe 0x029c0000 0x00030000
shmgrate.exe 0x029f0000 0x00020000
shrpubw.exe 0x02a10000 0x00040000
skeys.exe 0x02a50000 0x00020000
smss.exe 0x02a70000 0x00020000
sndrec32.exe 0x02a90000 0x00040000
sndvol32.exe 0x02ad0000 0x00020000
snmp.exe 0x02af0000 0x00010000
snmptrap.exe 0x02b00000 0x00010000
sol.exe 0x02b10000 0x00020000
sort.exe 0x02b30000 0x00010000
spinit.exe 0x02b40000 0x00010000
spoolss.exe 0x02b50000 0x00020000
sprestrt.exe 0x02b70000 0x00020000
srvmgr.exe 0x02b90000 0x00050000
subst.exe 0x02be0000 0x00020000
syncapp.exe 0x02c00000 0x00020000
systray.exe 0x02c20000 0x00010000
tapisrv.exe 0x02c30000 0x00030000
taskman.exe 0x02c60000 0x00020000
taskmgr.exe 0x02c80000 0x00030000
tcpsvcs.exe 0x02cb0000 0x00010000
telnet.exe 0x02cc0000 0x00030000
tftp.exe 0x02cf0000 0x00010000
tracert.exe 0x02d00000 0x00010000
unlodctr.exe 0x02d10000 0x00010000
upg351db.exe 0x02d20000 0x00120000
ups.exe 0x02e40000 0x00010000
userinit.exe 0x02e50000 0x00010000
usetup.exe 0x02e60000 0x00020000
usrmgr.exe 0x02e80000 0x00080000
wangimg.exe 0x02f00000 0x000b0000
welcome.exe 0x02fb0000 0x00010000
winchat.exe 0x02fc0000 0x00020000
windisk.exe 0x02fe0000 0x00050000
winfile.exe 0x03030000 0x00080000
winhlp32.exe 0x030b0000 0x00090000
winhstb.exe 0x03140000 0x00010000
winlogon.exe 0x03150000 0x00050000
winmine.exe 0x031a0000 0x00010000
winmsd.exe 0x031b0000 0x00040000
wins.exe 0x031f0000 0x00060000
winsadmn.exe 0x03250000 0x00080000
winver.exe 0x032d0000 0x00010000
wizmgr.exe 0x032e0000 0x00020000
wordpad.exe 0x03300000 0x00060000
write.exe 0x03360000 0x00010000
xcopy.exe 0x03370000 0x00020000
mcsxnsvc.exe 0x03390000 0x00010000
ntsd.exe 0x033a0000 0x00090000
rcmd.exe 0x03430000 0x00010000
rcmdsvc.exe 0x03440000 0x00010000
ubnbsvc.exe 0x03450000 0x00010000
alphakd.exe 0x03460000 0x00040000
apf32cvt.exe 0x034a0000 0x00020000
apf32dmp.exe 0x034c0000 0x00010000
c1.exe 0x034d0000 0x000a0000
c1xx.exe 0x03570000 0x00130000
c2.exe 0x036a0000 0x000f0000
capdump.exe 0x03790000 0x00020000
capsetup.exe 0x037b0000 0x00020000
cl.exe 0x037d0000 0x00030000
compress.exe 0x03800000 0x000a0000
contents.exe 0x038a0000 0x00010000
cvdump.exe 0x038b0000 0x00030000
cvpack.exe 0x038e0000 0x00030000
cvtres.exe 0x03910000 0x00010000
ddespy.exe 0x03920000 0x00020000
dflayout.exe 0x03940000 0x00020000
dfview.exe 0x03960000 0x00010000
dlgedit.exe 0x03970000 0x00050000
dobjview.exe 0x039c0000 0x00020000
drivers.exe 0x039e0000 0x00020000
fontedit.exe 0x03a00000 0x00030000
hcrtf.exe 0x03a30000 0x00090000
hcw.exe 0x03ac0000 0x000b0000
i386kd.exe 0x03b70000 0x00040000
imagedit.exe 0x03bb0000 0x00030000
irotview.exe 0x03be0000 0x00020000
lib.exe 0x03c00000 0x00010000
link.exe 0x03c10000 0x000d0000
link32.exe 0x03ce0000 0x00010000
lookmon.exe 0x03cf0000 0x00040000
makeani.exe 0x03d30000 0x00020000
masm386.exe 0x03d50000 0x00050000
mc.exe 0x03da0000 0x00030000
mep.exe 0x03dd0000 0x00060000
mibcc.exe 0x03e30000 0x00020000
midl.exe 0x03e50000 0x00130000
mipskd.exe 0x03f80000 0x00040000
mktyplib.exe 0x03fc0000 0x00030000
nmake.exe 0x03ff0000 0x00020000
oleview.exe 0x04010000 0x00050000
pas.exe 0x04060000 0x00040000
perfmtr.exe 0x040a0000 0x00020000
pfmon.exe 0x040c0000 0x00030000
pmon.exe 0x040f0000 0x00020000
poolmon.exe 0x04110000 0x00040000
ppckd.exe 0x04150000 0x00040000
profile.exe 0x04190000 0x00020000
pstat.exe 0x041b0000 0x00020000
pview.exe 0x041d0000 0x00030000
pviewer.exe 0x04200000 0x00020000
rc.exe 0x04220000 0x00020000
rebase.exe 0x04240000 0x00020000
rlman.exe 0x04260000 0x00050000
rm.exe 0x042b0000 0x00020000
sc.exe 0x042d0000 0x00020000
smashlck.exe 0x042f0000 0x00020000
spy.exe 0x04310000 0x00020000
symedit.exe 0x04330000 0x00010000
testdlgs.exe 0x04340000 0x00020000
testdrvr.exe 0x04360000 0x00060000
testscrn.exe 0x043c0000 0x00020000
top.exe 0x043e0000 0x00040000
undel.exe 0x04420000 0x00020000
undname.exe 0x04440000 0x00020000
uuidgen.exe 0x04460000 0x00020000
vadump.exe 0x04480000 0x01030000
vdmperf.exe 0x054b0000 0x00020000
verfix.exe 0x054d0000 0x00020000
vidcap32.exe 0x054f0000 0x00030000
windbg.exe 0x05520000 0x00300000
windbgrm.exe 0x05820000 0x00010000
windiff.exe 0x05830000 0x00030000
wperf.exe 0x05860000 0x00030000
wstcat.exe 0x05890000 0x00020000
wstdump.exe 0x058b0000 0x00020000
wstune.exe 0x058d0000 0x00020000
zoomin.exe 0x058f0000 0x00010000
zwapi.exe 0x05900000 0x00020000
access.exe 0x05920000 0x00020000
acllist.exe 0x05940000 0x00010000
addfile.exe 0x05950000 0x00010000
addproj.exe 0x05960000 0x00010000
adduser.exe 0x05970000 0x00020000
alias.exe 0x05990000 0x00020000
apimon.exe 0x059b0000 0x00070000
applyinf.exe 0x05a20000 0x00020000
autowrap.exe 0x05a40000 0x00020000
basewin.exe 0x05a60000 0x00010000
beep.exe 0x05a70000 0x00020000
bin2c.exe 0x05a90000 0x00020000
bind.exe 0x05ab0000 0x00020000
bingen.exe 0x05ad0000 0x00020000
binplace.exe 0x05af0000 0x00020000
bintrack.exe 0x05b10000 0x00020000
browdeb.exe 0x05b30000 0x00020000
browmon.exe 0x05b50000 0x00020000
browse.exe 0x05b70000 0x00010000
browstat.exe 0x05b80000 0x00020000
bugboard.exe 0x05ba0000 0x00010000
build.exe 0x05bb0000 0x00050000
buildnum.exe 0x05c00000 0x00020000
cat.exe 0x05c20000 0x00020000
cats.exe 0x05c40000 0x00010000
catsrc.exe 0x05c50000 0x00010000
cdb.exe 0x05c60000 0x00090000
cdp.exe 0x05cf0000 0x00020000
certify.exe 0x05d10000 0x00020000
checkfix.exe 0x05d30000 0x00020000
checkrel.exe 0x05d50000 0x00030000
chkalive.exe 0x05d80000 0x00020000
chksum.exe 0x05da0000 0x00020000
chkverfy.exe 0x05dc0000 0x00020000
chmode.exe 0x05de0000 0x00020000
ciscan.exe 0x05e00000 0x00010000
cmdevent.exe 0x05e10000 0x00020000
cmpver.exe 0x05e30000 0x00010000
compdir.exe 0x05e40000 0x00010000
cookie.exe 0x05e50000 0x00020000
cp.exe 0x05e70000 0x00020000
crash.exe 0x05e90000 0x00020000
cruel.exe 0x05eb0000 0x00010000
curridw.exe 0x05ec0000 0x00020000
dbgdump.exe 0x05ee0000 0x00020000
dbmon.exe 0x05f00000 0x00010000
dbwin32.exe 0x05f10000 0x00020000
dcomp.exe 0x05f30000 0x00030000
defect.exe 0x05f60000 0x00010000
delfile.exe 0x05f70000 0x00010000
delnode.exe 0x05f80000 0x00020000
delprof.exe 0x05fa0000 0x00020000
delproj.exe 0x05fc0000 0x00010000
devpre.exe 0x05fd0000 0x00010000
dh.exe 0x05fe0000 0x00020000
dhcpcli.exe 0x06000000 0x00010000
dhcpcmd.exe 0x06010000 0x00010000
dhcpins.exe 0x06020000 0x00010000
dhcploc.exe 0x06030000 0x00010000
dhcptst.exe 0x06040000 0x00010000
diamond.exe 0x06050000 0x000b0000
diamwrap.exe 0x06100000 0x00020000
diff.exe 0x06120000 0x00020000
diskedit.exe 0x06140000 0x00040000
diskmon.exe 0x06180000 0x00020000
dommon.exe 0x061a0000 0x00020000
dosdev.exe 0x061c0000 0x00020000
drivemap.exe 0x061e0000 0x00020000
dskbench.exe 0x06200000 0x00020000
dskimage.exe 0x06220000 0x00020000
du.exe 0x06240000 0x00020000
dumpchk.exe 0x06260000 0x00020000
dumpexam.exe 0x06280000 0x00030000
dumpflop.exe 0x062b0000 0x00020000
dumpgrp.exe 0x062d0000 0x00020000
dumpref.exe 0x062f0000 0x00020000
ech.exe 0x06310000 0x00020000
echotime.exe 0x06330000 0x00020000
editreg.exe 0x06350000 0x00020000
editsym.exe 0x06370000 0x00020000
enlist.exe 0x06390000 0x00010000
ethstat.exe 0x063a0000 0x00020000
exctrlst.exe 0x063c0000 0x00010000
execmail.exe 0x063d0000 0x00010000
exp.exe 0x063e0000 0x00020000
extag.exe 0x06400000 0x00020000
fcom.exe 0x06420000 0x00020000
files.exe 0x06440000 0x00170000
filever.exe 0x065b0000 0x00020000
filter.exe 0x065d0000 0x00010000
fix31grp.exe 0x065e0000 0x00020000
fixdiff.exe 0x06600000 0x00020000
fixlinks.exe 0x06620000 0x00020000
forceflt.exe 0x06640000 0x00010000
forcemrg.exe 0x06650000 0x00010000
gensrv.exe 0x06660000 0x00020000
getbin.exe 0x06680000 0x00020000
getdbg.exe 0x066a0000 0x00030000
gflags.exe 0x066d0000 0x00020000
golf.exe 0x066f0000 0x00010000
grptoreg.exe 0x06700000 0x00020000
guidlib.exe 0x06720000 0x00020000
hd.exe 0x06740000 0x00020000
he.exe 0x06760000 0x00020000
head.exe 0x06780000 0x00020000
heapmon.exe 0x067a0000 0x00020000
hextract.exe 0x067c0000 0x00020000
hsplit.exe 0x067e0000 0x00020000
iexpress.exe 0x06800000 0x00040000
imagecfg.exe 0x06840000 0x00020000
imagechk.exe 0x06860000 0x00020000
in.exe 0x06880000 0x00010000
infs.exe 0x06890000 0x00010000
infsize.exe 0x068a0000 0x00010000
ini.exe 0x068b0000 0x00020000
kbdtool.exe 0x068d0000 0x00020000
kernprof.exe 0x068f0000 0x00010000
kernrate.exe 0x06900000 0x00010000
kerntwk.exe 0x06910000 0x00020000
kill.exe 0x06930000 0x00020000
layout.exe 0x06950000 0x00010000
links.exe 0x06960000 0x00020000
list.exe 0x06980000 0x00030000
listmung.exe 0x069b0000 0x00020000
llscmd.exe 0x069d0000 0x00010000
llsdbg.exe 0x069e0000 0x00010000
lnkdump.exe 0x069f0000 0x00020000
loc.exe 0x06a10000 0x00020000
local.exe 0x06a30000 0x00010000
log.exe 0x06a40000 0x00010000
ls.exe 0x06a50000 0x00020000
makedisk.exe 0x06a70000 0x00010000
mapmsg.exe 0x06a80000 0x00020000
mbytes.exe 0x06aa0000 0x00030000
mcpyfile.exe 0x06ad0000 0x00010000
merge.exe 0x06ae0000 0x00030000
midleb.exe 0x06b10000 0x00020000
midlpg.exe 0x06b30000 0x00020000
midlyacc.exe 0x06b50000 0x00060000
mlayout.exe 0x06bb0000 0x000c0000
mrc.exe 0x06c70000 0x00020000
msize.exe 0x06c90000 0x00010000
mtc.exe 0x06ca0000 0x00010000
mttf.exe 0x06cb0000 0x00020000
mttfvwr.exe 0x06cd0000 0x00020000
munge.exe 0x06cf0000 0x00020000
mv.exe 0x06d10000 0x00020000
netclip.exe 0x06d30000 0x00030000
netjoin.exe 0x06d60000 0x00020000
netperm.exe 0x06d80000 0x00020000
nlmon.exe 0x06da0000 0x00010000
nltest.exe 0x06db0000 0x00030000
ntimer.exe 0x06de0000 0x00020000
nvram.exe 0x06e00000 0x00020000
objdir.exe 0x06e20000 0x00020000
objmon.exe 0x06e40000 0x00030000
oeminf.exe 0x06e70000 0x00010000
order.exe 0x06e80000 0x00020000
out.exe 0x06ea0000 0x00010000
paranoia.exe 0x06eb0000 0x00020000
parcomp.exe 0x06ed0000 0x00020000
parsync.exe 0x06ef0000 0x00020000
passprop.exe 0x06f10000 0x00010000
pcall.exe 0x06f20000 0x00020000
pcmcmd.exe 0x06f40000 0x00020000
pdump.exe 0x06f60000 0x00020000
pegged.exe 0x06f80000 0x00010000
pperf.exe 0x06f90000 0x00030000
ppr.exe 0x06fc0000 0x00030000
pretty.exe 0x06ff0000 0x00020000
prodfilt.exe 0x07010000 0x00020000
psxhello.exe 0x07030000 0x00010000
qgrep.exe 0x07040000 0x00030000
random.exe 0x07070000 0x00020000
rathole.exe 0x07090000 0x00010000
rcdump.exe 0x070a0000 0x00010000
rcpp.exe 0x070b0000 0x00030000
readline.exe 0x070e0000 0x00020000
regback.exe 0x07100000 0x00040000
regdir.exe 0x07140000 0x00020000
regdmp.exe 0x07160000 0x00020000
regfind.exe 0x07180000 0x00020000
regini.exe 0x071a0000 0x00030000
regtogrp.exe 0x071d0000 0x00020000
remote.exe 0x071f0000 0x00020000
rescan.exe 0x07210000 0x00020000
resmon.exe 0x07230000 0x00030000
reversi.exe 0x07260000 0x00010000
rollback.exe 0x07270000 0x00010000
roshare.exe 0x07280000 0x00020000
sadmin.exe 0x072a0000 0x00050000
sclist.exe 0x072f0000 0x00020000
scomp.exe 0x07310000 0x00010000
secedit.exe 0x07320000 0x00020000
seclist.exe 0x07340000 0x00020000
setlink.exe 0x07360000 0x00010000
showperf.exe 0x07370000 0x00020000
shutdown.exe 0x07390000 0x00010000
simbad.exe 0x073a0000 0x00020000
size.exe 0x073c0000 0x00010000
sleep.exe 0x073d0000 0x00020000
slm.exe 0x073f0000 0x00050000
slmck.exe 0x07440000 0x00040000
slmdiff.exe 0x07480000 0x00020000
slmed.exe 0x074a0000 0x00050000
smbtrace.exe 0x074f0000 0x00030000
snake.exe 0x07520000 0x00010000
snmputil.exe 0x07530000 0x00010000
solidpp.exe 0x07540000 0x00020000
splinfo.exe 0x07560000 0x00010000
splitsym.exe 0x07570000 0x00020000
srch.exe 0x07590000 0x00040000
srvname.exe 0x075d0000 0x00020000
ssptest.exe 0x075f0000 0x00010000
ssync.exe 0x07600000 0x00010000
startpgm.exe 0x07610000 0x00020000
status.exe 0x07630000 0x00010000
strings.exe 0x07640000 0x00020000
stripcv.exe 0x07660000 0x00020000
stripinf.exe 0x07680000 0x00010000
strmdbg.exe 0x07690000 0x00010000
structo.exe 0x076a0000 0x00020000
suck.exe 0x076c0000 0x00020000
switcher.exe 0x076e0000 0x00010000
sync.exe 0x076f0000 0x00020000
sysdiff.exe 0x07710000 0x00020000
tail.exe 0x07730000 0x00020000
taipei.exe 0x07750000 0x00020000
takeown.exe 0x07770000 0x00020000
tc.exe 0x07790000 0x00020000
tee.exe 0x077b0000 0x00020000
tictac.exe 0x077d0000 0x00010000
tile.exe 0x077e0000 0x00010000
timeit.exe 0x077f0000 0x00020000
timer.exe 0x07810000 0x00020000
tlist.exe 0x07830000 0x00020000
topdesk.exe 0x07850000 0x00080000
touch.exe 0x078d0000 0x00020000
tpdiff.exe 0x078f0000 0x00020000
trans.exe 0x07910000 0x00020000
tz.exe 0x07930000 0x00020000
uixport.exe 0x07950000 0x00020000
units.exe 0x07970000 0x00010000
unmerge.exe 0x07980000 0x00020000
upd.exe 0x079a0000 0x00020000
upddbg.exe 0x079c0000 0x00020000
updrn.exe 0x079e0000 0x00020000
vdesk.exe 0x07a00000 0x00010000
vi.exe 0x07a10000 0x00030000
walk.exe 0x07a40000 0x00020000
wc.exe 0x07a60000 0x00020000
wcshdr.exe 0x07a80000 0x00020000
wextract.exe 0x07aa0000 0x00030000
where.exe 0x07ad0000 0x00020000
winobj.exe 0x07af0000 0x00050000
winschk.exe 0x07b40000 0x00ba0000
winscl.exe 0x086e0000 0x00010000
winsdrv.exe 0x086f0000 0x00010000
winvtp.exe 0x08700000 0x00020000
ws.exe 0x08720000 0x00020000
ws2hdr.exe 0x08740000 0x00010000
xdosnet.exe 0x08750000 0x00020000
xerox.exe 0x08770000 0x00020000
yapt.exe 0x08790000 0x00020000
ync.exe 0x087b0000 0x00020000
z.exe 0x087d0000 0x00060000
accupd.exe 0x08830000 0x00020000
accupd2.exe 0x08850000 0x00020000
actclt.exe 0x08870000 0x00020000
actsrv.exe 0x08890000 0x00010000
bldvtbl.exe 0x088a0000 0x00020000
capiinst.exe 0x088c0000 0x00020000
ccsetup.exe 0x088e0000 0x00010000
client.exe 0x088f0000 0x00010000
clipdump.exe 0x08900000 0x00020000
cntroutl.exe 0x08920000 0x00040000
convgrp.exe 0x08960000 0x00020000
cpustres.exe 0x08980000 0x00010000
cputgen.exe 0x08990000 0x00020000
ctt2rle.exe 0x089b0000 0x00020000
ddmprxy.exe 0x089d0000 0x00010000
dfsetup.exe 0x089e0000 0x00010000
dftool.exe 0x089f0000 0x00010000
dhcmp.exe 0x08a00000 0x00020000
discon.exe 0x08a20000 0x00010000
disctest.exe 0x08a30000 0x00010000
dnscmd.exe 0x08a40000 0x00010000
dnssetup.exe 0x08a50000 0x00010000
dnsstat.exe 0x08a60000 0x00010000
dphhogs.exe 0x08a70000 0x00010000
dskdump.exe 0x08a80000 0x00020000
dummy.exe 0x08aa0000 0x00010000
dumpbin.exe 0x08ab0000 0x00010000
dumpclip.exe 0x08ac0000 0x00020000
empty.exe 0x08ae0000 0x00020000
emptyq.exe 0x08b00000 0x00030000
espexe.exe 0x08b30000 0x00010000
execslm.exe 0x08b40000 0x00010000
explalt.exe 0x08b50000 0x00070000
fail.exe 0x08bc0000 0x00010000
faxstres.exe 0x08bd0000 0x00010000
fileback.exe 0x08be0000 0x00010000
filtest.exe 0x08bf0000 0x00010000
ftc.exe 0x08c00000 0x00020000
gdibench.exe 0x08c20000 0x00050000
gdistats.exe 0x08c70000 0x00020000
genthnk.exe 0x08c90000 0x00030000
getmttf.exe 0x08cc0000 0x00020000
htmboard.exe 0x08ce0000 0x00010000
icntrotl.exe 0x08cf0000 0x00040000
impchk.exe 0x08d30000 0x00020000
infilter.exe 0x08d50000 0x00020000
init.exe 0x08d70000 0x00020000
install.exe 0x08d90000 0x00020000
ipsetup.exe 0x08db0000 0x00010000
ipxping.exe 0x08dc0000 0x00010000
ipxrgcfg.exe 0x08dd0000 0x00010000
ipxrtvw.exe 0x08de0000 0x00030000
isvrotl.exe 0x08e10000 0x00040000
leakyapp.exe 0x08e50000 0x00010000
license.exe 0x08e60000 0x00010000
logdiff.exe 0x08e70000 0x00020000
machrid.exe 0x08e90000 0x00020000
mcopy.exe 0x08eb0000 0x00010000
memsnap.exe 0x08ec0000 0x00020000
mprouter.exe 0x08ee0000 0x00010000
netdfs.exe 0x08ef0000 0x00010000
netmon.exe 0x08f00000 0x000e0000
nsnmp.exe 0x08fe0000 0x00010000
ntgpcedt.exe 0x08ff0000 0x00020000
olebind.exe 0x09010000 0x00030000
olecnfg.exe 0x09040000 0x00020000
olesrv.exe 0x09060000 0x00010000
oletest.exe 0x09070000 0x00020000
pdlcnfig.exe 0x09090000 0x00020000
pdlsvc.exe 0x090b0000 0x00020000
pfm2ifi.exe 0x090d0000 0x00020000
pifdump.exe 0x090f0000 0x00020000
plotgpc.exe 0x09110000 0x00020000
plumbing.exe 0x09130000 0x00020000
poolsnap.exe 0x09150000 0x00030000
ppm2pps.exe 0x09180000 0x00020000
printman.exe 0x091a0000 0x00040000
q.exe 0x091e0000 0x00040000
quickres.exe 0x09220000 0x00010000
rasusers.exe 0x09230000 0x00010000
regdiff.exe 0x09240000 0x00020000
rendtest.exe 0x09260000 0x00010000
riptest.exe 0x09270000 0x00010000
rladmin.exe 0x09280000 0x00050000
rledit.exe 0x092d0000 0x00060000
rlquiked.exe 0x09330000 0x00050000
routemon.exe 0x09380000 0x00010000
rtradmin.exe 0x09390000 0x00030000
server.exe 0x093c0000 0x00020000
setacc.exe 0x093e0000 0x00020000
setpriv.exe 0x09400000 0x00020000
setprop.exe 0x09420000 0x00020000
sign.exe 0x09440000 0x00020000
simpcntr.exe 0x09460000 0x00030000
simpdnd.exe 0x09490000 0x00030000
simpsvr.exe 0x094c0000 0x00030000
smbrdr.exe 0x094f0000 0x00020000
sortlog.exe 0x09510000 0x00020000
sortpp.exe 0x09530000 0x00020000
stgdrt.exe 0x09550000 0x00010000
stress.exe 0x09560000 0x00010000
sublocal.exe 0x09570000 0x00020000
svroutl.exe 0x09590000 0x00030000
tapiupr.exe 0x095c0000 0x00010000
tb20.exe 0x095d0000 0x00040000
terminal.exe 0x09610000 0x00050000
test.exe 0x09660000 0x00010000
testsrv.exe 0x09670000 0x00010000
tlocmgr.exe 0x09680000 0x00010000
tpctl.exe 0x09690000 0x00050000
upedit.exe 0x096e0000 0x00020000
w3t.exe 0x09700000 0x00020000
wansetup.exe 0x09720000 0x00010000
wcache.exe 0x09730000 0x00020000
win95cmd.exe 0x09750000 0x00080000
winsdmp.exe 0x097d0000 0x00010000
wntipcfg.exe 0x097e0000 0x00020000
wrapit.exe 0x09800000 0x00020000
csrss.exe 0x5ffe0000 0x00010000
winsrv.dll 0x5ff90000 0x00050000
basesrv.dll 0x5ff70000 0x00020000
csrsrv.dll 0x5ff60000 0x00010000
vga.dll 0x5ff50000 0x00010000
kbdus.dll 0x5ff40000 0x00010000
kbdbe.dll 0x5ff30000 0x00010000
kbdbr.dll 0x5ff30000 0x00010000
kbdca.dll 0x5ff30000 0x00010000
kbdcz.dll 0x5ff30000 0x00010000
kbdda.dll 0x5ff30000 0x00010000
kbddv.dll 0x5ff30000 0x00010000
kbdes.dll 0x5ff30000 0x00010000
kbdfc.dll 0x5ff30000 0x00010000
kbdfi.dll 0x5ff30000 0x00010000
kbdfr.dll 0x5ff30000 0x00010000
kbdgr.dll 0x5ff30000 0x00010000
kbdhe.dll 0x5ff30000 0x00010000
kbdhu.dll 0x5ff30000 0x00010000
kbdic.dll 0x5ff30000 0x00010000
kbdit.dll 0x5ff30000 0x00010000
kbdla.dll 0x5ff30000 0x00010000
kbdne.dll 0x5ff30000 0x00010000
kbdno.dll 0x5ff30000 0x00010000
kbdpl1.dll 0x5ff30000 0x00010000
kbdpo.dll 0x5ff30000 0x00010000
kbdru.dll 0x5ff30000 0x00010000
kbdsf.dll 0x5ff30000 0x00010000
kbdsg.dll 0x5ff30000 0x00010000
kbdsl.dll 0x5ff30000 0x00010000
kbdsp.dll 0x5ff30000 0x00010000
kbdsw.dll 0x5ff30000 0x00010000
kbdtuf.dll 0x5ff30000 0x00010000
kbdtuq.dll 0x5ff30000 0x00010000
kbduk.dll 0x5ff30000 0x00010000
kbdusl.dll 0x5ff30000 0x00010000
kbdusr.dll 0x5ff30000 0x00010000
kbdusx.dll 0x5ff30000 0x00010000
ati.dll 0x5ff00000 0x00030000
s3.dll 0x5ff10000 0x00020000
weitekp9.dll 0x5ff10000 0x00020000
framebuf.dll 0x5ff20000 0x00010000
qv.dll 0x5ff10000 0x00020000
wow32.dll 0x0ff60000 0x00090000
vcdex.dll 0x0ff50000 0x00010000
vdmredir.dll 0x0ff30000 0x00020000
ntvdm.exe 0x0fc80000 0x002b0000
wx86.dll 0x60000000 0x00010000
wx86cpu.dll 0x60010000 0x00290000
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 0x5fd60000 0x00010000
wisock32.dll 0x5fd50000 0x00010000
whsock32.dll 0x5fd40000 0x00010000
wiole32.dll 0x5fd30000 0x00010000
whole32.dll 0x5fc90000 0x000a0000
wiopengl.dll 0x5fc80000 0x00010000
whopengl.dll 0x5fc60000 0x00020000
wicdlg32.dll 0x5fc50000 0x00010000
whcdlg32.dll 0x5fc40000 0x00010000
wicctl32.dll 0x5fc30000 0x00010000
whcctl32.dll 0x5fc20000 0x00010000
wioleaut.dll 0x5fba0000 0x00080000
wioledlg.dll 0x5fb90000 0x00010000
wholedlg.dll 0x5fb80000 0x00010000
wx86e.dll 0x5f8d0000 0x002b0000
iprop.dll 0x5f800000 0x00040000