# | Line 7 | Line 7 | namespace Sojaner.MemoryScanner.MemoryPr | |
---|---|---|
7 | { | |
8 | public interface IMemoryWriter | |
9 | { | |
10 | < | void WriteProcessMemory(int MemoryAddress, byte byteToWrite, out int bytesWritten); |
10 | > | //void WriteProcessMemory(int MemoryAddress, byte byteToWrite, out int bytesWritten); |
11 | void WriteProcessMemory(int MemoryAddress, byte[] bytesToWrite, out int bytesWritten); | |
12 | } | |
13 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |