Log of /trunk/RomCheater/Docking/FloatingMemorySearcher.cs
Parent Directory
|
Revision Log
Revision
282 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Tue Jun 5 01:19:54 2012 UTC
(9 years, 11 months ago)
by
william
File length: 81517 byte(s)
Diff to
previous 281
+ determine maximum array size to read memory into byte[] array = 0x7fffffc7 (int.MaxValue-0x38)
Revision
280 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Tue Jun 5 00:13:29 2012 UTC
(9 years, 11 months ago)
by
william
File length: 81379 byte(s)
Diff to
previous 277
+ 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
(9 years, 11 months ago)
by
william
File length: 43791 byte(s)
Diff to
previous 272
+ 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
(9 years, 11 months ago)
by
william
File length: 42022 byte(s)
Diff to
previous 271
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.