Home

Awesome

vscode-hexdump

GitHub issues GitHub license button VS Code marketplace button Gitter chat button

hexdump for Visual Studio Code

Description

Display a specified file in hexadecimal

Main Features

Right-click on a file in the explorer to see Show Hexdump
Show hexdump

Hover in the data section to see numerical values
Hover DataView

Hover a selection to preview it as a string
Hover String

Right-click in the hexdump to see more options
Context Menu

Colorize modified bytes
Modified Bytes

Show Hexdump button
Title Icon

Commands

Configuration

Installation

  1. Install Visual Studio Code (1.17.0 or higher)
  2. Launch Code
  3. From the command palette ctrl+shift+p (Windows, Linux) or cmd+shift+p (OS X)
  4. Select Install Extension
  5. Choose the extension hexdump for VSCode
  6. Reload Visual Studio Code

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Requirements

Visual Studio Code v1.17.0

Credits

License

MIT