Commit Graph

46 Commits

Author SHA1 Message Date
wj32 325bd3daf5 * bump to 1.12
* use non-intrusive module enumeration whenever possible

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2761 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-29 09:26:49 +00:00
wj32 95a1343f3a back-ported new provider system from PH 2.x
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2540 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-30 02:48:37 +00:00
wj32 c7d18e5c0b * explicitly release COM objects in DotNetCounters
* re-enabled window close animations for ProcessWindow

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2508 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-26 08:58:55 +00:00
wj32 9bb5a9f2bf * bump to 1.10
* added missing service descriptions in dumps

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2493 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-24 05:13:25 +00:00
wj32 098e98f01c fixed fucked-up-sign-extended kernel module base addresses
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2464 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-19 10:42:35 +00:00
wj32 c5e4cba3b1 dump: renamed GetStream to GetWriteStream
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2461 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-19 00:28:21 +00:00
wj32 ca640cf126 dump: fixed missing mapped files in modules list (2)
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2459 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-18 11:21:39 +00:00
wj32 682720d98c dump: fixed missing mapped files in modules list
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2458 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-18 11:02:18 +00:00
wj32 c1ede6c1ff dump: fixed duplicate modules
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2457 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-18 10:59:47 +00:00
wj32 43f3274be2 dump: added WOW64 module information
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2456 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-18 10:55:51 +00:00
wj32 c68bbb17d0 added progress dialog for creating dumps
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2455 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-18 10:43:51 +00:00
wj32 6fdada89ab dump: fixed DPCs and Interrupts position
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2449 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-18 03:57:36 +00:00
wj32 773fdaea64 added DPCs and Interrupts to dumps
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2448 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-18 03:56:32 +00:00
wj32 468712af4c added ability to dump process history manager data
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2447 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-17 11:16:50 +00:00
wj32 3c861b2421 added time stamp, made time representation more compact
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2446 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-17 10:18:09 +00:00
wj32 abfe7e8b5d fixed some exceptions when viewing dumps created under LUAs
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2445 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-17 10:06:57 +00:00
wj32 ae1cb02437 added safeguard to Dump against values having null characters
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2444 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-17 08:52:34 +00:00
wj32 b5f8a6fb0b dump: added service info display
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2442 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-17 08:43:51 +00:00
wj32 47fc04f776 dump: added token info display
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2441 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-17 08:10:24 +00:00
wj32 f769bbf1e4 dump:
* fixed NullReferenceException in DumpProcessWindow
* fixed handle info dumping on x64

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2436 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-17 04:45:14 +00:00
wj32 623cc5070e * dump: fixed command line values for POSIX processes
* added copyright headers

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2435 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-17 04:41:29 +00:00
wj32 16dc07e5b9 almost finished DumpProcessWindow (token properties not present)
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2434 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-17 04:36:50 +00:00
wj32 928cedaff5 added Architecture field
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2433 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-17 02:25:45 +00:00
wj32 fae4d7da88 dump: fixed IsCritical and IsWow64
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2432 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-17 02:22:31 +00:00
wj32 9cfc52aeba fixed previous commit
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2429 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-17 01:41:48 +00:00
wj32 a572b50351 dump:
* fixed current user highlighting
* made compatible with x64

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2428 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-17 01:37:35 +00:00
wj32 51b6561654 dump: fixed usernames on XP
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2427 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-17 01:25:25 +00:00
wj32 6afdcb9925 * fixed process tooltips when viewing dumps
* fixed Save as text file on XP
* updated CHANGELOG.txt

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2425 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-17 01:16:21 +00:00
wj32 26fbdebe5d added VM and IO counters dumping
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2424 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-17 00:49:14 +00:00
wj32 6a77101400 started dump viewer
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2423 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-17 00:17:49 +00:00
wj32 1816c21f39 completed dump feature
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2422 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-16 22:21:07 +00:00
wj32 6e12ea2438 completed info dumping code
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2421 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-16 22:01:17 +00:00
wj32 f79435956a started dump code
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2420 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-16 11:10:27 +00:00
wj32 25280a4320 the "-elevate" command line option propagates other arguments
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2417 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-14 06:06:36 +00:00
wj32 0e14d706fe added some useless stuff
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2416 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-13 02:11:38 +00:00
wj32 9f3f6ca52f * hacked around PWindows race condition
* disabled loaded modules in diagnostics text

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2404 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-09 10:05:13 +00:00
wj32 a598d6489a disabled automatic update checking by default
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2365 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-11-26 10:24:50 +00:00
wj32 2cbb1cce28 no more Assistant.exe
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2362 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-11-26 07:33:41 +00:00
wj32 81c8bf754f renamed ThrowLastError to Throw
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2360 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-11-25 11:07:19 +00:00
wj32 04aebd11d9 fixed file not found errors
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2331 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-11-01 02:21:42 +00:00
wj32 d76bd184ae redid fixes
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2328 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-11-01 01:53:17 +00:00
wj32 5027592ce9 * reverted the entire logging thing. sorry dmex, it's just not good enough.
* EnumProcessModulesEx only works on Vista and above, and we already get WOW64 modules

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2327 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-11-01 01:35:54 +00:00
dmex04 595de8a694 updated: log window - fixed icon display (since separate window), added icons to differentiate between log items/severity and also which ones contain extra data
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2323 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-31 23:22:38 +00:00
dmex04 f9262305c3 Various Fixes/updates:
* fixed: MemoryList provider_DictionaryRemoved
* fixed: (and orginized) extensions
* fixed: message centering
* fixed: EnableKPH settings option being enabled on 64bit
* fixed: menu becoming disabled. if enabled, ph is minimized then exited.
* fixed: InfomationBox using incorrect font
* fixed: Form.ActiveForm cross-thread exceptions
* fixed: settings requiring ProcessHacker restart notification
* fixed: SourceForge upload status remaining "uploading" after error
* fixed: ExtendedListView mode fixed

-added: restart to ErrorDialog
-updated: WaitChainTraversal window
-completed: ProcessTreeNodeDisplayStyle options (ShowSelectiveNodes now Works)
-replaced: Updater form window handle hopscotch handling :P, with GetFWindow method 
-merged: logging/messaging (QueMessage, Logging.Log, (4) PhUtils methods) into one class
-improved: exception handling/logging/dialog control consistency 


git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2322 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-31 23:05:00 +00:00
dmex04 22cc8b4c82 IntPtr caching, added more architecture control
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2317 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-30 20:36:36 +00:00
wj32 7bd28e4357 moved branches, tags, trunk to 1.x branch
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2304 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-25 02:22:46 +00:00