44 Commits

Author SHA1 Message Date
wj32 91a10842e3 Significant object manager changes: simpler interface; size of object header has been halved
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@6153 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2015-06-28 15:48:23 +00:00
wj32 533a43f3c0 Remove PPVOID definition
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@6011 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2015-06-01 06:57:14 +00:00
wj32 1ccb703099 Code reorganization and function renames
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@6001 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2015-05-30 13:45:20 +00:00
wj32 caf01fb68a Completely new Memory tab
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5965 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2015-05-27 15:20:10 +00:00
wj32 e697f7a023 DotNetTools: Added AppDomain column for threads in .NET programs
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5959 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2015-05-26 14:16:31 +00:00
wj32 9e154d7bab Added Load Time and Load Reason columns for modules (Windows 8 and above)
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5875 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2015-05-14 16:01:23 +00:00
wj32 e8cafee0b6 * Added CF Guard (Control Flow Guard) column for modules
* Added highlighting for AppContainer DLLs
* Added AppContainer and CF Guard image characteristics to peview

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5852 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2015-05-03 11:20:09 +00:00
wj32 80a741e9eb Bump to 2.35; change uses of _M_IX86 and _M_X64 to _WIN64
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5845 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2015-04-29 13:19:41 +00:00
wj32 de001a62de added error messages for module and handle lists
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5587 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2013-11-22 08:02:38 +00:00
wj32 36a4284b8d converted all annotations to SAL 2.0
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5548 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2013-11-10 06:25:03 +00:00
wj32 2c9d77530a signatures for Windows 8 apps are now detected
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5532 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2013-11-03 08:36:44 +00:00
wj32 5f64b05fa5 check file names when checking for removed modules
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5277 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2013-02-05 01:08:43 +00:00
wj32 e865408392 fixed Load Count column sorting bug
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5088 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2012-09-20 01:11:09 +00:00
wj32 2006c7a1f3 added image-related columns
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4611 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-09-02 02:48:15 +00:00
wj32 ed81c34b2c patch by xhmikosr
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4534 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-08-25 02:43:45 +00:00
wj32 bda6797e25 * implemented PH_MODULE_TYPE_MAPPED_IMAGE for PhEnumGenericModules
* switched to a base address hashtable instead of a list

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4521 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-08-23 09:54:01 +00:00
wj32 2b955b0cb2 * removed KphHandle argument from KPH functions
* removed control Create functions
* consistently use VOID for functions with no parameters
* PPVOID -> PVOID *
* PhRefreshMupDevicePrefixes -> PhUpdateMupDevicePrefixes, PhRefreshDosDevicePrefixes -> PhUpdateDosDevicePrefixes

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4508 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-08-22 03:12:13 +00:00
wj32 7cc8b7f9e0 implemented extension manager and object extensions
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4365 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-07-29 09:49:18 +00:00
wj32 debe294e9f added comment
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3861 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-11-28 07:41:51 +00:00
wj32 2999f6c61a added signature verification for modules
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3857 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-11-26 10:44:48 +00:00
wj32 c1ff1504e7 fixed highlighting for relocated DLLs on Windows 7 and above
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3847 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-11-19 07:33:49 +00:00
wj32 1cabb980df added more columns to modules list
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3844 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-11-18 11:33:16 +00:00
wj32 21f10de978 * can now unmap section views
* fixed PhFindCharInString

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3575 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-09-07 07:32:45 +00:00
wj32 2f05e2068a * PhCreateString(L"") -> PhReferenceEmptyString()
* removed AdditionalReferences parameter from PhCreateObject

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3556 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-09-03 07:44:29 +00:00
wj32 5ceac72a70 added PH_ prefixes to some #defines
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3552 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-09-02 11:09:40 +00:00
wj32 678fa906aa fixed argument specifications
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3465 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-08-04 06:14:51 +00:00
wj32 089dd86c44 renamed functions to [verb] [object] form
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3452 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-07-30 08:35:37 +00:00
wj32 9824393c15 memory tab now works
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3158 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-05-28 11:08:49 +00:00
wj32 9f653c120a * removed RunCount, added RunId support to all providers
* fixed PhBoostProvider

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3005 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-04-02 03:38:43 +00:00
wj32 6679b3becf restructured common code into phlib
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2935 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-03-11 04:15:11 +00:00
wj32 bbe1014194 switched to using the LSA API
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2851 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-02-20 00:38:43 +00:00
wj32 61c4c5e779 fixed module item "hashing" which puts all entries in the same bucket
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2836 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-02-14 09:38:53 +00:00
wj32 edfb93d3d5 added some annotations
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2819 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-02-12 10:43:52 +00:00
wj32 3f980dd9b9 added debug console
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2791 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-02-06 05:21:17 +00:00
wj32 04da97442d added bold font for main module
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2782 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-02-04 05:01:56 +00:00
wj32 df75508651 * added state highlighting
* fixed thread cycle time struct definition

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2743 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-26 06:50:54 +00:00
wj32 075d6ff82e completed sorting implementation
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2742 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-26 01:13:08 +00:00
wj32 70dc934c21 completed file dialog code
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2647 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-17 00:05:31 +00:00
wj32 c30c6dae89 added size formatting
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2637 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-16 06:35:45 +00:00
wj32 cb9bf307b6 more symbol fixes
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2631 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-15 22:59:15 +00:00
wj32 3c9c3d9897 completed handle provider + tab
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2569 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-06 09:37:51 +00:00
wj32 61b09313eb * almost completed thread provider
* added generic module enumeration functions

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2561 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-05 05:18:19 +00:00
wj32 6b71343f63 * fixed module base address strings
* added PH_ANSI_STRING
* added PhCreateAnsiStringFromUnicode(Ex)
* started symbol provider

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2558 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-01 09:57:56 +00:00
wj32 55e45a45db * added module provider
* fixed typo in PhBoostProvider
* made provider system more thread-safe (Context is now Object, and it is referenced/dereferenced properly)

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2556 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-01 02:33:04 +00:00