回答:
Blessは高品質のフル機能の16進エディタです。
Blessは現在、次の機能を提供しています。
インストール:
ターミナルを開いて実行するには、Ctrl+ Alt+ Tを押します。
sudo apt-get install bless
または、 このリンクをクリックします。
私はwxHexEditorを使用しています-フル機能/安定版+ソース!
巨大なファイルを簡単に処理します(RAMによってのみ制限されます)
sudo apt-get install wxhexeditor # then launch using wxHexEditor
_または_
git clone https://github.com/EUA/wxHexEditor.git
cd wxHexEditor
make -j8
sudo make install
wxHexEditor
wxHexeditorをコンパイルする前に、システムにwxWidgetsとautoreconfが必要です...それらのライブラリをインストールするだけです:
sudo apt-get install libwxgtk3.0-dev
sudo apt-get install dh-autoreconf
その後、 ln -s /usr/bin/wxHexEditor ~/bin/wxhexeditor
小文字で起動できます