editors/bred - The NetBSD Packages Collection

Simple binary file reader

A simple binary file reader that dumps the output to stdout.

To use, simply input a file (stdin support coming soon), and add any desired
options.
 --length option changes how many characters to print (not including any
   formatting like offsets and borders).
 --chunk option changes how large the buffer array should be; the bigger it is,
   the faster but uses more memory.
 --hex option simply prints the file in hexadecimal.
 --color option uses colors to differentiate between letters (\0 are gray,
   others indicate how large the character code is, and orange is non-ascii
   characters). Note, make sure you use a terminal emulator that supports ANSI
   256-color mode.
 --space option replaces all the spaces (0x20) with a green-colored _.
   This also affects the hex output.

Build dependencies

lang/rust pkgtools/mktools pkgtools/cwrappers

Runtime dependencies

(none)

Binary packages

OSArchitectureVersion
NetBSD 10.0aarch64bred-0.3.2.tgz
NetBSD 10.0aarch64bred-0.3.2.tgz
NetBSD 10.0earmv7hfbred-0.3.2.tgz
NetBSD 10.0earmv7hfbred-0.3.2.tgz
NetBSD 10.0i386bred-0.3.2.tgz
NetBSD 10.0powerpcbred-0.3.2.tgz
NetBSD 10.0_BETAx86_64bred-0.3.2.tgz
NetBSD 8.0powerpcbred-0.3.2.tgz
NetBSD 8.0powerpcbred-0.3.2.tgz
NetBSD 8.0x86_64bred-0.3.2.tgz
NetBSD 8.0x86_64bred-0.3.2.tgz
NetBSD 9.0aarch64bred-0.3.2.tgz
NetBSD 9.0aarch64bred-0.3.2.tgz
NetBSD 9.0aarch64bred-0.3.2.tgz
NetBSD 9.0earmv7hfbred-0.3.2.tgz
NetBSD 9.0earmv7hfbred-0.3.2.tgz
NetBSD 9.0earmv7hfbred-0.3.2.tgz
NetBSD 9.0i386bred-0.3.2.tgz
NetBSD 9.0i386bred-0.3.2.tgz
NetBSD 9.0i386bred-0.3.2.tgz
NetBSD 9.0powerpcbred-0.3.2.tgz
NetBSD 9.0powerpcbred-0.3.2.tgz
NetBSD 9.0sparc64bred-0.3.2.tgz
NetBSD 9.0x86_64bred-0.3.2.tgz
NetBSD 9.0x86_64bred-0.3.2.tgz
NetBSD 9.0x86_64bred-0.3.2.tgz
NetBSD 9.3x86_64bred-0.3.2.tgz
NetBSD 9.3x86_64bred-0.3.2.tgz

Binary packages can be installed with the high-level tool pkgin (which can be installed with pkg_add) or pkg_add(1) (installed by default). The NetBSD packages collection is also designed to permit easy installation from source.

Available build options

(none)

Known vulnerabilities

The pkg_admin audit command locates any installed package which has been mentioned in security advisories as having vulnerabilities.

Please note the vulnerabilities database might not be fully accurate, and not every bug is exploitable with every configuration.


Problem reports, updates or suggestions for this package should be reported with send-pr.