Parent Directory
|
Revision Log
|
Patch
revision 165 by william, Mon May 28 07:49:48 2012 UTC | revision 166 by william, Mon May 28 08:14:02 2012 UTC | |
---|---|---|
# | Line 72 namespace Sojaner.MemoryScanner | Line 72 namespace Sojaner.MemoryScanner |
72 | public bool DumpMemory(string filename, uint MemoryAddress, uint bytesToRead, out int bytesRead) | public bool DumpMemory(string filename, uint MemoryAddress, uint bytesToRead, out int bytesRead) |
73 | { | { |
74 | bytesRead = 0; | bytesRead = 0; |
75 | uint byte_alignment = 16; // 16 byte alignment | uint byte_alignment = 102400; // write to file in 100mb chunks |
76 | uint address = MemoryAddress; | uint address = MemoryAddress; |
77 | try | try |
78 | { | { |
|
ViewVC Help | |
Powered by ViewVC 1.1.22 |