diff options
author | Joerg Wunsch <joerg@FreeBSD.org> | 1996-03-18 18:54:46 +0000 |
---|---|---|
committer | Joerg Wunsch <joerg@FreeBSD.org> | 1996-03-18 18:54:46 +0000 |
commit | 5e15ed1c0757a42cb97be02e0e2e99c73d04d907 (patch) | |
tree | 7d3b9684ea7f8c0dab0f693f24a4faf9ebf29369 /editors/bpatch/pkg-descr | |
parent | 88f6465165ee0aa4a3c22b759647eb6eba6961de (diff) | |
download | ports-5e15ed1c0757a42cb97be02e0e2e99c73d04d907.tar.gz ports-5e15ed1c0757a42cb97be02e0e2e99c73d04d907.zip |
Notes
Diffstat (limited to 'editors/bpatch/pkg-descr')
-rw-r--r-- | editors/bpatch/pkg-descr | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/editors/bpatch/pkg-descr b/editors/bpatch/pkg-descr new file mode 100644 index 000000000000..5da94d59e944 --- /dev/null +++ b/editors/bpatch/pkg-descr @@ -0,0 +1,12 @@ +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. |