A small tool for downloading Program DataBase (PDB) of PE files.
pdbget --help
USAGE:
pdbget [OPTIONS] <input> --server <url>
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-o, --out <output> Directory to save downloaded pdbs (default: current)
-s, --server <url> Symbol server url (e.g. https://msdl.microsoft.com/download/symbols/)
ARGS:
<input> PE file or folder (recursively traversed)
- Download PDBs of Microsoft Windows system dlls
pdbget windows_dlls/ -o pdbs -s https://msdl.microsoft.com/download/symbols/