Revision
690 -
Directory Listing
-
[select for diffs]
Modified
Mon Jun 17 10:05:35 2013 UTC
(9 years, 9 months ago)
by
william
Diff to
previous 689
plugin_OnSelectedProcessChanged:: make it not implemented again ... was testing QueryMemoryRegions() being called from a plugin.
** allows plugins to read/write process memory and query the memory regions (sections)
Revision
689 -
Directory Listing
-
[select for diffs]
Modified
Mon Jun 17 10:02:53 2013 UTC
(9 years, 9 months ago)
by
william
Diff to
previous 688
+ add support for plugin framework events to be fired, the first time
* Process change events would not fire, until another process was selected (ignoreing the already selected process at startup)
** same goes for the other events that rely on a process being passed in
Revision
477 -
Directory Listing
-
[select for diffs]
Modified
Mon Jun 3 18:35:45 2013 UTC
(9 years, 9 months ago)
by
william
Diff to
previous 471
revert r471: pass process informatin by using the process's PID, instead of passing the process as a reference
+ pass the process instead
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 256
+ add BrowseMemoryRegion event in MemorySearcher
: calls back to main form which calls MemoryViewer.AcceptExternalMemoryAddress(address)
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 234
UIMemoryViewer:
* re-enable GetFirstNonZeroByte()
+ make code changes that were not implemented (due to GetFirstNonZeroByte() being disabled)
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 98
+ add logging options:
* VERBOSE_DEBUG and VERBOSE_ERROR : for debug and error messages that are very 'chatty'