Log of /trunk/RomCheater/Docking/FloatingMemorySearcher.cs
Parent Directory
|
Revision Log
Revision
280 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Tue Jun 5 00:13:29 2012 UTC
(8 years, 8 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, 8 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, 8 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.