SnowHex
This project is a Java desktop hex file editor, with syntax highlighting.
Features:
- View and Edit files in Hexadecimal
- Supports selection, Copy/Paste, Insert, Overwrite, Delete bytes
- Have syntax highlighting for multiple formats (currently GIF, SNI, COR...)
- See and edit properties about bit fields and bytes for supported formats (currently GIF)
- View a Preview of the file in real time (for GIF, SNI)
- Supports Find to find a sequence of bytes in the file, a string, or an encoded number
The app is written in Java and is open source. You can make your own TokenMaker
subclass if you want to support a new file format.