# Functions
NewRemoteMemory returns ProcessVirtualMemory implementation of RemoteMemory.
# Structs
ProcessVirtualMemory implements RemoteMemory by using process_vm_readv syscalls to read the remote memory.
RemoteMemory implements a set of convenience functions to access the remote memory.