hexedit is nice *nix utility for editing binary files. When it
comes to Intel, S9, and Tektronix files, it seems *every time* I end
re-writing my own. Seems like there's always something very specific I
need to do, and it's quicker to write something in C than remember how
to do it in Perl, sed/awk, or whatever.
--jc
Chuck Guzis wrote:
On 1/28/2006 at 10:10 PM C H. Dickman wrote:
Are there any good unix tools for manipulating
intel hex files or any
binary image files?
Dunno about *nix tools, but hex files are very simple and easy to
manipulate. Heck, even DOS DEBUG understands them (will read but not write
them). Shouldn't take you more than an hour, tops to write something to do
what you need.
Cheers,
Chuck