On windows machine there are lots of third party editors available to edit a binary file. I belive there should be some thing similer buildin in the *nix systems as well. any idea how can i edit a binary file on unix?
|
feedback
|
|
You can also try ghex2 GNOME utilities. This give you the automated hex-to-ASCII on the side, as well as the various character/integer decodes at the bottom.
| |||||
feedback
|
|
In vim You can type :%!xxd to turn it into a hexeditor. :%!xxd -r to go back to normal mode. xxd is shipped in a vim installation. See here for some remarks about editing binary files with vim (boils down to :set binary to avoid trouble, use only the "R" or "r" command to change text, don't delete characters). If You are an Emacs fan, see here for a guide on how to edit a binary file with Emacs. | |||||
feedback
|
|
| |||
|
feedback
|
|
| |||||
feedback
|
|
There are much more hexeditors on Linux/Unix.... I use hexedit on Ubuntu
| |||
|
feedback
|
|
I like KHexEdit, which is part of KDE Its "Windows style" UI is probably quite quick to learn for most people (compared to Vim or Emacs anyway :) | ||||
|
feedback
|
|
There's lightweight binary editor, check hexedit. http://www.linux.org/apps/AppId_6968.html. I tried using it for editing ELF binaries in Linux at least. | |||
|
feedback
|
|
| |||
|
feedback
|
Bless is a high quality, full featured hex editor.It is written in mono/Gtk# and its primary platform is GNU/Linux. However it should be able to run without problems on every platform that mono and Gtk# run. Main Features Bless currently provides the following features:
| |||
|
feedback
|
|
I made wxHexEditor, it's open sourced, written with C++/wxWidgets GUI libs and can open even your exabyte sized disk! Just try. | ||||
feedback
|
|
I've had good experience with wxHexEditor... just make sure if you are hexediting a drive you do it via the menu "Devices -> Open Disk Device -> SCSI Disk Drive Partition #N " | |||
|
feedback
|
