Parent Directory
|
Revision Log
|
Patch
--- 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 @@ 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 {
ViewVC Help | |
Powered by ViewVC 1.1.22 |