Plugin Functions:


@BALLOCAllocates a new binary buffer.
@BFILLFills a binary buffer with a repeating value.
@BFREEReleases a binary buffer.
@BFREEALLReleases all currently allocated binary buffers.
@BLOADLoads data from a file into a binary buffer.
@BMEMCMPCompares two series of bytes in binary buffers.
@BMEMCPYCopies a series of bytes in binary buffers.
@BMODVALModifies a value in a binary buffer.
@BPEEKXLike @BPEEK, but supports oddball word sizes and big-endian data.
@BPOKEXLike @BPOKE, but supports oddball word sizes and big-endian data.
@BRANDFILLFills a binary buffer with random bytes.
@BSAVESaves data from a binary buffer to a file.