<html><head></head><body>I used ultraedit a number of years ago to modify some hex files on Windows.&nbsp; It was a pretty nice tool (haven't used it since then, though).&nbsp; I think it's free for like 30 days or something like that, so long enough to make the changes you need.&nbsp; Of course, this may be a bit involved.&nbsp; Have you looked at sdiff at all?&nbsp; I don't know that it works well (or at all) on binary files, but might be worth checking out.<br><br>-Tim<br><br><table width="100%"><tbody><tr><td bgcolor="blue" width="5">&nbsp;</td><td>
<p>what tool can I suggest a remote Windows admin to use to 'repair' his binary file given the hex diff below. <br>Of course, if this 'repair' is too hairy, I'd go down the retransmission route (expensive).<br><br>diff meta.od-x tpp.od-x
<br>
24,25c24,26
<br>
&lt; 0000560 6b92 d311 01fb f7be 402c c959 a125 0ac4
<br>
&lt; 0000600
<br>
---
<br>
&gt; 0000560 6b92 d311 01fb f7be 402c c959 a125 0d0a
<br>
&gt; 0000600 c400
<br>
&gt; 0000601
</p></td></tr></tbody></table></body></html>