Windows System Software -- Consulting, Training, Development -- Unique Expertise, Guaranteed Results
The free OSR Learning Library has more than 50 articles on a wide variety of topics about writing and debugging device drivers and Minifilters. From introductory level to advanced. All the articles have been recently reviewed and updated, and are written using the clear and definitive style you've come to expect from OSR over the years.
Check out The OSR Learning Library at: https://www.osr.com/osr-learning-library/
I wonder if someone from Microsoft could answer this.
Is there a way to download older symbols and original binaries from MS symbol server?
Like the ones from Windows XP?
Thanks in advance.
More info
It seems that some time ago (not exactly sure when), Microsoft decided to cleanup the symbol server store. Since then, older symbols seem to be no more there and the files have changed names, because they are no longer compressed (or they seem to be, at least).
===== OLD STRUCTURE ====
Files were stored compressed, as CAB files.
Example: calc.exe 5.1.2600.0 from vanilla Windows XP
http://msdl.microsoft.com/download/symbols/calc.exe/3B7D84101F000/calc.ex_
That file is no longer available. The same applies to e.g. kernel32.pdb (.pd_, respectively)
===== NEW STRUCTURE ====
Files are stored in plain (uncompressed) form, be it EXE or PDB.
Example: calc.exe v 10.0.0.17763.1 (x64)
Remote path is: http://msdl.microsoft.com/download/symbols/calc.exe/8F598A9EB000/calc.exe
Can download OK, e.g. with wget.
Upcoming OSR Seminars | ||
---|---|---|
OSR has suspended in-person seminars due to the Covid-19 outbreak. But, don't miss your training! Attend via the internet instead! | ||
Kernel Debugging | 30 January 2023 | Live, Online |
Developing Minifilters | 20 March 2023 | Live, Online |
Internals & Software Drivers | 17 April 2023 | Live, Online |
Writing WDF Drivers | 22 May 2023 | Live, Online |
Comments
I cannot help you directly, but my observation of the PR and Issue logs shows that the doc guys are currently the best way to get a dev to listen to a real issue.
Occassionally an MS dev will jump in here, and they are always appreciated, but failing a response, you might want to to raise a suitably worded issue on the appropriate page or directly in github
Just a thought
Hi Mr. Zezula!
@aluhrs is the PM for WinDbg, and is a member here. Very helpful guy. If we don’t get his attention by more conventional ways, I’ll ping him directly.
BTW, I definitely do see XP SP 3 symbols on the symbol server. Or, at least I did earlier this week. What are you itmseeing, specifically?
Peter
Peter Viscarola
OSR
@OSRDrivers