Features & Capabilities
🖥️ Core Editor
- Local File Handling: Open files of any size (limited only by browser RAM).
- Hex & ASCII View: Classic dual-pane layout for binary inspection.
- Virtual Scrolling: Smooth performance even with multi-gigabyte files.
- Byte Editing: Direct manipulation of byte values with overwrite protection.
🔍 Analysis Tools
- Data Inspector: Real-time decoding of standard data types (Int8-64, Uint8-64, Float32/64).
- Endianness: Switch between Little Endian and Big Endian instantly.
- Search Engine: Find patterns in Hexadecimal (e.g.,
FF D8 FF) or ASCII strings.
- Byte Statistics: View entropy and distribution histograms.
- Hashing: Calculate CRC32 and MD5 checksums (for smaller files).
💾 Workflow
- Multi-Tab Support: Work on multiple files simultaneously.
- Undo/Redo History: Robust change tracking with `Ctrl+Z` support.
- Dark/Light Mode: Themes optimized for long coding sessions.
- Responsive Design: Works on Desktop, Tablet, and Mobile.