This plugin adds new functions to help work with binary buffers.
@BSAVE and @BLOAD
provide a quick way to save and restore binary buffers to and from files.
@BMEMCPY and @BMEMCMP
let you easily copy and compare series of bytes, without having to write
batch-file loops. @BFILL and
@BRANDFILL let you fill binary buffers,
or part of a binary buffer, with repeated values or with random bytes, again
without batch loops.
The BBDUMP command gives you an easy
but flexible way to display binary buffers to standard output as
hexadecimal. BBLIST lists currently
allocated binary buffers.