ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/Win32/Sojaner.MemoryScanner/MemoryProviers/IMemoryWriter.cs
(Generate patch)

Comparing trunk/Win32/Sojaner.MemoryScanner/MemoryProviers/IMemoryWriter.cs (file contents):
Revision 351 by william, Sun Jun 3 16:09:05 2012 UTC vs.
Revision 352 by william, Sat Jun 9 21:11:02 2012 UTC

# 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   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines