Hex viewer
Available in
SPA (main panel) · Marimo sandbox
Color-coded hex / ASCII dump viewer. Virtualized rows via @tanstack/react-virtual; paged reads through the /api/inspect/hex-raw endpoint.
Color classifications
Class |
Meaning |
|---|---|
|
identical across all runs (structural constants, |
|
low variance; typically pointers that survive ASLR |
|
mid variance; ASLR-shifted pointers |
|
high variance; possible cryptographic material |
Overlays
Structure overlay — colored fields from the structure library (TLS
SSL_SESSION, SSHsession_idlayouts, …).Neighborhood overlay — variance slice around a selected byte offset.
Hex viewer with structure overlay applied.