linux 安装二进制编辑器

http://bvi.sourceforge.net/install.html

 

The bvi is a display-oriented editor for binary files, based on the vi texteditor. If you are familiar with vi , just start the editor and begin to edit! A bmore program is also included in the package.
If you never heard about vi , maybe bvi is not the best choice for you.

 

安装的过程中需要curses lib,执行以下命令安装

sudo apt-get install libncurses5-dev

你可能感兴趣的:(二进制,ubuntu,编辑器)