ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/Win32/Sojaner.MemoryScanner/MemoryScanner.cs
Revision 446 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 2 19:52:03 2013 UTC (10 years, 6 months ago) by william
File length: 37506 byte(s)
Diff to previous 429
+ fix search cancel/reset

Revision 429 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 28 15:16:05 2013 UTC (10 years, 6 months ago) by william
File length: 37206 byte(s)
Diff to previous 428
+ fix search so that the result count(s) match

Revision 428 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 28 13:32:28 2013 UTC (10 years, 6 months ago) by william
File length: 37133 byte(s)
Diff to previous 427
+ 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 427 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 28 12:39:42 2013 UTC (10 years, 6 months ago) by william
File length: 35364 byte(s)
Diff to previous 425
only disable: #define LOGGING_ENABLE_PROFILER
in MemoryScanner.cs

Revision 425 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 28 12:33:14 2013 UTC (10 years, 6 months ago) by william
File length: 35362 byte(s)
Diff to previous 419

Revision 419 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 28 11:08:26 2013 UTC (10 years, 6 months ago) by william
File length: 34855 byte(s)
Diff to previous 415
+ 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 415 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 22 08:33:51 2012 UTC (11 years, 5 months ago) by william
File length: 34840 byte(s)
Diff to previous 414

Revision 414 - (view) (download) (annotate) - [select for diffs]
Modified Fri Jun 22 08:21:18 2012 UTC (11 years, 5 months ago) by william
File length: 34863 byte(s)
Diff to previous 411

Revision 411 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 21 21:07:34 2012 UTC (11 years, 5 months ago) by william
File length: 34437 byte(s)
Diff to previous 409

Revision 409 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 21 20:02:40 2012 UTC (11 years, 5 months ago) by william
File length: 34475 byte(s)
Diff to previous 408

Revision 408 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 21 18:10:21 2012 UTC (11 years, 5 months ago) by william
File length: 34537 byte(s)
Diff to previous 404

Revision 404 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 21 12:51:57 2012 UTC (11 years, 5 months ago) by william
File length: 33809 byte(s)
Diff to previous 399

Revision 399 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 20 13:24:49 2012 UTC (11 years, 5 months ago) by william
File length: 31420 byte(s)
Diff to previous 398

Revision 398 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 20 12:16:34 2012 UTC (11 years, 5 months ago) by william
File length: 31419 byte(s)
Diff to previous 393
MemmoryProvider: using statements

Revision 393 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 20 10:40:24 2012 UTC (11 years, 5 months ago) by william
File length: 31361 byte(s)
Diff to previous 387
ReadMemoryAtOnce(): don't attempt to buffer the data

Revision 387 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 19 11:54:38 2012 UTC (11 years, 5 months ago) by william
File length: 31348 byte(s)
Diff to previous 378
use Buffer.BlockCopy in ReadMemoryAtOnce

Revision 378 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 19 07:56:36 2012 UTC (11 years, 5 months ago) by william
File length: 30824 byte(s)
Diff to previous 370
use uint instead of int for memory addresses

Revision 370 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 10 05:40:24 2012 UTC (11 years, 6 months ago) by william
File length: 30792 byte(s)
Diff to previous 366
+ add support to write ascii character when memory region cannot be read

Revision 366 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 10 03:14:42 2012 UTC (11 years, 6 months ago) by william
File length: 18981 byte(s)
Diff to previous 354

Revision 354 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jun 9 21:46:37 2012 UTC (11 years, 6 months ago) by william
File length: 18975 byte(s)
Diff to previous 352

Revision 352 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jun 9 21:11:02 2012 UTC (11 years, 6 months ago) by william
File length: 17851 byte(s)
Diff to previous 351

Revision 351 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jun 9 20:52:19 2012 UTC (11 years, 6 months ago) by william
File length: 18930 byte(s)
Diff to previous 350

Revision 350 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jun 9 20:07:18 2012 UTC (11 years, 6 months ago) by william
File length: 17207 byte(s)
Diff to previous 286
+redeclaration

Revision 286 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 5 02:19:13 2012 UTC (11 years, 6 months ago) by william
File length: 16327 byte(s)
Diff to previous 284
+ more wip

