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

--- trunk/Win32/Sojaner.MemoryScanner/MemoryScanner.cs	2012/05/28 07:49:48	164
+++ trunk/Win32/Sojaner.MemoryScanner/MemoryScanner.cs	2012/05/28 08:14:02	166
@@ -72,7 +72,7 @@ namespace Sojaner.MemoryScanner
         public bool DumpMemory(string filename, uint MemoryAddress, uint bytesToRead, out int bytesRead)
         {
             bytesRead = 0;
-            uint byte_alignment = 16; // 16 byte alignment
+            uint byte_alignment = 102400; // write to file in 100mb chunks
             uint address = MemoryAddress;
             try
             {