freebsd-ports/editors/bpatch/pkg-descr
Joerg Wunsch 5e15ed1c07 bpatch -- yet another hex editor.
This one is unique in that it doesn't load the entire file at once,
hence you could use it for large files or even whole disks.
1996-03-18 18:54:46 +00:00

12 lines
469 B
Text

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ö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.