PDB Reader PRO is a professional Windows desktop tool built with C# WinForms for analyzing .pdb files and extracting embedded readable data such as:
- PNG image links
- JSON metadata links
- PKG download links
- Content IDs / Game IDs
- Readable text strings
The application supports automatic extraction, image preview, context menu integration, and file association for .pdb files.
- Open
.pdbfiles directly - Double-click
.pdbsupport - Right-click context menu integration
- Automatic extraction after opening file
- Binary string extraction
The tool automatically detects and extracts:
.png.json.pkg- Content IDs
- URLs
- Readable ASCII text
- Professional light UI
- Embedded application icon
- Image preview panel
- Search box
- DataGrid table viewer
- Details viewer
- Fixed professional layout
- No maximize button
Export extracted data to:
- TXT
- JSON
| File | Description |
|---|---|
PdbReaderGUI_PRO.exe |
Main application |
register_pdb.reg |
Register .pdb extension with the tool |
remove_register_pdb.reg |
Remove .pdb file association |
add_context_menu.reg |
Add right-click context menu |
remove_context_menu.reg |
Remove right-click context menu |
-
Left panel:
- Image preview
- File details
-
Right panel:
- Extracted table data
-
Top toolbar:
- Browse
- Save TXT
- Save JSON
- Clear
The application:
-
Reads
.pdbfile as raw binary -
Extracts readable strings
-
Uses Regex pattern matching
-
Detects:
- PNG URLs
- JSON URLs
- PKG URLs
- Content IDs
-
Displays results automatically
| Type | Supported |
|---|---|
| PDB | β |
| PNG | β |
| JSON | β |
| PKG | β |
The built-in search system allows searching inside:
- URLs
- Content IDs
- JSON links
- PKG links
Press Enter after typing.
====================================
Name / Content ID: JP0741-CUSA25180_00-JINKIT...
PNG: https://image.api.playstation.com/...
JSON: http://gs2.ww.prod.dl.playstation.net/...
PKG: /JP0741-CUSA25180_00-JINKIT.pkg[
{
"Name": "JP0741-CUSA25180_00-JINKIT",
"PNG": "https://image.api.playstation.com/...",
"JSON": "http://gs2.ww.prod.dl.playstation.net/...",
"PKG": "/JP0741-CUSA25180_00-JINKIT.pkg"
}
]- Windows 10 / 11
- .NET 8 Runtime
- Internet connection for image preview
dotnet rundotnet publish -c Release -r win-x64 --self-contained trueRun:
register_pdb.regThis enables:
- Double-click
.pdbsupport - Open directly with PDB Reader PRO
Run:
remove_register_pdb.regRun:
add_context_menu.regAdds:
Open with PDB Reader PROto the Windows context menu.
Run:
remove_context_menu.reg- C#
- .NET 8 WinForms
- Regex
- DataGridView
- System.Text.Json
- WebClient
- Windows Registry
Planned features:
- Drag & Drop support
- Dark Mode
- Multi-file extraction
- Excel export
- Faster async image loading
- Modern UI redesign
- Offline image cache
PDB Reader PRO was created for advanced file analysis and reverse engineering workflows.
Free for educational and research purposes.