HexViewer
Hex viewer and editor for SublimeText
Details
Installs
- Total 204K
- Win 123K
- Mac 53K
- Linux 29K
Apr 10 | Apr 9 | Apr 8 | Apr 7 | Apr 6 | Apr 5 | Apr 4 | Apr 3 | Apr 2 | Apr 1 | Mar 31 | Mar 30 | Mar 29 | Mar 28 | Mar 27 | Mar 26 | Mar 25 | Mar 24 | Mar 23 | Mar 22 | Mar 21 | Mar 20 | Mar 19 | Mar 18 | Mar 17 | Mar 16 | Mar 15 | Mar 14 | Mar 13 | Mar 12 | Mar 11 | Mar 10 | Mar 9 | Mar 8 | Mar 7 | Mar 6 | Mar 5 | Mar 4 | Mar 3 | Mar 2 | Mar 1 | Feb 28 | Feb 27 | Feb 26 | Feb 25 | Feb 24 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 5 | 25 | 15 | 19 | 9 | 13 | 17 | 16 | 17 | 24 | 21 | 8 | 4 | 28 | 21 | 28 | 26 | 18 | 6 | 12 | 21 | 21 | 24 | 26 | 20 | 12 | 7 | 19 | 18 | 26 | 23 | 27 | 9 | 13 | 24 | 23 | 13 | 25 | 14 | 11 | 6 | 24 | 22 | 28 | 23 | 24 |
Mac | 4 | 7 | 7 | 16 | 4 | 5 | 6 | 12 | 8 | 15 | 8 | 8 | 7 | 4 | 11 | 10 | 8 | 7 | 2 | 2 | 8 | 12 | 9 | 14 | 6 | 6 | 4 | 5 | 6 | 13 | 4 | 11 | 1 | 5 | 3 | 9 | 8 | 6 | 8 | 4 | 5 | 10 | 17 | 6 | 5 | 8 |
Linux | 2 | 7 | 5 | 3 | 1 | 3 | 5 | 3 | 5 | 4 | 5 | 1 | 0 | 2 | 6 | 3 | 5 | 2 | 2 | 4 | 2 | 2 | 8 | 7 | 3 | 5 | 0 | 3 | 2 | 3 | 3 | 4 | 1 | 4 | 3 | 1 | 9 | 2 | 5 | 4 | 2 | 2 | 4 | 3 | 6 | 10 |
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.