Parent Directory
|
Revision Log
|
Patch
--- trunk/Win32/Sojaner.MemoryScanner/MemoryProviers/IMemoryReader.cs 2012/06/03 12:36:47 231 +++ trunk/Win32/Sojaner.MemoryScanner/MemoryProviers/IMemoryReader.cs 2012/06/03 12:44:26 235 @@ -7,7 +7,7 @@ { public interface IMemoryReader { - bool ReadFirstNonZeroByte(uint MemoryAddress, int bytesToRead, out uint address); - void ReadProcessMemory(uint MemoryAddress, int bytesToRead, out int bytesRead, out byte[] data); + bool ReadFirstNonZeroByte(uint MemoryAddress, uint bytesToRead, out uint address); + void ReadProcessMemory(uint MemoryAddress, uint bytesToRead, out int bytesRead, out byte[] data); } }
ViewVC Help | |
Powered by ViewVC 1.1.22 |