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