HexViewer
Hex viewer and editor for SublimeText
Details
Installs
- Total 202K
- Win 121K
- Mac 52K
- Linux 28K
Jan 5 | Jan 4 | Jan 3 | Jan 2 | Jan 1 | Dec 31 | Dec 30 | Dec 29 | Dec 28 | Dec 27 | Dec 26 | Dec 25 | Dec 24 | Dec 23 | Dec 22 | Dec 21 | Dec 20 | Dec 19 | Dec 18 | Dec 17 | Dec 16 | Dec 15 | Dec 14 | Dec 13 | Dec 12 | Dec 11 | Dec 10 | Dec 9 | Dec 8 | Dec 7 | Dec 6 | Dec 5 | Dec 4 | Dec 3 | Dec 2 | Dec 1 | Nov 30 | Nov 29 | Nov 28 | Nov 27 | Nov 26 | Nov 25 | Nov 24 | Nov 23 | Nov 22 | Nov 21 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 15 | 13 | 23 | 15 | 6 | 17 | 20 | 5 | 15 | 15 | 16 | 8 | 16 | 19 | 11 | 17 | 11 | 19 | 25 | 29 | 16 | 13 | 7 | 17 | 31 | 29 | 27 | 23 | 5 | 9 | 18 | 25 | 22 | 24 | 15 | 9 | 7 | 12 | 12 | 0 | 0 | 0 | 0 | 13 | 13 | 31 |
Mac | 7 | 4 | 8 | 6 | 0 | 4 | 4 | 9 | 1 | 2 | 8 | 6 | 15 | 8 | 5 | 3 | 11 | 12 | 5 | 9 | 6 | 4 | 4 | 6 | 9 | 10 | 1 | 5 | 1 | 2 | 3 | 22 | 9 | 6 | 7 | 6 | 2 | 12 | 5 | 0 | 0 | 0 | 0 | 3 | 11 | 12 |
Linux | 6 | 3 | 4 | 4 | 4 | 1 | 0 | 3 | 2 | 1 | 2 | 3 | 3 | 3 | 1 | 3 | 2 | 3 | 3 | 5 | 4 | 1 | 4 | 4 | 4 | 8 | 4 | 3 | 0 | 2 | 4 | 3 | 6 | 5 | 3 | 2 | 1 | 1 | 6 | 0 | 0 | 0 | 0 | 3 | 4 | 3 |
Readme
- Source
- raw.githubusercontent.com
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.
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.
Copyright © 2011 - 2020 Isaac Muse isaacmuse@gmail.com
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.