Prodinfo Reader Switch
More actions
| Prodinfo Reader | |
|---|---|
| General | |
| Author | sthetix |
| Type | PC Utilities |
| Version | 1.0.1 |
| License | N/A |
| Last Updated | 2026/01/10 |
| Links | |
| Download | |
| Website | |
| Source | |
ProdinfoReader is a GUI application for Windows designed to analyze decrypted Nintendo Switch PRODINFO files.
It provides detailed information about your console's hardware components, network identifiers, color scheme, and validation status.
Requires Windows 7, 8, 10, or 11 (32-bit or 64-bit).
Features
- Multi-tab interface with six detailed sections.
- Full hardware analysis (LCD vendor, sensors, battery data, and analog sticks).
- Extraction of WLAN and Bluetooth MAC addresses.
- Color and bezel design data including RGB hex values.
- Integrity validation using SHA256 hashing.
- Raw data hex viewer for the first 1024 bytes.
- Automatic report generation in text format.
- Self-contained launcher with dark GUI theme.
User guide
How to use
Run ProdinfoReader.exe, first launch will automatically install Python if needed.
Click "Select PRODINFO File (.bin/.dec)" and select a decrypted PRODINFO file from your computer.
The tool will parse and display console information across multiple tabs.
Click "Save Complete Report" in the Overview tab to export as a formatted text file.
Important notes:
- Internet connection is required on first run (for Python and dependency setup).
- Only decrypted PRODINFO files are supported. Encrypted files will be rejected.
Information extracted
Console Information:
- Magic number and version
- Product model (V1, V2, Lite, OLED)
- Serial number
- Update count
Network & Identification:
- WLAN MAC address
- Bluetooth MAC address
- Region code
- Color variation codes
Hardware Components:
- LCD vendor and model (JDI, InnoLux, AUO, Sharp, Samsung)
- Battery information and lot number
- Analog stick types (Hosiden, FIT)
- 6-axis sensor details (LSM6DS3H, BMI160, ICM20600, etc.)
- Touch IC vendor information
- USB Type-C power specifications
Design & Colors:
- Housing color specifications
- Sub, bezel, and main color values
- RGB hex color codes
File Validation:
- Magic number verification
- Body size validation
- SHA256 hash verification
- Console type detection
Console model detection
| Model ID | Console Type | Description |
|---|---|---|
| 1 | Erista (V1) | Original Nintendo Switch |
| 2 | Copper | Development unit |
| 3 | Iowa (V2) | Revised Nintendo Switch |
| 4 | Hoag (Lite) | Nintendo Switch Lite |
| 5 | Calcio | Development unit |
| 6 | Aula (OLED) | Nintendo Switch OLED |
Report Format
Generated reports include:
- Complete console identification
- Hardware component listing
- Network configuration details
- Color scheme specifications
- File validation results
- Analysis timestamp
Screenshots
Changelog
v1.0.1
- Save as Text - Export all tab data to a text file via the "Save Report as Text" button.
- Right-Click to Copy - Copy individual tab content to clipboard by right-clicking on any tab.
v1.0
- First Release.
Credits
- Developed by sthetix based on hardware documentation from SwitchBrew and the Nintendo Switch hardware research community.