ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Hex​Viewer

by facelessuser ST3

Hex viewer and editor for SublimeText

Details

Installs

  • Total 201K
  • Win 121K
  • Mac 52K
  • Linux 28K
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 Nov 20 Nov 19 Nov 18 Nov 17 Nov 16 Nov 15 Nov 14 Nov 13 Nov 12 Nov 11 Nov 10 Nov 9 Nov 8 Nov 7 Nov 6 Nov 5 Nov 4 Nov 3 Nov 2 Nov 1 Oct 31 Oct 30 Oct 29 Oct 28 Oct 27 Oct 26 Oct 25 Oct 24 Oct 23 Oct 22 Oct 21 Oct 20 Oct 19
Windows 17 15 9 7 12 12 0 0 0 0 13 13 31 11 4 20 10 9 16 0 0 14 19 10 8 14 19 31 21 23 10 11 13 15 15 18 22 14 17 21 30 20 17 11 16 15
Mac 4 7 6 2 12 5 0 0 0 0 3 11 12 2 4 11 3 4 11 0 0 10 15 5 4 14 4 12 9 9 3 5 8 7 11 5 8 6 4 9 14 7 8 10 2 0
Linux 5 3 2 1 1 6 0 0 0 0 3 4 3 1 1 4 7 4 3 0 0 3 5 0 2 9 9 4 1 6 3 3 3 6 4 7 2 2 1 5 4 6 3 2 5 3

Readme

Source
raw.​githubusercontent.​com

Build Package Control Downloads License

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

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.