/bvi

Fork of the original bvi hex editor

Primary LanguageCGNU General Public License v2.0GPL-2.0

BVI - Binary visual editor

Fork of the original BVI hex editor, which attempts to modernize it a bit.

How to compile

My fork uses CMake instead of GNU autotools, so that must be installed before compiling the program.

$ git clone https://github.com/RauliL/bvi.git
$ cd bvi
$ mkdir build
$ cd build
$ cmake ..
$ make
$ sudo make install