Commit Graph

140 Commits

Author SHA1 Message Date
wj32 7e457bed76 fixed typo
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4205 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-05-23 02:13:27 +00:00
wj32 e6625d5c74 fixed major bug in PhpProcessItemDeleteProcedure
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4151 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-03-21 06:20:18 +00:00
wj32 009baafaad KernelTime only includes IdleTime, not DpcTime or InterruptTime
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4125 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-03-05 22:41:01 +00:00
wj32 7557afd003 * bump to 2.13
* updated dates

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4112 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-02-26 11:24:01 +00:00
wj32 8e5ceddd3b added some documentation
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4070 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-02-05 10:39:14 +00:00
wj32 9bc1d83d70 * fixed lots of KPH bugs
* completed user-mode KPH interface

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3935 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-12-26 04:01:34 +00:00
wj32 7aecac4b50 began completely re-writing KProcessHacker (main project does NOT compile)
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3929 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-12-24 11:58:50 +00:00
wj32 664127a8df * added NtGetTickCount
* un-Win32-ized process priority classes

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3905 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-12-20 09:14:11 +00:00
wj32 60bd2299d2 added more docs
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3900 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-12-19 11:51:30 +00:00
wj32 6bac722c98 fixed uninitialized variable usage
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3873 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-12-04 23:31:25 +00:00
wj32 728b0904f3 added ETW-based statistics collection to ExtendedTools plugin
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3869 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-12-03 10:44:10 +00:00
wj32 72aadd6d7b better method of getting token integrity
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3867 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-11-30 06:39:59 +00:00
wj32 4366e3b01f fixed typo
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3860 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-11-28 07:19:48 +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 e2a107906c fixed memory leak
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3790 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-10-24 03:50:50 +00:00
wj32 f92e132178 * fixed handle-related bugs
* added HEAP_DEBUGGING_INFORMATION
* added leak detection to debug console

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3782 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-10-23 05:42:59 +00:00
wj32 af5e86e548 * added winsta.lib
* switched to winsta functions

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3732 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-10-09 08:43:24 +00:00
wj32 f9b1ecc972 * got rid of SHGetFileInfo usage - vastly improves startup time and memory usage
* cache PhGetSystemDirectory() string

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3716 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-10-02 11:27:47 +00:00
wj32 e279c25310 added convenience macros for PhFormat
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3709 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-10-01 08:33:29 +00:00
wj32 6bf3480337 * fixed PhFormat bugs
* switched some functions to PhFormat

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3706 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-10-01 06:01:55 +00:00
wj32 23050d3424 removed PH_PROCESS_ITEM_RECORD_STAT_REF
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3679 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-09-26 23:20:13 +00:00
wj32 9bd6b26ae9 * symprv is now delay loaded
* added PH_CALLBACK_DECLARE for static initialization of PH_CALLBACK objects

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3616 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-09-13 12:04:51 +00:00
wj32 be7ee7e7f6 * fixed username for System
* fixed SbieSupport on x64

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3606 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-09-12 02:58:03 +00:00
wj32 7f0d60a326 * added PH_HASH_ENTRY (hash set) - lightweight intrusive hashtable
* changed process provider and handle provider to use hash set

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3603 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-09-12 01:55:53 +00:00
wj32 7396ec2020 made PPH_IS_DOT_NET_CONTEXT a hashtable
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3601 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-09-12 00:01:21 +00:00
wj32 4544996c0d removed PH_PROCESS_ITEM.CpuUsageString - not thread-safe
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3597 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-09-11 08:57:39 +00:00
wj32 f74051dcdb * fixed incorrect process parent association
* added PhGetClientIdNameEx, PhReferenceProcessItemForParent

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3568 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-09-06 06:30:33 +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 4f73acfaf9 * can assign processes to jobs
* added process chooser dialog

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3511 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-08-19 10:29:21 +00:00
wj32 fb27fa2624 added NoPurgeProcessRecords setting
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3508 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-08-18 12:22:28 +00:00
wj32 43b2f73924 added double-click for system information graphs
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3506 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-08-18 11:59:43 +00:00
wj32 939b95c910 added file verification cache (disabled for now)
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3500 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-08-15 02:37:19 +00:00
wj32 f422617141 check for HasParent when logging
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3489 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-08-10 07:15:59 +00:00
wj32 eaea5bc7ba should always set PH_PROCESS_RECORD_DEAD
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3485 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-08-09 08:58:48 +00:00
wj32 4b0c4147fa flush the slists instead of popping entries one by one
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3484 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-08-09 08:52:07 +00:00
wj32 9857c92ab4 minor change
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3471 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-08-05 11:25:25 +00:00
wj32 7ea59d4571 * optimized some startup code
* moved PhCurrentUserName from phlib to ProcessHacker

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3458 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-07-31 06:35:55 +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 7379bb1dcb plugins can now fix .NET highlighting
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3449 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-07-28 11:37:34 +00:00
wj32 7da46ce3a1 added sdk
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3423 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-07-24 07:59:13 +00:00
wj32 b91b67c391 .NET checking is still enabled with PhEnableProcessQueryStage2 off
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3408 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-07-23 07:52:50 +00:00
wj32 0578fb158c stage 2 is now optional
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3407 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-07-23 07:48:04 +00:00
wj32 87685442ce * added PhEnumProcessesForSession and PhEnumProcessesEx
* fixed binary search code

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3405 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-07-22 23:21:54 +00:00
wj32 b945cdeb0e minor changes
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3403 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-07-21 08:18:23 +00:00
wj32 10ddd4cd01 removed test code
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3402 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-07-21 07:13:12 +00:00
wj32 efdb0b3c8d fixed some more process record bugs
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3401 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-07-21 07:01:45 +00:00
wj32 9d58088371 * fixed log memory leak
* fixed process record unlinking

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3399 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-07-20 22:54:46 +00:00
wj32 5db0495392 fixed process record bug - records weren't zeroed, leading to invalid pointers
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3341 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-07-11 11:29:53 +00:00
wj32 fae047b03b * added process database
* #2928566 - "Flag system for safe processes"

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3333 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-07-11 06:16:49 +00:00