RAW disk viewer for Windows
Simple utility to view raw disk content as an array of hexadecimal values. Originally intended to help with development and debugging of custom file system for SD cards, but may be useful also for checking FAT health or checking if card was unused.
Note: if disk contains file system recognized by operating system use \.\PhysicalDriveX (e.g. \.\PhysicalDrive1) instead of \.\M: (where M = volume letter) as volume to open to access whole disk.
Note 2: use "Run as administrator" on systems newer than XP.
- Initial release: Version 0.0.1
RawDiskViewer_0_0_1.7z - RawDiskViewer_0_0_2.7z: added signed/unsigned short/32-bit int little-endian selection display, and few others small interface improvements.
- RawDiskViewer_0_0_3.7z: added prev/next/jump by block navigation and basic editing functionality. By default volume is opened as read-only.