memscan
Classes, exceptions, and methods to search for a pattern in the memory of a remote process.
- class pyjectify.windows.modules.memscan.MemScan(process: ProcessHandle)[source]
This class provides methods to find a pattern inside a remote process memory
- addrs: list[int]
Addresses to scan, matching with the previous search. If empty, scan all addresses.