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
- Host: GitHub
- URL: https://github.com/raulil/bvi
- Owner: RauliL
- License: gpl-2.0
- Created: 2018-11-03T19:45:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-14T19:38:27.000Z (over 7 years ago)
- Last Synced: 2025-10-30T01:44:52.863Z (8 months ago)
- Topics: hex-editor
- Language: C
- Homepage:
- Size: 190 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
- License: COPYING
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