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 212K
  • Win 127K
  • Mac 55K
  • Linux 30K
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 Feb 23
Windows 13 18 13 6 6 12 15 10 18 18 24 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
Mac 6 8 3 3 2 3 4 7 4 4 3 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
Linux 2 4 3 1 4 2 6 3 4 4 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

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.