ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater/Docking/UI/UIMemoryViewer.cs
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: 28067 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: 27842 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: 27569 byte(s)
Diff to previous 382
MemmoryProvider: using statements

Revision 382 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 19 09:30:48 2012 UTC (11 years, 5 months ago) by william
File length: 27905 byte(s)
Diff to previous 378

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: 27982 byte(s)
Diff to previous 375
use uint instead of int for memory addresses

Revision 375 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 10 07:07:57 2012 UTC (11 years, 6 months ago) by william
File length: 27932 byte(s)
Diff to previous 374

Revision 374 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 10 06:21:47 2012 UTC (11 years, 6 months ago) by william
File length: 29408 byte(s)
Diff to previous 373
+ handle keydown and scroll for ascii data

Revision 373 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 10 06:18:22 2012 UTC (11 years, 6 months ago) by william
File length: 29081 byte(s)
Diff to previous 372

Revision 372 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 10 06:12:21 2012 UTC (11 years, 6 months ago) by william
File length: 28753 byte(s)
Diff to previous 370
+ fix memory view flickering

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: 28791 byte(s)
Diff to previous 369
+ add support to write ascii character when memory region cannot be read

Revision 369 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 10 04:20:04 2012 UTC (11 years, 6 months ago) by william
File length: 26701 byte(s)
Diff to previous 360
write out ascii values for extened characters (unicode, etc)

Revision 360 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 10 01:24:25 2012 UTC (11 years, 6 months ago) by william
File length: 27001 byte(s)
Diff to previous 357

Revision 357 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 10 00:47:58 2012 UTC (11 years, 6 months ago) by william
File length: 27096 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: 26904 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: 26876 byte(s)
Diff to previous 326

Revision 326 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 7 17:46:05 2012 UTC (11 years, 6 months ago) by william
File length: 26868 byte(s)
Diff to previous 323
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 323 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 7 16:33:41 2012 UTC (11 years, 6 months ago) by william
File length: 25023 byte(s)
Diff to previous 287
+ add event for being able to subscribe to PEReader updates

Revision 287 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 5 08:52:07 2012 UTC (11 years, 6 months ago) by william
File length: 24769 byte(s)
Diff to previous 286

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: 23777 byte(s)
Diff to previous 285
+ more wip

Revision 285 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 5 01:54:33 2012 UTC (11 years, 6 months ago) by william
File length: 23735 byte(s)
Diff to previous 282
+ search wip

Revision 282 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 5 01:19:54 2012 UTC (11 years, 6 months ago) by william
File length: 23127 byte(s)
Diff to previous 274
+ determine maximum array size to read memory into byte[] array = 0x7fffffc7 (int.MaxValue-0x38)

Revision 274 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 3 21:41:19 2012 UTC (11 years, 6 months ago) by william
File length: 23072 byte(s)
Diff to previous 256
UpdateMaxRamView(): ensure we read the very last byte (we were subtracting 1 byte from the amount to read)

Revision 256 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 3 16:50:16 2012 UTC (11 years, 6 months ago) by william
File length: 23076 byte(s)
Diff to previous 249
UIMemoryViewer:
* re-enable GetFirstNonZeroByte()
+ make code changes that were not implemented (due to GetFirstNonZeroByte() being disabled)

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: 23062 byte(s)
Diff to previous 246
change address from uint to int

Revision 246 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 3 15:15:51 2012 UTC (11 years, 6 months ago) by william
File length: 23085 byte(s)
Diff to previous 245

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: 22706 byte(s)
Diff to previous 243
+ add exception logic to ensure provider is open

Revision 243 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 3 13:21:51 2012 UTC (11 years, 6 months ago) by william
File length: 22473 byte(s)
Diff to previous 238

Revision 238 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 3 12:48:38 2012 UTC (11 years, 6 months ago) by william
File length: 22442 byte(s)
Diff to previous 229
+ change inteface implementation
+ implement GenericMemoryProvider

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: 22720 byte(s)
Diff to previous 216

Revision 216 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jun 2 10:52:06 2012 UTC (11 years, 6 months ago) by william
File length: 22694 byte(s)
Diff to previous 214
+ update txthexGoto's value when CURRENT_TOP_ADDR changes

Revision 214 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jun 2 10:43:05 2012 UTC (11 years, 6 months ago) by william
File length: 22675 byte(s)
Diff to previous 207
align UIMemoryViewer header

Revision 207 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 31 09:47:29 2012 UTC (11 years, 6 months ago) by william
File length: 22673 byte(s)
Diff to previous 206
+ fix support for editing bytes in memory view

Revision 206 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 31 09:31:57 2012 UTC (11 years, 6 months ago) by william
File length: 22622 byte(s)
Diff to previous 205
+ add support for memory view to accept a memory address externally

Revision 205 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 31 09:19:16 2012 UTC (11 years, 6 months ago) by william
File length: 22665 byte(s)
Diff to previous 203
+ add/change more logic to fix keydown events

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: 21946 byte(s)
Diff to previous 202
+ add support to automatically goto the first address that has a non-zero byte

Revision 202 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 31 08:38:16 2012 UTC (11 years, 6 months ago) by william
File length: 21331 byte(s)
Diff to previous 201
+ implement mouse wheel scrolling in memory viewer

Revision 201 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 31 08:10:25 2012 UTC (11 years, 6 months ago) by william
File length: 18653 byte(s)
Diff to previous 200
+ get memoryview working

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: 18551 byte(s)
Diff to previous 199

Revision 199 - (view) (download) (annotate) - [select for diffs]
Modified Thu May 31 07:20:43 2012 UTC (11 years, 6 months ago) by william
File length: 18542 byte(s)
Diff to previous 198
+ add logic to enable update

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

(Current path doesn't exist after revision 884)

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