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

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
- Click the Open button in the toolbar, or drag and drop a file into the window
- The file contents are displayed in hex format
- Click on any byte value to edit it directly
- Click Save to write changes back to the file, or use Save As to save to a new location