Skip to content

tathanhdinh/pdbget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pdbget

A small tool for downloading Program DataBase (PDB) of PE files.

Usage

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)

Example

  • Download PDBs of Microsoft Windows system dlls
pdbget windows_dlls/ -o pdbs -s https://msdl.microsoft.com/download/symbols/

About

A tool for downloading Program DataBase (PDB) of PE files

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages