Parent Directory
|
Revision Log
|
Patch
revision 235 by william, Sun Jun 3 12:44:26 2012 UTC | revision 249 by william, Sun Jun 3 16:09:05 2012 UTC | |
---|---|---|
# | Line 7 namespace Sojaner.MemoryScanner.MemoryPr | Line 7 namespace Sojaner.MemoryScanner.MemoryPr |
7 | { | { |
8 | public interface IMemoryReader | public interface IMemoryReader |
9 | { | { |
10 | bool ReadFirstNonZeroByte(uint MemoryAddress, uint bytesToRead, out uint address); | bool ReadFirstNonZeroByte(int MemoryAddress, uint bytesToRead, out int address); |
11 | void ReadProcessMemory(uint MemoryAddress, uint bytesToRead, out int bytesRead, out byte[] data); | void ReadProcessMemory(int MemoryAddress, uint bytesToRead, out int bytesRead, out byte[] data); |
12 | } | } |
13 | } | } |
|
ViewVC Help | |
Powered by ViewVC 1.1.22 |