Log of /trunk/Win32/Sojaner.MemoryScanner/MemoryScanner.cs
Parent Directory
|
Revision Log
Revision
428 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Tue May 28 13:32:28 2013 UTC
(7 years, 9 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, 9 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, 9 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.