mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
13 lines
469 B
Plaintext
13 lines
469 B
Plaintext
|
BPATCH.C
|
|||
|
Original code written by Garry M. Johnson and Steven Lisk.
|
|||
|
|
|||
|
Neat code and program. Dump or edit files (binary or acsii), displayed
|
|||
|
by 256-byte records in side-by-side hex and ascii formats. Various
|
|||
|
other features (eg, toggled swap within byte pairs).
|
|||
|
|
|||
|
J<EFBFBD>rg's remark:
|
|||
|
|
|||
|
The most interesting feature of this editor is that it doesn't load the
|
|||
|
entire file at once, unlike all other hex editors. Thus, you can browse
|
|||
|
and edit very large files or even raw disks.
|