-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows 10 Mobile binaries? #172
Comments
Where is it mentioned? This issue is about Windows 7. In fact, the Winbindex introduction blog post links to a table with available updates at the time Winbindex was created, and it shows that the Windows 10 Mobile updates were all missing. |
To clarify, the Microsoft Update catalog was mentioned in #166. I've searched for Windows 10 Mobile updates there, and they seem to be there, unless I'm mistaken? |
I'm not sure what those update packages are and where to find structured info about them. I was referring to KB updates such as KB4535289. It might be possible to use what you linked, but you'll have to adjust the Winbindex scripts for it. Otherwise, it's not clear which of the 1000+ search results are relevant or useful for the task. |
Sorry, I don't know much about the internals of these updates. After a bit of digging, the updates still available for Windows 10 Mobile on the catalog are OS images for some builds of Many of them are driver packages and language/region/vendor specific packages, if the query "Windows Mobile 10 Production Bundle - OS update for all mobile devices" is used, one will only receive < 100 search results. |
My comment from the Win7 issue applies:
LMK if you decide to work on it and need help. |
There is a rather comprehensive source of Windows 10 Mobile (and also Windows Phone 8!) cabinets available here: https://github.com/Empyreal96/WPCabLinks.db These can be extracted (especially the ones with |
Seems like updates for Windows 10 Mobile are still index in the Microsoft Update catalog, as mentioned in #166.
While Win10M is a dead OS, it provides a picture of the evolution of Windows NT on ARM before the 16xxx builds indexed here.
I'm particularly interested in the
ntoskrnl.exe
file and thePsRegisterPicoProcess
symbol. I've noticed that only on ARM Windows build 16xxx, the symbol is missing. It is available on all known Windows NT 10.0 x64 builds and is known to be present on early Win10M (10.0.10240.x).The text was updated successfully, but these errors were encountered: