wj32
21cb911aa3
removed pointless VersionString checking
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2272 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-18 09:28:58 +00:00
dmex04
f8bf3144e6
reverted last commit
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2271 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-18 09:21:56 +00:00
dmex04
68e88ec3ca
fixed non-NT OSVersion detection
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2270 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-18 09:18:17 +00:00
dmex04
7a50523650
added OS Version string caching, removed duplicate OSVersion functions from TaskDialog
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2268 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-18 09:04:28 +00:00
wj32
aefbd51972
fixed OSVersion - Unknown should be int.MinValue, makes more sense
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2266 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-18 08:58:24 +00:00
wj32
b02c136727
fixed OSVersion for unknown OS versions
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2261 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-18 08:16:56 +00:00
wj32
77c7fd1138
different ideas...
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2260 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-18 08:14:35 +00:00
dmex04
6827088946
fixed NotSupported/UnReleased OSVersion handling, fixed OSVersion class not 100% handling OS Version correctly under all circumstances, fixed Windows 2000 support
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2259 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-18 08:02:46 +00:00
dmex04
cd40d535cb
reverted r2190 OSVersion.cs accidental commit, readded Settings.xml resource
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2200 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-15 17:43:33 +00:00
dmex04
55df451fb1
changed Settings.xml build location, removed redundant functions, cleaned up Settings Class
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2190 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-10-15 08:26:09 +00:00
wj32
38132e88ea
fixed entry point not found exception on Vista and below
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1992 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-09-29 07:56:54 +00:00
wj32
db017067f8
refactored taskbar code, fixed some bugs
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1912 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-09-22 09:04:45 +00:00
wj32
73abc16546
* x64: stack walking works
...
* x64: WOW64 stack walking works, but no symbols
* x64: fixed dbghelp.dll auto-detection
* updated Help.htm, HACKING.txt, README.txt
* PH output now shows whether the system is 32- or 64-bit
* fixed no symbols for protected processes (System) without KPH
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1695 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-11 09:47:21 +00:00
wj32
ec17364eb3
updated OS versions
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1661 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-08-04 06:21:56 +00:00
wj32
21af7629aa
got rid of the virtual memory list
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1515 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-07-04 00:00:49 +00:00
deanme
d33072cee4
add the CPU、Privae Bytes、I/O Bytes indicator in ProcessWindow form
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1510 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-07-03 10:04:44 +00:00
wj32
2bf4cf0c19
* removed event handle in WorkQueue and switched to Monitor.Wait/Pulse
...
* updated copyright headers
* added SpinLock
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1349 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-05-30 06:20:44 +00:00
wj32
741af29084
* KProcessHacker can now perform process memory reading/writing by itself and does not require MmCopyVirtualMemory
...
* added KphAssignImpersonationToken
* added KphAcquireProcessRundownProtection and KphReleaseProcessRundownProtection
* added some impersonation code
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1226 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-05-03 07:03:02 +00:00
wj32
c096bdfa33
major refactoring; all Native functions are now in a separate assembly
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1109 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-04-21 00:39:15 +00:00