No project description provided
Project description
A Python script to download PDB files associated with a Portable Executable (PE).
Features
- Download PDB symbols from
msdl.microsoft.com
. - 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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pdbdownload-1.3.tar.gz
(3.9 kB
view details)
Built Distribution
File details
Details for the file pdbdownload-1.3.tar.gz
.
File metadata
- Download URL: pdbdownload-1.3.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f029a70083a1ddde3a6204ab74f3ee6557ca399dba0434187c41af762108af3a |
|
MD5 | 2d41d4512bb22e2671e97a7305268d8a |
|
BLAKE2b-256 | 606d5a7b811115b720c04d626a5a4e4903bbe62d41de96d4ab7cecd32427d9ce |
File details
Details for the file pdbdownload-1.3-py3-none-any.whl
.
File metadata
- Download URL: pdbdownload-1.3-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6217934fe12cebefe1ce4b7f454f9c1beeb0ebfac0bd51329f242f5913e64913 |
|
MD5 | 26b231f1737d0be715a14287c5aad309 |
|
BLAKE2b-256 | b7d964a959622297c2f39f8e8879286c8518ba5ac7edecf0cdac26aad8e5f53b |