Hmm. Wish I had known about this before I wrote my own tool to do basically
the same thing.
Alas,
mm
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of
xxxxx@Microsoft.com
Sent: Tuesday, April 12, 2011 1:10 PM
To: Windows System Software Devs Interest List
Subject: RE:[ntdev] wdf01000.pdb
i am posting this on behalf of Scott Kupec:
The last post by “mm” almost has it right. He mentions:
symchk /av /od /r /s SRV**http://msdl.microsoft.com/download/symbols
except the OP wanted to do this from a non-internet machine. In that case,
From the non-connected machine:
symchk /r /f C:* /s . /om FilesToGet.txt
The generated FilesToGet.txt is all readable plaintext which, so far, has
allied any customer concerns about exactly what information is leaving the
machine.
Copy the generated FilesToGet.txt to a connected machine and…
symchk /s SRV*C:\SymCache*http://msdl.microsoft.com/download/symbols /im
FilesToGet.txt
which will populate C:\SymCache with all of the (available) PDBs for the
original system. From there, you do have to find a way to get the directory
available to the non-connected machine but a USB drive usually does the
trick.
This was added a couple of years back for customers that needed to debug in
a secure environment.
–Scott
NTDEV is sponsored by OSR
For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars
To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer