Skip to content

tinker-hex-editor

A hex editor plugin for TINKER, allowing you to view and edit binary files at the byte level.

Screenshot

Features

  • Hex view — display file contents in hexadecimal format with an interactive hex editor
  • Byte editing — modify individual bytes directly in the hex view
  • Open files — open files via file dialog or drag and drop
  • Save & Save As — save changes back to the original file or to a new location
  • Unsaved changes detection — track modifications and only enable save when changes exist
  • Large file support — loading indicator for large files

Usage

  1. Click the Open button in the toolbar, or drag and drop a file into the window
  2. The file contents are displayed in hex format
  3. Click on any byte value to edit it directly
  4. Click Save to write changes back to the file, or use Save As to save to a new location

Released under the AGPL-3.0 License.