# | Line 7 | Line 7 | namespace Sojaner.MemoryScanner.MemoryPr | |
---|---|---|
7 | { | |
8 | public interface IMemoryReader | |
9 | { | |
10 | < | bool ReadFirstNonZeroByte(uint MemoryAddress, int bytesToRead, out uint address); |
11 | < | void ReadProcessMemory(uint MemoryAddress, int bytesToRead, out int bytesRead, out byte[] data); |
10 | > | bool ReadFirstNonZeroByte(uint MemoryAddress, uint bytesToRead, out uint address); |
11 | > | void ReadProcessMemory(uint MemoryAddress, uint bytesToRead, out int bytesRead, out byte[] data); |
12 | } | |
13 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |