I need to edit and navigate through a rather large binary file (~8 GB) in Linux. I'd use Hiew if I was on Windows, are there any similar tools for Linux?
Preferably GNOME applications, but terminal ones will do as well.
|
I need to edit and navigate through a rather large binary file (~8 GB) in Linux. I'd use Hiew if I was on Windows, are there any similar tools for Linux? Preferably GNOME applications, but terminal ones will do as well.
| ||||
|
feedback
|
|
I've been using Curses Hexedit, it doesn't seem to care of the filesizes and I have often edited even my harddisks directly with it. | |||
|
feedback
|
|
Check the Linux column at this Comparison of hex editors.
| |||||
|
feedback
|
|
There is no good hex/disk editor for linux. So I build one for myself... It's open source and can open files up to "exabyte".
| ||||
feedback
|
|
I have not tried an 8GB file, but vim has always worked for me | |||
|
feedback
|
|
Art: lfview does have a search function, counter-intuitively called "Conversion Assistant" in the "View" menu. That function converts ascii to hex, for example, and searches for the result. lfview can handle files larger than RAM, while bvi/bview is limited by available memory. | |||
|
feedback
|