HexViewer
Hex viewer and editor for SublimeText
Details
Installs
- Total 185K
- Win 110K
- Mac 48K
- Linux 26K
Jun 6 | Jun 5 | Jun 4 | Jun 3 | Jun 2 | Jun 1 | May 31 | May 30 | May 29 | May 28 | May 27 | May 26 | May 25 | May 24 | May 23 | May 22 | May 21 | May 20 | May 19 | May 18 | May 17 | May 16 | May 15 | May 14 | May 13 | May 12 | May 11 | May 10 | May 9 | May 8 | May 7 | May 6 | May 5 | May 4 | May 3 | May 2 | May 1 | Apr 30 | Apr 29 | Apr 28 | Apr 27 | Apr 26 | Apr 25 | Apr 24 | Apr 23 | Apr 22 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 17 | 25 | 6 | 22 | 31 | 34 | 31 | 33 | 28 | 13 | 21 | 30 | 28 | 32 | 40 | 35 | 14 | 27 | 44 | 38 | 32 | 26 | 30 | 10 | 16 | 32 | 26 | 38 | 32 | 38 | 12 | 20 | 27 | 27 | 20 | 15 | 18 | 13 | 15 | 30 | 40 | 32 | 26 | 35 | 19 | 18 |
Mac | 11 | 12 | 9 | 5 | 12 | 8 | 11 | 12 | 10 | 6 | 4 | 8 | 11 | 22 | 10 | 19 | 3 | 7 | 18 | 17 | 15 | 13 | 10 | 11 | 12 | 14 | 11 | 7 | 22 | 11 | 8 | 16 | 12 | 14 | 10 | 12 | 7 | 2 | 1 | 15 | 9 | 11 | 9 | 10 | 8 | 6 |
Linux | 3 | 5 | 3 | 2 | 5 | 5 | 7 | 11 | 4 | 1 | 4 | 2 | 3 | 8 | 5 | 4 | 3 | 0 | 3 | 5 | 3 | 4 | 7 | 3 | 6 | 5 | 4 | 9 | 5 | 3 | 0 | 4 | 9 | 6 | 8 | 4 | 1 | 4 | 6 | 4 | 6 | 7 | 4 | 4 | 6 | 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.