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