Vault7: CIA Hacking Tools Revealed
Navigation: » Directory » EDG Tricks of the Trade » EDG Tricks of the Trade Home » How-To Articles
Grab Windows Symbols From The Share
Step-by-step guide
- Install "Debugging Tools for Windows" (located at \\fs-01\share\Windows Software Development Resources\Debugging Tools for Windows)
-
Use SymChk.exe that comes with Debugging Tool for Windows and run the following:
symchk /if c:\windows\system32\*.dll /s srv*c:\symbols*\\fs-01\share\WindowsSymbolsNote: Using "c:\windows\system32\*.dll" for the "/if" option will find the debug symbols for all Windows DLLs. You could instead specify specific DLLs, use a manifest file, use an EXE to grab only the symbols it needs (see symchk's help for all options). Also, this command will download all symbols to "c:\symbols", you can change that to be whatever you wish.