A trait that mirrors the MemoryRead trait but reads from a PID instead of directly from the implementor.
Note that the Pid type is not necessarily a Windows process ID. One may implement this using another form of identifier such as a dirbase.
A trait that mirrors the MemoryWrite trait but writes to a PID instead of directly from the implementor.
Note that the Pid type is not necessarily a Windows process ID. One may implement this using another form of identifier such as a dirbase.
A trait that mirrors the ModuleList trait by gets information from a PID instead of directly from the implementor.
Note that the Pid type is not necessarily a Windows process ID. One may implement this using another form of identifier such as a dirbase.
A trait that mirrors the ProcessInfo trait by gets information from a PID instead of directly from the implementor.
Note that the Pid type is not necessarily a Windows process ID. One may implement this using another form of identifier such as a dirbase.