Struct¶
- final class ntoseye.Struct¶
A PDB type bound to an address in an address space: a reflective cursor.
- __getitem__(key: str | int, /) Any¶
The field value, or an integer sibling cursor index (
((T*)p)[i]).
- __setattr__(name: str, value: Any, /) None¶
cursor.Field = value; only actual PDB fields are assignable.
- address_of(name: str) int¶
The address of field
name, as C’s&cursor->name: what a watchpoint or a raw read needs. A bitfield’s address is its storage unit’s.