Log of /trunk/RomCheater/Docking/FloatingMemorySearcher.cs
Parent Directory
|
Revision Log
Revision
534 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Wed Jun 5 09:36:14 2013 UTC
(7 years, 10 months ago)
by
william
File length: 229819 byte(s)
Diff to
previous 533
(
colored)
BitTools.ConvertByteArray:
Will now throw NotSupported Exceptions for convertion to byte[] or sbyte[[
beacuse the data can be used without conversion.
Attempting to convert byte[] -> byte[]
-or-
Attempting to convert byte[] -> sbyte[]
will impact performance (beacuse of extra-unneccessary processing)
Revision
485 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon Jun 3 20:03:06 2013 UTC
(7 years, 10 months ago)
by
william
File length: 168786 byte(s)
Diff to
previous 484
(
colored)
+ disable the ExportMode checkbox, when a search is active
+ enable the ExportMode checkbox, when a search is reset
Revision
484 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon Jun 3 20:01:59 2013 UTC
(7 years, 10 months ago)
by
william
File length: 168677 byte(s)
Diff to
previous 483
(
colored)
+ disable the reset button while a search is active
+ only enable the reset button once the search operation has finished or was cancelled
+ or disable it if the search was reset
Revision
477 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon Jun 3 18:35:45 2013 UTC
(7 years, 10 months ago)
by
william
File length: 168191 byte(s)
Diff to
previous 476
(
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
476 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon Jun 3 18:22:20 2013 UTC
(7 years, 10 months ago)
by
william
File length: 167978 byte(s)
Diff to
previous 475
(
colored)
+ use ResultType<ulong> instead of ResultType<object>
+ use StructResultType<ulong> instead of StructResultType<object>
Revision
419 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Tue May 28 11:08:26 2013 UTC
(7 years, 10 months ago)
by
william
File length: 113001 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
280 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Tue Jun 5 00:13:29 2012 UTC
(8 years, 10 months ago)
by
william
File length: 81379 byte(s)
Diff to
previous 277
(
colored)
+ import search code from PCSX2 Ram Dump (no need to re-invent the wheel...plus it cuts down on code refactoring time)
Revision
275 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sun Jun 3 22:01:05 2012 UTC
(8 years, 10 months ago)
by
william
File length: 43791 byte(s)
Diff to
previous 272
(
colored)
+ add BrowseMemoryRegion event in MemorySearcher
: calls back to main form which calls MemoryViewer.AcceptExternalMemoryAddress(address)
Revision
272 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sun Jun 3 21:25:47 2012 UTC
(8 years, 10 months ago)
by
william
File length: 42022 byte(s)
Diff to
previous 271
(
colored)
static int col_Found_Address = 1;
static int col_Found_Value = 2;
static int col_Found_Frozen = 3;
static int col_Added_Address = 1;
static int col_Added_Value = 2;
static int col_Added_Frozen = 3;
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.