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

Hex​Viewer

by facelessuser ST3 Trending

Hex viewer and editor for SublimeText

Details

Installs

  • Total 194K
  • Win 116K
  • Mac 50K
  • Linux 28K
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 29 Feb 28 Feb 27 Feb 26 Feb 25 Feb 24 Feb 23 Feb 22 Feb 21 Feb 20 Feb 19 Feb 18 Feb 17 Feb 16 Feb 15 Feb 14 Feb 13 Feb 12
Windows 24 32 30 30 13 11 35 31 38 34 37 16 14 27 32 26 22 28 13 14 25 30 39 26 24 19 18 33 28 33 23 14 16 10 25 27 33 23 23 17 11 22 25 16 20 14
Mac 5 9 12 14 5 5 4 9 15 9 15 5 5 4 11 7 7 10 6 5 10 5 10 10 16 5 7 5 9 10 5 13 3 4 12 14 6 9 5 6 4 11 7 10 3 8
Linux 1 5 8 5 3 5 4 5 1 7 9 5 1 8 5 4 4 4 1 1 4 9 6 8 4 3 1 2 3 2 7 6 1 4 7 6 4 7 5 3 3 3 7 8 9 7

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.