Log of /trunk/Win32/Sojaner.MemoryScanner/MemoryScanner.cs
Parent Directory
|
Revision Log
Revision
807 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon Apr 7 12:55:47 2014 UTC
(6 years, 9 months ago)
by
william
File length: 35621 byte(s)
Diff to
previous 686
(
colored)
+ fix memoryscanner when reading process memory at once for UIMemoryViewer:
** read 16 bytes at a time (this way data won't disseapper from the memory view)
Revision
657 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sun Jun 9 04:03:36 2013 UTC
(7 years, 7 months ago)
by
william
File length: 38926 byte(s)
Diff to
previous 656
(
colored)
fix ram dump to file:
* dump memory in 32mb chunks, this fixes issues with not being able to hold over 2GB in managed objects
Revision
477 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon Jun 3 18:35:45 2013 UTC
(7 years, 7 months ago)
by
william
File length: 37506 byte(s)
Diff to
previous 471
(
colored)
revert r471: pass process informatin by using the process's PID, instead of passing the process as a reference
+ pass the process instead
Revision
428 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Tue May 28 13:32:28 2013 UTC
(7 years, 8 months ago)
by
william
File length: 37133 byte(s)
Diff to
previous 427
(
colored)
+ fix memory scanner and memory providers to read and write process memory simulataneously without crashing due to null process handle
*** this has been done using ProcessMemoryChunk for all memory read/write operations
** we no longer need to open and close native handles to the process
Revision
419 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Tue May 28 11:08:26 2013 UTC
(7 years, 8 months ago)
by
william
File length: 34855 byte(s)
Diff to
previous 415
(
colored)
+ stop complaining about exception variables not being used: changed from 'throw;' to 'throw ex;'
+ comment-out currently unsued variables:
FloatingMemorySearcher.cs:
static int col_Found_Frozen = 3;
static int col_Added_Frozen = 3;
MemoryScanner.cs:
SafeWaitHandle m_hProcess;
Revision
254 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sun Jun 3 16:44:42 2012 UTC
(8 years, 7 months ago)
by
william
File length: 15942 byte(s)
Diff to
previous 249
(
colored)
ReadProcessMemory(): byte[] buffer = new byte[] { }; ==> byte[] buffer = new byte[bytesToRead]; (the lack of capacity was causing errors to be thrown)
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.