Skip to content

Standalone program to download PDB Symbol files for debugging without WDK

License

Notifications You must be signed in to change notification settings

Biswa96/PDBDownloader

Repository files navigation

PDBDownloader

Download PDB Symbol files for Debugging directly from MSDL Server without Windows Driver Kit and Symbol Checker.

Features

  • This is a standalone program and can be used from external drives.
  • Works with both 32bit and 64bit programs.
  • Just drag and drop a valid PE file onto the PDBDownloader executable.
  • Does not require whole Windows Driver Kit.
  • Does not require any administrator privilege.

Acknowledgment

The PE header reader algorithm is taken from rajkumar-rangaraj/PDB-Downloader repository. Also these articles & links:

License

This project is licensed under GNU Public License v3 or higher.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.