SkillAgentSearch skills...

PyPDBdownload

A Python script to download PDB files associated with a Portable Executable (PE)

Install / Use

/learn @p0dalirius/PyPDBdownload
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<p align="center"> A Python script to download PDB files associated with a Portable Executable (PE). <br> <img alt="GitHub release (latest by date)" src="https://img.shields.io/github/v/release/p0dalirius/pdbdownload"> <a href="https://twitter.com/intent/follow?screen_name=podalirius_" title="Follow"><img src="https://img.shields.io/twitter/follow/podalirius_?label=Podalirius&style=social"></a> <a href="https://www.youtube.com/c/Podalirius_?sub_confirmation=1" title="Subscribe"><img alt="YouTube Channel Subscribers" src="https://img.shields.io/youtube/channel/subscribers/UCF_x5O7CSfr82AfNVTKOv_A?style=social"></a> <br> </p>

Features

  • [x] Download PDB symbols from msdl.microsoft.com.
  • [x] Process a single or a batch of PortableExecutable (PE) files.

Installation

pdbdownload is available on PyPi:

python3 -m pip install pdbdownload

Usage

$ ./pdbdownload.py -h
usage: pdbdownload.py [-h] (-f PE_FILE | -d PE_DIR) [-S SYMBOLS_DIR] [-v]

Description message

optional arguments:
  -h, --help            show this help message and exit
  -f PE_FILE, --pe-file PE_FILE
  -d PE_DIR, --pe-dir PE_DIR
  -S SYMBOLS_DIR, --symbols-dir SYMBOLS_DIR
                        Output dir where symbols will be downloaded.
  -v, --verbose         Verbose mode. (default: False)

Example

To recursively download the PDBs of all executables in a folder, use:

pdbdownload -d . -S .

Contributing

Pull requests are welcome. Feel free to open an issue if you want to add other features.

View on GitHub
GitHub Stars129
CategoryDevelopment
Updated22d ago
Forks13

Languages

Python

Security Score

85/100

Audited on Mar 11, 2026

No findings