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

Comparing trunk/Win32/Sojaner.MemoryScanner/MemoryScanner.cs (file contents):
Revision 164 by william, Mon May 28 07:49:48 2012 UTC vs.
Revision 166 by william, Mon May 28 08:14:02 2012 UTC

# Line 72 | Line 72 | namespace Sojaner.MemoryScanner
72          public bool DumpMemory(string filename, uint MemoryAddress, uint bytesToRead, out int bytesRead)
73          {
74              bytesRead = 0;
75 <            uint byte_alignment = 16; // 16 byte alignment
75 >            uint byte_alignment = 102400; // write to file in 100mb chunks
76              uint address = MemoryAddress;
77              try
78              {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines