wj32
247092904d
* fix unused 'ex' variable in ObjectPrivileges.cs
...
* add Wei Zhu to credits
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@309 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-12-17 09:09:56 +00:00
wj32
610081a1db
* Win32 code cleanup
...
* Can view thread usernames, groups and privileges
* bump to 1.2.6.5
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@306 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-12-17 07:28:38 +00:00
wj32
588cc69629
bump to 1.2.6.0
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@293 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-12-16 06:40:25 +00:00
wj32
0598ae0569
* updated docs
...
* Assistant can now start programs with a token "stolen" from another process
* greatly simplified process context menu enabling/disabling
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@283 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-12-15 10:15:21 +00:00
wj32
06c71e5cb7
UI enhancements, save settings
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@277 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-12-15 05:50:01 +00:00
wj32
f88bc866c1
* Fixed the fix for the huge regression - the cause was the handle being closed twice. Since a handle is just a number, there is a chance of another handle being opened with the same number just after the handle gets closed but before it gets closed again. That would mean that the other handle gets closed, thus causing the problem.
...
* Bump to 1.2.5.5
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@271 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-12-13 00:10:52 +00:00
wj32
a24131c953
update version
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@270 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-12-12 23:57:26 +00:00
wj32
ab6d48419b
roll back version - prepare for re-release
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@262 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-12-07 07:33:05 +00:00
wj32
6b72db8a47
Fixed window activation when showing Process Hacker from the tray icon
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@260 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-12-07 06:34:12 +00:00
wj32
6aad470f1f
remove hide users option
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@259 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-12-07 04:19:01 +00:00
wj32
e4066011f0
* Handle finder now only searches in processes with same session ID (faster,
...
avoids hangs)
* bump to 1.2.5.0 - lots of awesome changes
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@258 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-12-07 04:05:33 +00:00
wj32
d9678fef3a
* System and System Idle Processes now have usernames (hardcoded in)
...
* Added ability to hide other users' processes (based on Session ID)
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@257 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-12-07 03:56:26 +00:00
wj32
b7a29a0cb1
* Fixed services in tooltips
...
* Added highlighting for processes with services
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@253 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-12-07 02:23:24 +00:00
wj32
46ccb42d75
* Gets command line of processes without using Injector
...
* Added highlighting for debugged processes
* Added viewing/setting of process affinity
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@242 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-12-06 11:00:07 +00:00
wj32
67963ac3c1
bump to 1.2.4.0
...
add try around get symbol name from address... code
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@239 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-12-06 07:07:00 +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
e14e8d259c
update version info
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@216 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-12-04 06:10:46 +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
2451699903
Fixed incorrect messages about "new services" (actually fixed this time)
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@199 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-12-03 05:24:25 +00:00
wj32
1f1f2cc38a
add tray icon
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@196 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-12-02 07:22:50 +00:00
wj32
a932f706aa
bump to 1.2.2.5
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@167 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-11-30 04:29:41 +00:00
wj32
08c6863d67
add injector support in UI
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@165 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-11-29 11:22:11 +00:00
wj32
2f1f944125
allow toolhelp module listings
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@156 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-11-28 11:19:34 +00:00
wj32
6d0c745a64
bump to 1.2.1.5
...
fix flatstyle
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@154 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-11-28 10:35:44 +00:00
wj32
aad868cc48
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@149 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-11-25 10:50:34 +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
0c91feba7c
update version info
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@135 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-11-23 05:13:09 +00:00
wj32
c433ad7d0c
save thread window settings
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@122 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-11-23 02:49:06 +00:00
wj32
e68e147146
add status bar and log
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@93 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-11-21 10:27:17 +00:00
wj32
bac0689810
save always on top state
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@92 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-11-21 09:43:56 +00:00
wj32
d60e0d0e0b
fix highlighting, add for threads
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@90 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-11-21 09:35:05 +00:00
wj32
ebea940034
add "search online" menu item
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@86 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-11-21 07:18:54 +00:00
wj32
aa4e050d64
now saves pe window column settings
...
fixed crash when opening the same file twice
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@81 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-11-20 10:23:28 +00:00
wj32
74a7ed37d3
bump to 1.2.0.0 and update changelog
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@80 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-11-20 10:03:33 +00:00
wj32
2fdd7b70a0
can read imports now
...
integrated inspector with main form
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@79 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-11-20 10:02:36 +00:00
wj32
91a85146ed
added filtering
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@72 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-11-15 02:12:38 +00:00
wj32
00e49579b2
fix process icon memory leak
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@67 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-11-11 09:51:59 +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
70a8262e5a
bump to 1.1.4.5
...
Fixed crash when attempting to open privileges for System on XP
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@56 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-10-28 06:33:09 +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
5968a33d31
bump to 1.1.4.0
...
Enabled Select All for all lists on the main window
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@46 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-10-26 10:20:06 +00:00
wj32
b07cebd0bf
now saves selected tab
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@44 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-10-26 06:27:02 +00:00
wj32
b7b7963664
bump to 1.1.3.5
...
Now saves column settings
Now saves results and memory window settings
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@42 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-10-26 06:16:40 +00:00
wj32
8df5e30472
bump to 1.1.3.0
...
completely rewrote thread list code
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@38 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-10-26 02:15:48 +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
c46c709c50
* Added more "options"
...
* Added keyboard shortcuts for terminating process(es) (Del) and refreshing (F5)
* Added some menu items - Select All and Refresh
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@21 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-10-22 11:10:25 +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
99e4ad2f60
Changed Search button to a SplitButton
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@17 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2008-10-22 09:12:10 +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