https://github.com/caledoniaproject/pdb-downloader-py
PDB download tool
https://github.com/caledoniaproject/pdb-downloader-py
pdb python
Last synced: about 1 year ago
JSON representation
PDB download tool
- Host: GitHub
- URL: https://github.com/caledoniaproject/pdb-downloader-py
- Owner: CaledoniaProject
- Created: 2019-09-13T00:37:05.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-12T09:16:14.000Z (over 6 years ago)
- Last Synced: 2025-04-03T08:01:44.392Z (about 1 year ago)
- Topics: pdb, python
- Language: Python
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# pdb-downloader
Download PDB files from microsoft symbol servers
# Usage
Download PDB for multiple exe files
```bash
> ./main.py /tmp/notepad.exe
Saving http://msdl.microsoft.com/download/symbols/notepad.pdb/A976171302F1449EA6B676E127B7434D2/notepad.pdb to /tmp/notepad.pdb
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 203k 100 203k 0 0 63323 0 0:00:03 0:00:03 --:--:-- 109k
```