Commit Graph

32 Commits

Author SHA1 Message Date
dmex fd135fbae3 moved all ListView controls to ExtendedListView, fixed some API ref defs, added initial LastError error handling semantics
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4258 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-06-25 12:39:06 +00:00
dmex ec5f8b197e GC notification of native heap allocations, manifest fix, minor other fixes
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4257 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-06-22 09:49:44 +00:00
dmex 323d02277c fixed most API signatures, fixed multiple 4b NtStatus allocations in various functions
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4256 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-06-22 06:42:44 +00:00
dmex f585842f6d string null perf fixes, Dictionary string perf fixes, removed redundant code, some type fixes
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4254 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-06-22 04:56:08 +00:00
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 89b32a1d54 fixed comment
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2763 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-29 11:55:18 +00:00
wj32 bef07adb0f fixed comment
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2595 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-09 23:59:26 +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 6fedd1648a moved the service enums back into ProcessHacker.Native.Api
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2483 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-21 00:59:03 +00:00
wj32 170f6c7a50 * removed usage of ReadOnlyCollection from HistoryManager
* added FastResourceLock usage to Extensions.GetHandleInfo
* deleted FastQueue

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2477 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-20 07:56:21 +00:00
wj32 482b0d9bc1 * #2917952 - "Index was outside the bounds of the array."
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2475 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-20 07:24:56 +00:00
wj32 e683df7574 used String255 in Win32Error
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2474 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-20 06:41:17 +00:00
wj32 6044dfc104 removed all usages of long for addresses
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2466 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-19 10:56:53 +00:00
wj32 a572b50351 dump:
* fixed current user highlighting
* made compatible with x64

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2428 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-17 01:37:35 +00:00
wj32 6e12ea2438 completed info dumping code
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2421 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-16 22:01:17 +00:00
wj32 9da6ae4934 * completed MFS
* added MessageLabel

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2419 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-16 08:19:48 +00:00
wj32 0e14d706fe added some useless stuff
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2416 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-13 02:11:38 +00:00
wj32 499ee08396 improved signature verification - works on x64, and shows subject names
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2383 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-11-29 00:28:26 +00:00
wj32 c9016e692c added CredUI code
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2382 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-11-28 22:30:44 +00:00
wj32 7f4ccb48c1 added LsaAuthHandle, interactive logon authentication package
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2380 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-11-28 10:03:45 +00:00
wj32 0bb361e262 added some SAM definitions from Vista/7
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2378 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-11-28 02:25:48 +00:00
wj32 1feaa4b3a3 added the SAM wrapper classes
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2375 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-11-28 01:13:43 +00:00
wj32 6406b5e11c added almost all SAM definitions
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2374 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-11-27 23:24:14 +00:00
wj32 6c07c17a24 added some more stuff
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2373 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-11-27 11:42:15 +00:00
wj32 2ba1da4d58 added some SAM stuff
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2372 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-11-27 11:08:06 +00:00
wj32 187483ce8b enhanced LSA functions
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2369 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-11-27 09:04:53 +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 e8facaf03b added EnumProcessModulesEx with support for 32bit/64bit module querying
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2325 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-11-01 00:45:54 +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