# | Line 7 | Line 7 | namespace Sojaner.MemoryScanner.MemoryPr | |
---|---|---|
7 | { | |
8 | public interface IFileWriter | |
9 | { | |
10 | < | bool WriteProcessMemoryToFile(string filename, ulong MemoryAddress, uint bytesToRead, out int bytesRead); |
10 | > | bool WriteProcessMemoryToFile(string filename, ulong MemoryAddress, ulong bytesToRead, out ulong bytesRead); |
11 | } | |
12 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |