This is a VSCode extension that creates a hexdecimal dump of a binary file with the vscode.previewHtml
.
This shows a hexadecimal dump of a binary file with side preview. It is pretty simple to use it:
- Open a binary file in your Visual Studio Code
- Press
F1
orCtrl+P
to open the Command Palette and and typecreate a hexadecimal dump of the file
Please see CHANGELOG.md.