> cat /dev/github | grep security-tools
discovered 30 Mar 2026

PDBRipper

C ★ 883 via github-topic
→ View on GitHub

AI Summary: PDBRipper is a utility designed for extracting information from PDB (Program Database) files, primarily used in software development and reverse engineering. Notable features include a graphical user interface and console mode for flexibility, as well as support for building on Windows using Visual Studio and Qt. The tool facilitates in-depth analysis and manipulation of debugging information contained within PDB files.


README

Donate GitHub tag (latest SemVer) GitHub All Releases

PDBRipper

PDBRipper is an utility for extract an information from PDB-files.

alt text

alt text alt text

How to build on Windows

Install Visual Studio 2013: https://github.com/horsicq/build_tools

Install Qt 5.6.3 for VS2013: https://github.com/horsicq/build_tools

Install 7-Zip: https://www.7-zip.org/

Clone project: git clone –recursive https://github.com/horsicq/PDBRipper.git

Edit build_win32.bat ( check VS_PATH, SEVENZIP_PATH, QT_PATH variables)

Run build_win32.bat

Special Thanks