On Wed, 2006-07-26 at 21:53 +0300, Yakov Lerner wrote:
> If you add '-p' option to 'xxd' (see man xxd), like this:
>           au BufReadPost *.bin if &bin | %!xxd -p
> then you different hex format (without offsets) where
> you can easily add and remove bytes. The
> downside of 'xxd -p' format is, it doesn't show ascii part,
> only hex.
> 
> I think some other reversible convertors exist,
> (vis/unvis ?) that convert only unprintable chars and leave
> printable chars untact. In this conversion, it's easy to
> add and remove chars, too.
> 
> Yakov

Thanks for the info.

Reply via email to