wj32
54230a23b6
update
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@223 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-12-04 10:34:40 +00:00
wj32
681695e547
remove unsafe marshal calls
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@221 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-12-04 08:30:16 +00:00
wj32
83c7921969
fixed random crashes
...
add handle filter window (search for handles)
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@220 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-12-04 08:27:10 +00:00
wj32
1a59401ba2
decrease CPU usage a bit
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@218 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-12-04 06:30:57 +00:00
wj32
3adad7b9b0
now translates handle names into more readable forms
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@215 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-12-04 06:07:22 +00:00
wj32
992dde27cc
allow hiding of handles with no name
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@213 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-12-04 05:08:15 +00:00
wj32
e3a6bd5e11
fix handle strings
...
fix handle updating (always had "new" handles)
it awesomely works now!
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@212 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-12-03 11:20:13 +00:00
wj32
7ec69dd2c9
begin handle code
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@211 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-12-03 10:51:02 +00:00
wj32
f039d3f628
don't throw exception unless really needed in GetAccountName
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@197 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-12-02 07:46:05 +00:00
wj32
0866d0d3ca
various bug fixes
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@190 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-12-01 10:13:05 +00:00
wj32
5efd9f274f
Now displays user names of most processes using the Terminal Server APIs
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@189 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-12-01 09:21:27 +00:00
wj32
f8db20c8e1
* made most imported functions unicode
...
* started terminal server imports
* added more locks
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@188 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-12-01 08:57:32 +00:00
wj32
ed3f6ed0d9
* we really DON'T need to invoke to get the username of a process
...
* lock the dictionary while updating a modified item on the process list
* make the GetProcessUsername() function throw exceptions
* remove useless try statements
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@183 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-12-01 06:31:03 +00:00
wj32
c1b9286721
ability to get session id, start on SetThreadContext injection
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@173 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-11-30 08:47:23 +00:00
wj32
f7a6609017
add service window and other code
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@147 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-11-25 10:29:22 +00:00
wj32
657b77758f
eliminated the memory leak
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@145 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-11-25 06:51:11 +00:00
wj32
fc7d189e52
fix some bugs, get service config
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@143 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-11-24 10:37:23 +00:00
wj32
ed2f7af08f
bump to 1.2.1.0
...
added service list
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@142 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-11-24 10:19:21 +00:00
wj32
66232cc9a3
can enum services now!
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@141 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-11-24 09:23:09 +00:00
wj32
c469da220f
add code for service structures
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@140 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-11-24 07:19:59 +00:00
wj32
5679ce634b
add thread stack walking
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@120 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-11-23 01:18:14 +00:00
wj32
9ddc729f75
* Removed useless starting "\" in account names
...
* Fixed group menu item enabling and disabling
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@68 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-11-12 06:31:04 +00:00
wj32
5c6f63556b
refactor code
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@63 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-11-09 05:30:58 +00:00
wj32
718921dbf3
add injector
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@60 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-10-30 06:50:08 +00:00
wj32
ba459ea672
add some definitions
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@59 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-10-28 10:18:36 +00:00
wj32
cc1d1c1ac3
add groups window
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@57 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-10-28 07:55:40 +00:00
wj32
ab063c9ae7
various fixes to privileges window
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@49 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-10-27 09:09:05 +00:00
wj32
adc7efe5a8
Added Privileges Window (to enable, disable and remove privileges)
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@48 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-10-27 08:25:54 +00:00
wj32
683909326b
add process tree
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@34 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-10-24 05:33:56 +00:00
wj32
7145169bce
Fix username and other things
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@28 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-10-23 09:05:39 +00:00
wj32
488514238f
Bump to 1.1.2.0
...
Rewrote process list and thread list code
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@27 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-10-23 08:15:42 +00:00
wj32
af46360197
* Added username column
...
* Now shows process description and filename in tooltip
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@19 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-10-22 10:27:42 +00:00
wj32
47115c6e31
Prepare for thread stack walking code
...
Added WaitReason column
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@11 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-10-22 06:06:12 +00:00
wj32
09a43bb42a
Add some dbghelp PInvokes
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@10 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-10-21 07:28:59 +00:00
wj32
c0d0ad82f2
* Added CONTEXT code
...
* Now bolds the kernel name when the System process is selected
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@9 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-10-21 06:16:05 +00:00
wj32
618b950560
Import
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-10-20 09:16:58 +00:00