Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Binary Struct Table ViewerNew to Visual Studio Code? Get it now.
Binary Struct Table Viewer

Binary Struct Table Viewer

dingo9

|
2 installs
| (0) | Free
View binary data using struct-like format
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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

  1. Open any binary file in VSCode
  2. Enter a struct format string (e.g., <ifffffif)
  3. Click "Parse as Table" to view structured data

Format Examples

  • <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
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft