Commit Graph

577 Commits

Author SHA1 Message Date
wj32 7948970825 added App ID column for processes
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5164 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2012-12-09 07:32:12 +00:00
wj32 74a5a85ded removed old unused code and features
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5141 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2012-12-08 01:54:10 +00:00
wj32 d1d57623c3 removed 512 character limit when copying text
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5138 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2012-12-08 00:48:39 +00:00
wj32 889c95e330 updated NT headers
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5118 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2012-12-06 09:31:14 +00:00
wj32 365f364166 updated NT headers for Windows 8
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5117 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2012-12-06 09:02:25 +00:00
wj32 7691793ee8 added command line improvements by mlg
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5110 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2012-11-30 11:33:14 +00:00
wj32 4b4306491e fixed some code analysis warnings
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5109 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2012-11-30 10:31:48 +00:00
wj32 c2b83beec0 * fixed task scheduler information on Windows 8
* fixed _InterlockedCompareExchangePointer

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5099 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2012-11-29 12:37:28 +00:00
wj32 d0df5194a9 * re-added XP support
* added x86 dynamic (KPH) data for Windows 8

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5098 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2012-11-29 12:10:37 +00:00
wj32 db0f3fe04c added VS project for KProcessHacker
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5097 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2012-11-29 09:09:56 +00:00
wj32 86f35d961e * added new ASLR information for Windows 8
* fixed signature verification on Windows 8
* ExtendedServices: added new triggers for Windows 8

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5096 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2012-11-29 07:48:25 +00:00
dmex be41a749f9 Updated all solutions to Visual Studio 2012 and .NET 4.5, removed duplicate definitions.
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5090 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2012-10-21 06:50:45 +00:00
wj32 c9d9fc4afe fixed typo
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5035 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2012-06-07 01:19:10 +00:00
wj32 b6b10e1740 partially reverted r4951
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4952 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2012-01-16 02:48:32 +00:00
wj32 bed4528a89 added minimum size unit option
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4951 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2012-01-16 02:32:26 +00:00
wj32 3a21e29f6f updated ntpsapi.h
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4945 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-12-30 21:30:44 +00:00
wj32 2274855b69 updated ntrtl.h
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4935 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-12-19 07:52:11 +00:00
wj32 031b722e29 fixed typo
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4921 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-11-25 05:17:48 +00:00
wj32 9111b5240a use processor performance distribution to calculate CPU frequency
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4907 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-11-23 01:04:58 +00:00
wj32 e9bd9692be check for mscorlib to reduce false positives in .NET detection
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4906 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-11-22 23:16:02 +00:00
wj32 f97fe15f35 added PhSplitStringRefEx
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4899 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-11-22 07:08:54 +00:00
wj32 a0ce909a48 added PhParseCommandLineFuzzy
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4895 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-11-21 11:10:59 +00:00
wj32 d3ebc836b0 added SSE2 string code
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4884 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-11-20 06:14:43 +00:00
wj32 a3b99320f4 * updated ntrtl.h
* ExtendedTools: use a RTL_BITMAP instead of a single ULONG for the aperture bitmap

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4882 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-11-20 03:30:50 +00:00
wj32 70e3e8b38e added some PH_STRINGREF functions
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4881 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-11-20 02:52:39 +00:00
wj32 599bf44532 3.x merge - PH_STRING conversion
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4876 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-11-19 11:10:51 +00:00
wj32 af5aadb5dc * added dynamic configuration to KPH
* updated KPH object functions for Windows 8

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4873 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-11-19 01:52:40 +00:00
wj32 971fa4e80e fixed KPH build
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4872 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-11-18 11:27:06 +00:00
wj32 968a05bfe4 applied some NT header fixes from 3.x
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4871 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-11-18 09:58:09 +00:00
wj32 eef69c21aa more research into new loader mechanisms
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4869 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-11-17 10:13:22 +00:00
wj32 44a32e84f3 fixed LDR_DDAG_NODE definition
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4868 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-11-17 04:45:28 +00:00
wj32 1f84fa3349 updated NT headers
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4867 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-11-17 03:09:12 +00:00
wj32 7e65078c99 * added generic treenew filter support functions
* added option to hide driver services

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4863 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-11-16 10:39:01 +00:00
wj32 48691759ab switched to new main menu system
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4862 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-11-16 07:02:42 +00:00
wj32 48accdc77f * added plugin support to system information window
* ExtendedTools: added support for new system information window

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4836 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-11-12 07:07:26 +00:00
wj32 d24b8bf7a0 added CPU section dialog
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4831 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-11-11 10:50:32 +00:00
wj32 b134a04f92 began rewrite of the System Information window
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4826 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-11-11 02:16:31 +00:00
wj32 3a25100aca improved module scanning - try to use the mapped file name before using the loader entry file name
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4816 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-11-09 00:38:45 +00:00
wj32 cfe28d694e * bump to 2.24
* added PhxfFillMemoryUlong
* added GC_STYLE_FADEOUT to graph control
* experimenting with graph appearance

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4812 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-11-08 05:57:40 +00:00
wj32 c9c78a84b1 fixed bugs in the cpysave functions
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4804 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-11-06 09:46:39 +00:00
wj32 dbc49cc243 * removed Queue object
* fixed handling of InitialCapacity in PhInitializeStringBuilder

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4803 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-11-06 09:04:18 +00:00
wj32 33b5d47cba added Capabilities, Claims and Attributes tabs to token properties
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4800 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-11-06 06:51:31 +00:00
wj32 8f07965268 added ability to change token integrity levels
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4798 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-11-06 03:22:36 +00:00
wj32 cb803d13aa updated NT headers
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4789 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-11-01 22:19:40 +00:00
wj32 57e77756e7 * fixed PhIntegerToString64
* added UserNotes plugin

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4774 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-10-29 02:32:03 +00:00
wj32 31578a2558 ExtendedTools: added GPU monitoring
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4755 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-10-27 02:30:17 +00:00
wj32 34c9eb3132 added highlighting for metro-style apps
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4689 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-09-18 09:09:22 +00:00
wj32 16c3d57c16 updated NT headers
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4684 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-09-17 09:14:05 +00:00
wj32 46c3bdb183 updated NT headers
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4680 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-09-16 07:36:46 +00:00
wj32 26ebdd90df added WINDOWS_8 version constant
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4676 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-09-15 11:57:48 +00:00