331 |
|
|
332 |
|
#region IMemoryReader members |
333 |
|
#region public virtual bool ReadFirstNonZeroByte(uint MemoryAddress, uint bytesToRead, out uint address) |
334 |
< |
public virtual bool ReadFirstNonZeroByte(uint MemoryAddress, int bytesToRead, out uint address) |
334 |
> |
public virtual bool ReadFirstNonZeroByte(uint MemoryAddress, uint bytesToRead, out uint address) |
335 |
|
{ |
336 |
|
try |
337 |
|
{ |
348 |
|
} |
349 |
|
#endregion |
350 |
|
#region public virtual void ReadProcessMemory(uint MemoryAddress, int bytesToRead, out int bytesRead, out byte[] data) |
351 |
< |
public virtual void ReadProcessMemory(uint MemoryAddress, int bytesToRead, out int bytesRead, out byte[] data) |
351 |
> |
public virtual void ReadProcessMemory(uint MemoryAddress, uint bytesToRead, out int bytesRead, out byte[] data) |
352 |
|
{ |
353 |
|
try |
354 |
|
{ |
398 |
|
#endregion |
399 |
|
#region IFileWriter members |
400 |
|
#region public virtual bool WriteProcessMemoryToFile(string filename, uint MemoryAddress, uint bytesToRead, out int bytesRead) |
401 |
< |
public virtual bool WriteProcessMemoryToFile(string filename, uint MemoryAddress, int bytesToRead, out int bytesRead) |
401 |
> |
public virtual bool WriteProcessMemoryToFile(string filename, uint MemoryAddress, uint bytesToRead, out int bytesRead) |
402 |
|
{ |
403 |
|
try |
404 |
|
{ |