An open API service indexing awesome lists of open source software.

https://github.com/raulil/bvi

Fork of the original bvi hex editor
https://github.com/raulil/bvi

hex-editor

Last synced: 4 days ago
JSON representation

Fork of the original bvi hex editor

Awesome Lists containing this project

README

          

# 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.

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

[bvi]: http://bvi.sourceforge.net/
[CMake]: https://cmake.org