On Tue, Apr 04, 2000 at 08:26:32PM +0200, Chen Shapira wrote:
>
> > Real men don't need hotwos.
>
> Real Programmers read the binary and patch it (using cat) to support
> whatever command they feel like using.
>
> Who-needs-howto-when-you-have-source-code-ly yours,
dd to the rescue!
(dd if=buggy bs=1 count=$BUG_LOCATION ; echo "$FIX" ; \
dd if=buggy bs=1 skip=`echo $BUG_LOCATION + $BUG_LENGTH` ) \
> fixed && rm -f buggy
--
believing is seeing
[EMAIL PROTECTED]
http://www.forum2.org/gaal/
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]