Heap

final class ntoseye.Heap

One heap of a process, from its PEB heap list.

property address: int

The heap address.

property index: int

The heap’s index in the PEB list.

inspect(list_entries: bool = False) → Record

Decode this heap (!heap -h); list_entries materializes entries.

to_dict() → dict[str, Any]