BBLIST — List currently allocated binary buffers.

Syntax:
BBLIST /B /O:keys /P

/Bbare bones (handles only)
/O:keyssort buffers
/Ppage output

While this plugin is loaded, it will track binary buffers being allocated and freed. BBLIST will display the current list of binary buffers known to the plugin. Binary buffers that are allocated or freed while this plugin is not loaded are not tracked and will not be listed.


/O: can sort by several criteria. The available sort keys are:

Asort by the buffer’s address (handle)
-Areverse sort by buffer address
Ssort by buffer size
-Sreverse sort by buffer size
Tsort by creation time
-Treverse sort by creation time

These can be combined, e.g. /O:ST to sort by size first, then by creation time. If you type /O by itself, BBLIST will sort by size first, then by creation time.