Parent Directory
|
Revision Log
|
Patch
revision 231 by william, Sun Jun 3 12:36:47 2012 UTC | revision 235 by william, Sun Jun 3 12:44:26 2012 UTC | |
---|---|---|
# | Line 7 namespace Sojaner.MemoryScanner.MemoryPr | Line 7 namespace Sojaner.MemoryScanner.MemoryPr |
7 | { | { |
8 | public interface IFileWriter | public interface IFileWriter |
9 | { | { |
10 | bool WriteProcessMemoryToFile(string filename, uint MemoryAddress, int bytesToRead, out int bytesRead); | bool WriteProcessMemoryToFile(string filename, uint MemoryAddress, uint bytesToRead, out int bytesRead); |
11 | } | } |
12 | } | } |
|
ViewVC Help | |
Powered by ViewVC 1.1.22 |