Revision 284 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 5 01:50:38 2012 UTC (11 years, 6 months ago) by william
File length: 16249 byte(s)
Diff to previous 257
use SafeWaitHandle in when closing process handle

Revision 257 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 3 16:51:35 2012 UTC (11 years, 6 months ago) by william
File length: 15944 byte(s)
Diff to previous 254
set internal access specifier on ProcessMemoryReader class (must use memory provider classes)

Revision 254 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 3 16:44:42 2012 UTC (11 years, 6 months ago) by william
File length: 15942 byte(s)
Diff to previous 249
ReadProcessMemory(): byte[] buffer = new byte[] { }; ==> byte[] buffer = new byte[bytesToRead]; (the lack of capacity was causing errors to be thrown)

Revision 249 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 3 16:09:05 2012 UTC (11 years, 6 months ago) by william
File length: 15935 byte(s)
Diff to previous 248
change address from uint to int

Revision 248 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 3 15:28:16 2012 UTC (11 years, 6 months ago) by william
File length: 15284 byte(s)
Diff to previous 247

Revision 247 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 3 15:27:23 2012 UTC (11 years, 6 months ago) by william
File length: 15280 byte(s)
Diff to previous 245
+ catch, log and throw errors

Revision 245 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 3 14:50:09 2012 UTC (11 years, 6 months ago) by william
File length: 13779 byte(s)
Diff to previous 235
+ add exception logic to ensure provider is open

Revision 235 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 3 12:44:26 2012 UTC (11 years, 6 months ago) by william
File length: 17657 byte(s)
Diff to previous 231
change int in method to uint

Revision 231 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 3 12:36:47 2012 UTC (11 years, 6 months ago) by william
File length: 17701 byte(s)
Diff to previous 229
+ overhaul memory scanner

Revision 229 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jun 2 18:31:40 2012 UTC (11 years, 6 months ago) by william
File length: 31159 byte(s)
Diff to previous 204

Revision 204 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 31 09:08:24 2012 UTC (11 years, 6 months ago) by william
File length: 19257 byte(s)
Diff to previous 203
DumpMemoryToByteArray(): set byte_alignment to 1

Revision 203 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 31 09:03:53 2012 UTC (11 years, 6 months ago) by william
File length: 19255 byte(s)
Diff to previous 200
+ add support to automatically goto the first address that has a non-zero byte

Revision 200 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 31 07:29:44 2012 UTC (11 years, 6 months ago) by william
File length: 14889 byte(s)
Diff to previous 198

Revision 198 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 31 07:13:43 2012 UTC (11 years, 6 months ago) by william
File length: 14883 byte(s)
Diff to previous 169
+ initial support for memoryview and getting ram from process for display

Revision 169 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 28 08:49:42 2012 UTC (11 years, 6 months ago) by william
File length: 10869 byte(s)
Diff to previous 167
+ add success/failure messages for ram dump

Revision 167 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 28 08:31:56 2012 UTC (11 years, 6 months ago) by william
File length: 9949 byte(s)
Diff to previous 166
+ fix memory dump when bytes to read is less than buffer amount

Revision 166 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 28 08:14:02 2012 UTC (11 years, 6 months ago) by william
File length: 9041 byte(s)
Diff to previous 164
DumpMemory(): write out using 100mb blocks

Revision 164 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 28 07:49:48 2012 UTC (11 years, 6 months ago) by william
File length: 9025 byte(s)
Diff to previous 162

Revision 162 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 28 07:12:37 2012 UTC (11 years, 6 months ago) by william
File length: 9017 byte(s)
Diff to previous 156
+ add support to dump ram to file (even if it is ~2gb or more)

Revision 156 - (view) (download) (annotate) - [select for diffs]
Modified Mon May 28 04:14:03 2012 UTC (11 years, 6 months ago) by william
File length: 6560 byte(s)
Diff to previous 88
+ add support for selecting process by different means

Revision 88 - (view) (download) (annotate) - [select for diffs]
Added Wed May 9 20:52:20 2012 UTC (11 years, 7 months ago) by william
File length: 5985 byte(s)

Convenience Links

Links to HEAD: (view) (download) (annotate)

Compare Revisions

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.

  Diffs between and
  Type of Diff should be a