ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater/Docking/UI/UIMemoryViewer.cs
Revision 374 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 10 06:21:47 2012 UTC (11 years, 5 months ago) by william
File length: 29408 byte(s)
Diff to previous 373 (colored)
+ 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, 5 months ago) by william
File length: 29081 byte(s)
Diff to previous 372 (colored)

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

Revision 370 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 10 05:40:24 2012 UTC (11 years, 5 months ago) by william
File length: 28791 byte(s)
Diff to previous 369 (colored)
+ 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, 5 months ago) by william
File length: 26701 byte(s)
Diff to previous 360 (colored)
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, 5 months ago) by william
File length: 27001 byte(s)
Diff to previous 357 (colored)

Revision 357 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 10 00:47:58 2012 UTC (11 years, 5 months ago) by william
File length: 27096 byte(s)
Diff to previous 352 (colored)

Revision 352 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jun 9 21:11:02 2012 UTC (11 years, 5 months ago) by william
File length: 26904 byte(s)
Diff to previous 351 (colored)

Revision 351 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jun 9 20:52:19 2012 UTC (11 years, 5 months ago) by william
File length: 26876 byte(s)
Diff to previous 326 (colored)

Revision 326 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jun 7 17:46:05 2012 UTC (11 years, 5 months ago) by william
File length: 26868 byte(s)
Diff to previous 323 (colored)
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, 5 months ago) by william
File length: 25023 byte(s)
Diff to previous 287 (colored)
+ 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 (colored)

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 (colored)
+ 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 (colored)
+ 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 (colored)
+ 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 (colored)
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 (colored)
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 (colored)
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 (colored)

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 (colored)
+ 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 (colored)

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 (colored)
+ 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 (colored)

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 (colored)
+ 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 (colored)
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 (colored)
+ 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 (colored)
+ 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 (colored)
+ 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 (colored)
+ 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 (colored)
+ 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 (colored)
+ 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 (colored)

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 (colored)
+ 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