Skip to content

RauliL/bvi

Repository files navigation

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

About

Fork of the original bvi hex editor

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published