Revision
829 -
Directory Listing
-
[select for diffs]
Modified
Mon Sep 15 22:09:21 2014 UTC
(9 years ago)
by
william
Diff to
previous 812
+ add support in Core/ConfigPlugin :: to eliminate 64-bit process from the dialog selector, if we are running 32-bit
Revision
733 -
Directory Listing
-
[select for diffs]
Modified
Wed Jun 19 15:32:53 2013 UTC
(10 years, 3 months ago)
by
william
Diff to
previous 720
+ if no web browser provider is defined, return an EmptyProvider which uses the default system browser
Revision
714 -
Directory Listing
-
[select for diffs]
Modified
Tue Jun 18 10:44:55 2013 UTC
(10 years, 3 months ago)
by
william
Diff to
previous 713
+ add support for using the PluginLoader to get unknown plugin types (ones we haven't explicitly defined)
Revision
711 -
Directory Listing
-
[select for diffs]
Modified
Tue Jun 18 08:36:08 2013 UTC
(10 years, 3 months ago)
by
william
Diff to
previous 699
+ 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, 3 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
(10 years, 3 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
100 -
Directory Listing
-
[select for diffs]
Modified
Thu May 10 09:03:13 2012 UTC
(11 years, 4 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
(11 years, 4 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'