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

Hex​Viewer

by facelessuser ST3

Hex viewer and editor for SublimeText

Details

Installs

  • Total 212K
  • Win 127K
  • Mac 55K
  • Linux 30K
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 Feb 23 Feb 22 Feb 21 Feb 20 Feb 19 Feb 18 Feb 17 Feb 16 Feb 15 Feb 14 Feb 13
Windows 9 7 9 10 16 22 19 11 7 7 14 15 11 19 20 12 13 9 16 12 19 13 7 11 17 21 11 15 20 6 14 11 16 9 17 15 6 10 6 18 8 7 11 3 8 18
Mac 1 0 1 3 9 4 5 6 0 1 5 2 11 3 8 2 0 8 4 4 6 8 2 1 4 1 4 4 2 1 2 4 3 6 9 1 0 6 5 6 1 4 4 3 3 5
Linux 1 3 3 1 3 5 3 1 5 3 3 5 1 3 3 1 3 4 5 3 2 1 2 2 3 1 3 3 7 2 4 2 4 5 2 1 2 1 3 1 5 1 3 6 2 2

Readme

Source
raw.​githubusercontent.​com

Package Control Downloads License 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.