MemorySearchMatch¶
- final class ntoseye.MemorySearchMatch¶
A memory-search hit with symbol and location context.
- property kind: str¶
What the address is: a module, a kernel region, a process VAD, physical memory, or
vtl1.
- property module: AddressModule | None¶
The module containing the match, if any.
- property region: MemoryRegion | None¶
The VAD region containing the match, for process addresses.