Revision
711 -
Directory Listing
-
[select for diffs]
Modified
Tue Jun 18 08:36:08 2013 UTC
(10 years, 5 months ago)
by
william
Diff to
previous 706
(
colored)
+ add ability to find a plugin by guid or name
** will be adding (in next commit) a static class that can get the value(s) like an enum of plugins
Revision
690 -
Directory Listing
-
[select for diffs]
Modified
Mon Jun 17 10:05:35 2013 UTC
(10 years, 5 months ago)
by
william
Diff to
previous 689
(
colored)
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
(10 years, 5 months ago)
by
william
Diff to
previous 688
(
colored)
+ 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
275 -
Directory Listing
-
[select for diffs]
Modified
Sun Jun 3 22:01:05 2012 UTC
(11 years, 5 months ago)
by
william
Diff to
previous 256
(
colored)
+ 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
(11 years, 5 months ago)
by
william
Diff to
previous 234
(
colored)
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
(11 years, 6 months ago)
by
william
Diff to
previous 99
(
colored)
+ add windows api to get module filename so there won't be errors with 32bit processes being unable to access 64bit process modules