Binary Struct Table Viewer
A VSCode extension for viewing binary data using Python struct-like format strings.
Features
- 🔍 Hex viewer for binary files
- 📊 Table view with struct format parsing
- 🔄 Pagination support for large files
- ⌨️ Keyboard shortcuts (Home/End/Arrow keys)
Usage
- Open any binary file in VSCode
- Enter a struct format string (e.g.,
<ifffffif )
- Click "Parse as Table" to view structured data
<I - single uint32
<ff - two floats
<I10sH - uint32, 10-char string, uint16
<4I - array of 4 uint32s
Keyboard Shortcuts
- Home: First page
- End: Last page
- ←: Previous page
- →: Next page
Views
- Hex View: Traditional hex dump
- Table View: Structured data table
- Struct View: Field-by-field analysis
| |