N3mes1s / PDB-Downloader

PDB Downloader - An easier way to download Microsoft's public symbols for Libraries and Executables.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Today, in order to download Microsoft symbol files, you have to collect a memory dump of the process and use debuggers, like Debug Diagnostics or VS Debugger, to download it. The debuggers will attempt to download all the symbols used by the application. This process is very time consuming because it downloads PDBs for all the files. In addition, some of the PDB files are huge, which consumes disk space.

To address these limitations, we have created the PDB Downloader. The PDB Downloader downloads symbol files without collecting any memory dumps. This tool provides an option to select the libraries for which symbols needs to be downloaded. This reduces both time spent and disk space.

Advantages

  • No debuggers are required to download the symbols.
  • You do not need admin access.
  • No need to install the tool - it’s a standalone executable.
  • You can download symbols which are required by debugger for breakpoints.
  • The tool reduces 90% of symbol download time.
  • Disk space utilization is minimal.
Features
  • Lightweight tool - less than 200 KB in size.
  • Open source, free to download and modify
  • Log file support to troubleshoot issues with tool.
  • Supports both managed and native libraries/executables
  • Downloads:
    • Microsoft Symbol Server symbols.
    • Symbols from most external symbol servers, like Google, Adobe, etc.
    • Private symbols if the symbols servers are configured for HTTP.
    • Symbols for 32 bit and 64 bit architecture.

Reference: https://blogs.msdn.microsoft.com/webtopics/2016/03/07/pdb-downloader/

Usage: https://blogs.msdn.microsoft.com/chiranth/2015/12/22/slow-response-automated-data-collection-using-freb-and-debug-diag/
https://blogs.msdn.microsoft.com/chiranth/2015/12/14/session-loss-due-to-application-domain-recycle-advanced/

About

PDB Downloader - An easier way to download Microsoft's public symbols for Libraries and Executables.


Languages

Language:C# 100.0%