SymbByteBuffer Type
Represents a symbolic byte buffer laid out at a concrete address.
Record fields
| Record Field |
Description
|
Concrete start address of the buffer.
|
|
Symbolic bytes in address order.
|
|
Full Usage:
Name
Field type: string
|
Logical name used as the symbolic byte variable prefix.
|
Full Usage:
NullTerminated
Field type: bool
|
True when a null terminator was written after the symbolic bytes.
|
Instance members
| Instance member |
Description
|
|
Symbolic values suitable for SymbRunOptions.QueryValues.
|
B2R2