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

猜你喜欢

转载自jackosn-liao.iteye.com/blog/1175657