How to display HEX Code with vim:
Type in the following command:
:%!xxd
After that you have the hex layout in the linux editor vim
How to display HEX Code with vim:
Type in the following command:
:%!xxd
After that you have the hex layout in the linux editor vim