m417z / winbindex

An index of Windows binaries, including download links for executables such as exe, dll and sys files
https://winbindex.m417z.com
GNU General Public License v3.0
599 stars 62 forks source link

Some files cannot be downloaded #171

Open trungnt2910 opened 11 months ago

trungnt2910 commented 11 months ago

I have fetched a list of files from your database. The following files cannot be downloaded:

0eed89b6f8d79bfe14cb4757744b5b91ccd0eca31ac7cecb6b22bf03afdb26f1, 860a72fd473add283a3bfde161b8719aa08bee24b12fdf06e268447d6985e0c9 8f7fd74b70a03fbf100f7df1ba6d9dc6f46997d409e2ed2fd1302e7d2ccb83a7 dfa0a5c68c0ba3d79309e4cd88165528d884d36aa60444351744e25134bd5237 a9a69cf8377c6447d24f524937cc00e3321f296080b41a3a8efcf8dcbc8c5eca b7f3b67126cdcd5b27fb94ecf8e6055df759254f9e66069e95ec7673821c8adf

All of these files are arm64 builds of ntoskrnl.exe. The links are generated using the method presented in DeltaDownloader. I have also tested clicking directly on the links generated by your frontend.

Probably something wrong with the parameters provided in your database?

m417z commented 11 months ago

I believe that the symbols are just missing on the Microsoft Symbol Server. For example, for the first file on your list, 0eed89, that's the data that was retrieved from the PE file (not the delta metadata):

    "fileInfo": {
        "machineType": 43620,
        "md5": "378a6f7b5eef97f0c2fa5b800b3dee57",
        "size": 8424856,
        "timestamp": 1511691050,
        "virtualSize": 9220096
    },

The address for these parameters is the following, which returns 404: https://msdl.microsoft.com/download/symbols/ntoskrnl.exe/5A1A932A8cb000/ntoskrnl.exe

If you want to be really sure, you can grab the relevant Windows version, get its ntoskrnl.exe and open it in WinDbg or a similar tool. I suspect that it will report the same - that the symbols are missing.

trungnt2910 commented 11 months ago

Some x64 builds of ntoskrnl.exe are also affected:

e1762cef319c423575865fd7847a31a8d3d93814341df732ece0ef7faceff587
ea2d17f5af47cc7c042c795e6ff0161bde6a4cc05087b4bf9303da2a1fb34160
a4a93d88d348af6a739ffae33ab20504c681d2b727c257dc19a12599336c82f6
c97fa5d5341e3d51e07712abe013958aeae48c3c3c75402764a84a0da2fa2ceb
7ada4ce3b32534111206d8d329e0238075b970c9139bdc4223a6836acb1e5d11
442cb1b10a217d0bd5d2ff48e2026e2c31a179baf2e0dca8db56cc27d485448e
310c559f31acfdecf6450b2c534356b748fbbbc171cff10b2fa6951c4c3d46c9
4b90fd10976f59f98b9f07db84843ca379f5b462741d297e327d1d5d9c9a3dd1

And so are "Insider" builds:

33178f4377eace9d8f496b10ef1668512a9d3df5de529e94acb49cf737c6fd3e
c69bb2b686a2ac372993c82998221c6f1ee3687cc1e1d5748e39839d4411b7cb
e5b5293c9b75b36df7a27f921c1f7225a770a92f1c21b69bbe8a0104992e98a2
41aeaa2534dfa5e989c09386c26257cbe9cfeddcada925a8ffe69c7b05dc39b6
d4ccd95ec22c8882803bc7239b3ae51ea0c9b4fba8562795a819faa5f1effd82
718acf6091dad265831c7f135033b6f4d96a65b290246def243bc5be5a73806a
d285a3d041700cc92bea55eaae86900cea1945b151dc95d3a452d3711857191b
08539f3441b72edacd5930bf8e64fdfa9cda32d5d66767883ce839727b0c8e77
dd8dd1717a754643c0c3f3a630b8a00efbe38a1c61def13ab0de5ffd638548d9
bcbfe0009b407c8387f878e59f9e7dfec5425386d4c30f292908df12af669c9e
5b2af1847a20a6866c172ed6eea1e15d988fa0f5be85733efb1d5149fd79eea1
af8cb8896fe606f654da6ac5882c97c349a7a9a3bf3472f0d78517418c6abdb2
1153d4cea0d65afa26eccab86facffb7b788225c1c1069c98254b0aa56d54041
162942509697ea60b58c8a41c3c111d53c67788993353292fab5bcab7199bc73
09174c57a74349a6384636f8f278d144a902f3784b8bc2ed6c8505642e9d3ae5
30bfce2a7f4634d8e3edf2a2ff8f47736d68b9ee88da4db5532839f6fca9a020
97c321aace93b0dc9574526e67334a4f6784fa6076fdbec93c4fe8a82e2c08f8
ec8e3571edbc332f20858b19e24c42e8877660b3d8c5fcbf8596ba9a36706dcd
808523578f192771a2dd660e841d024fb5b275b799343b5f974a490483a27eac
aubymori-backup commented 3 months ago

I personally can't download any MUI files whatsoever. Kind of sucks when I want to downgrade a specific system file, but have to download the entire ISO just because of this. :/