dissect.volume.dm.btree

Module Contents

Classes

class dissect.volume.dm.btree.BTree(fh: BinaryIO, root: int, block_size: int)
lookup(keys: int | list[int], want_high: bool = False) bytes | None
class dissect.volume.dm.btree.Node(buf: bytes)
property is_internal: bool
property is_leaf: bool
key(idx: int) int
value(idx: int) bytes