[![Package Control Downloads][pc-image]][pc-link] ![License][license-image] ![License][license-image] # HexViewer HexViewer is a plugin for Sublime Text that allows the toggling of a file into a hex viewing mode. HexViewer also supports limited hex editing. ![Preview](docs/src/markdown/images/preview.png) # Features - View any file (that exist on disk) in a hex format showing both byte and ASCII representation. - Command to jump to a specific address. - In place editing of bytes or ASCII chars. - Highlight selected byte **and** ASCII code. - Inspection panel showing different integer representation at the cursor position. - Configurable display of byte grouping, bytes per line, endianness. - Export hex view to a binary file. - Get the checksum of a given file (various checksums are available). - Generate checksum/hash from input via panel or text selection. - Optionally auto convert binary to hex view. # Documentation https://facelessuser.github.io/HexViewer/ # License Hex Viewer is released under the MIT license. [pc-image]: https://img.shields.io/packagecontrol/dt/HexViewer.svg?logo=sublime%20text&logoColor=cccccc [pc-link]: https://packagecontrol.io/packages/HexViewer [license-image]: https://img.shields.io/badge/license-MIT-blue.svg?labelColor=333333 [donate-link]: https://www.paypal.me/facelessuser