Revision
326 -
Directory Listing
-
[select for diffs]
Modified
Thu Jun 7 17:46:05 2012 UTC
(10 years, 9 months ago)
by
william
Diff to
previous 325
add support for:
* goto process's imagebase address
* logging edit byte count and changed byte count when editing memory view bytes
* and other enchancements
Revision
280 -
Directory Listing
-
[select for diffs]
Modified
Tue Jun 5 00:13:29 2012 UTC
(10 years, 9 months ago)
by
william
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 -
Directory Listing
-
[select for diffs]
Modified
Sun Jun 3 22:01:05 2012 UTC
(10 years, 9 months ago)
by
william
Diff to
previous 274
+ add BrowseMemoryRegion event in MemorySearcher
: calls back to main form which calls MemoryViewer.AcceptExternalMemoryAddress(address)
Revision
274 -
Directory Listing
-
[select for diffs]
Modified
Sun Jun 3 21:41:19 2012 UTC
(10 years, 9 months ago)
by
william
Diff to
previous 272
UpdateMaxRamView(): ensure we read the very last byte (we were subtracting 1 byte from the amount to read)
Revision
272 -
Directory Listing
-
[select for diffs]
Modified
Sun Jun 3 21:25:47 2012 UTC
(10 years, 9 months ago)
by
william
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;
Revision
256 -
Directory Listing
-
[select for diffs]
Modified
Sun Jun 3 16:50:16 2012 UTC
(10 years, 9 months ago)
by
william
Diff to
previous 252
UIMemoryViewer:
* re-enable GetFirstNonZeroByte()
+ make code changes that were not implemented (due to GetFirstNonZeroByte() being disabled)
Revision
114 -
Directory Listing
-
[select for diffs]
Modified
Thu May 10 14:12:09 2012 UTC
(10 years, 10 months ago)
by
william
Diff to
previous 112
ensure we:
* load the user's logging flags
* if we have forced logging flags via logger.SetLoggingFlags(): then allow those settings to override
Revision
100 -
Directory Listing
-
[select for diffs]
Modified
Thu May 10 09:03:13 2012 UTC
(10 years, 10 months ago)
by
william
Diff to
previous 99
+ add windows api to get module filename so there won't be errors with 32bit processes being unable to access 64bit process modules
Revision
99 -
Directory Listing
-
[select for diffs]
Modified
Wed May 9 23:23:38 2012 UTC
(10 years, 10 months ago)
by
william
Diff to
previous 97
+ add logging options:
* VERBOSE_DEBUG and VERBOSE_ERROR : for debug and error messages that are very 'chatty'
Revision
34 -
Directory Listing
-
[select for diffs]
Modified
Wed May 9 11:29:33 2012 UTC
(10 years, 10 months ago)
by
william
Diff to
previous 33
+ add settings upgrade subscriber support (needs to be called in a static constructor for types that are always used)