Commit Graph

3845 Commits

Author SHA1 Message Date
wj32 fbf501dd14 hackaround for bold text
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3845 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-11-18 23:17:12 +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 c0c0b52c41 converted modules listview to a treelist
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3843 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-11-18 09:48:40 +00:00
wj32 b2756bd641 fixed phapppub.h
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3842 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-11-17 10:18:54 +00:00
wj32 7eb7291b72 made state highlighting for tree lists a bit more generic
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3841 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-11-17 10:08:18 +00:00
wj32 655f5c1558 PhGetProcessPebString and PhGetProcessEnvironmentVariables now work with WOW64
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3840 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-11-17 03:55:17 +00:00
wj32 73f91dc8bd updated SYSTEM_INFORMATION_CLASS
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3839 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-11-15 11:12:56 +00:00
wj32 c31669ceec updated ntrtl.h
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3838 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-11-15 10:58:48 +00:00
wj32 021fbbc38c Zw -> Nt
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3837 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-11-14 11:21:36 +00:00
wj32 8fa75a9a92 added SystemQueryPerformanceCounterInformation to SYSTEM_INFORMATION_CLASS
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3836 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-11-07 11:25:40 +00:00
wj32 5046bef04b updated annotations
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3835 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-11-07 10:03:13 +00:00
wj32 4ab7f9206e * updated SYSTEM_INFORMATION_CLASS with more annotations
* added some old structures

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3834 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-11-07 06:41:10 +00:00
wj32 208e984e4f reversed more info classes
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3833 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-11-07 04:46:09 +00:00
wj32 5046ce86ce use explorer plus-minus glyphs if available
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3832 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-11-07 02:53:34 +00:00
wj32 775cd422df updated ALPC definitions
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3831 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-11-07 01:27:46 +00:00
wj32 0c82292ffa PhGetServiceTreeListLines -> PhGetGenericTreeListLines
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3830 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-11-06 08:16:14 +00:00
wj32 0fa0544d28 added code for SystemModuleInformationEx (unused for now)
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3829 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-11-06 02:01:46 +00:00
wj32 eba3e5db51 reversed some more info classes
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3828 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-11-06 01:42:15 +00:00
wj32 3a68322a21 added some more RTL functions
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3827 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-11-05 10:34:03 +00:00
wj32 a409cddaf8 reversed ThreadLastSystemCall and ThreadTebInformation
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3826 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-11-05 06:19:38 +00:00
wj32 299e357aeb added a new info class from MSDN (before it disappears just like SYSTEM_VHD_BOOT_INFORMATION disappeared)
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3825 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-11-05 02:48:13 +00:00
wj32 cd5699a371 fixed up a few more names according to wow64
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3824 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-11-04 10:42:42 +00:00
wj32 fd9c0de9bc gathered some names from wow64 symbols
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3823 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-11-04 10:29:51 +00:00
wj32 468b8df8cf fixed buffer overflow in PhGetHostNameFromAddress
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3822 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-11-04 03:14:06 +00:00
wj32 35acb78885 fixed memory leak
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3821 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-11-01 10:50:55 +00:00
wj32 83e616328f fixed previous commit
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3820 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-11-01 01:03:48 +00:00
wj32 bf63fb3f39 save service list sorting
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3819 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-11-01 01:02:56 +00:00
wj32 e7a8523f37 propagate certain command line arguments
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3818 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-10-31 09:21:56 +00:00
wj32 ba40d09186 added support for ServiceNamesReferencingModuleInformation to ExtendedTools
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3817 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-10-31 06:32:48 +00:00
wj32 5b4a2ff622 updated HACKING.txt
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3816 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-10-31 01:22:15 +00:00
wj32 96844969e6 updated comment
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3815 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-10-31 00:58:29 +00:00
wj32 23b8537f86 added WOW64 support to PhGetProcessKnownType
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3814 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-10-31 00:50:23 +00:00
wj32 bfbd55d886 disable focus rectangles for extlv-managed list views
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3813 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-10-30 10:55:00 +00:00
wj32 2ee1f063d9 fixed typos
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3812 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-10-30 08:19:22 +00:00
wj32 22c2381e37 updated CHANGELOG.txt
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3811 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-10-29 10:22:03 +00:00
wj32 16a2dcf153 implemented copy-save for service list
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3810 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-10-29 10:09:46 +00:00
wj32 a506ca3659 updated SDK
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3809 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-10-29 09:54:49 +00:00
wj32 4e2065ff46 added Group column
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3808 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-10-29 09:49:28 +00:00
wj32 a50b7a6997 services list is now delay-loaded
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3807 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-10-29 09:34:26 +00:00
wj32 66f747f417 added Binary Path and Error Control columns
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3806 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-10-29 08:05:43 +00:00
wj32 05cc8469fc converted service list to a treelist
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3805 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-10-29 07:38:39 +00:00
wj32 20f71bab32 renamed srvlist.c to srvctl.c (preparing for new service list)
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3804 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-10-29 01:59:43 +00:00
wj32 a4edc9e65b enabled explorer style for process tree
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3803 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-10-28 08:20:49 +00:00
wj32 b94b7890b8 removed MXML "global" allocation
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3802 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-10-28 05:26:59 +00:00
wj32 0dcd3b0b6f treat warnings as errors
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3801 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-10-28 04:03:37 +00:00
wj32 6681142999 removed excessive memory allocations for the LSA wrapper functions
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3800 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-10-27 08:34:26 +00:00
wj32 cee65e308e * improved treelist search
* added more RTL defs

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3799 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-10-27 07:02:46 +00:00
wj32 8d36049e79 changed stupid intcmp implementation
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3798 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-10-27 05:46:50 +00:00
wj32 97ac0e0b34 added general stats system
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3797 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-10-26 10:21:33 +00:00
wj32 f9dcf86d44 improved PhFormat
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3796 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-10-25 04:13:14 +00:00