Mailinglist Archive: opensuse (2522 mails)
| < Previous | Next > |
Re: [SLE] which binary editor is "best"?
- From: pinard@xxxxxxxxxxxxxxxx (François Pinard)
- Date: 01 Jul 2000 10:36:37 -0400
- Message-id: <oq3dltape2.fsf@xxxxxxxxxxxxxxxxxxxxxxx>
[Andrei Mircea]
> So, I need a binary editor with excellent find-and-replace
> capabilities. Any suggestion is welcome.
Emacs, of course! If Mule gets in the way, use `M-x find-file-literally'
instead of `M-x find-file' or `C-x C-f'. I used this a few times to patch
executable files. You have to be careful to not displace the rest of the
bytes, but `M-x overwrite-mode' then helps you at this.
Also, if you need to actually play within an hexadecimal dump of your file,
there is an `hexl' mode, which I did not use recently however.
--
François Pinard http://www.iro.umontreal.ca/~pinard
--
To unsubscribe send e-mail to suse-linux-e-unsubscribe@xxxxxxxx
For additional commands send e-mail to suse-linux-e-help@xxxxxxxx
Also check the FAQ at http://www.suse.com/support/faq
| < Previous | Next > |