public IntPtr CopyMemory(byte[] buffer, int length) { return _processManager.CopyToProcess(buffer, length); }
public IntPtr CopyMemoryTo(Process process, byte[] buffer, int length) => _processManager.CopyToProcess(buffer, length);