Commit Graph

13 Commits

Author SHA1 Message Date
dmex04 ec816d7988 #2983538 - fixed ProcessPriorityClass DataTypeMisalignment
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3036 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-04-08 00:37:16 +00:00
wj32 4bfc3788f3 * MemoryRegion: don't use GetStructSize unless index is not 0
* MemoryRegion: removed srcOffset parameter from WriteMemory
* MemoryAlloc: added ResizeNew - instead of actually resizing the allocation, this frees and allocates, which is faster
* added some MountManager functions

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2494 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-24 10:25:40 +00:00
wj32 665f3dd15d * made ProcessHandle.GetEnvironmentVariables faster
* converted some ReadStruct calls to pointer dereferences

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2468 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-19 23:57:04 +00:00
wj32 924a68e82c removed usages of stackalloc in EnumModulesNative and SetModuleReferenceCount
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2467 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-19 23:21:52 +00:00
wj32 8d9de0ae3e * started MFS
* UnicodeEncoding -> Encoding

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2418 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-15 11:39:05 +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 256bf6d770 * added new overload for ProcessHandle.CreateWin32
* added SetSessionId to TokenHandle

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2361 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-11-26 07:03:33 +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 4b5570a63b * #2887106 - "set process I/O Priority"
* added ability to set thread I/O priority

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2353 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-11-17 09:59:22 +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 803c5793cf fixed: processes now show correct amount of loaded modules
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2326 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-11-01 01:11:36 +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