Revision
711 -
Directory Listing
-
[select for diffs]
Modified
Tue Jun 18 08:36:08 2013 UTC
(9 years 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
(9 years 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 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
(10 years, 1 month 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, 1 month ago)
by
william
Diff to
previous 98
+ add logging options:
* VERBOSE_DEBUG and VERBOSE_ERROR : for debug and error messages that are very 'chatty'