|
|
|
|
|
by Ksi8bb
2719 days ago
|
|
One of the problems with vim+xxd (and many other hex editors) is that it loads the entire file, so you can't easily use it to look at large files (archives, disk images, etc). Many moons ago I wrote a very bare bones ncurses hex viewer/editor, after not really being able to find one that fit my needs. I still use it pretty regularly:
https://github.com/quo/hex.py |
|