Commit Graph

81 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 a6abc1ccee fixed typo
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2945 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-03-13 01:34:49 +00:00
wj32 1f253cb0df don't use event pair with RtlQueryProcessDebugInformation to avoid crashes
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2843 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-02-18 04:28:37 +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 325bd3daf5 * bump to 1.12
* use non-intrusive module enumeration whenever possible

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2761 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-29 09:26:49 +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 6d7a943ad9 System Idle Process threads are shown
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2593 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-09 23:38:04 +00:00
wj32 3821cdc755 * bump to 1.11
* #2926287 - "Scroll Problems with Microsoft Intellipoint Mouse"

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2565 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2010-01-05 22:29:07 +00:00
wj32 857cbcf79f added AddPrivileges and RemovePrivileges to LsaPolicyHandle
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2515 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-27 06:10:17 +00:00
wj32 6d2786388c added some functions to SamUserHandle
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2511 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-26 22:02:02 +00:00
wj32 6648222849 fixed some FileHandle bugs
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2510 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-26 09:40:19 +00:00
wj32 664f724679 added support for search patterns in FileHandle.EnumFiles/GetFiles
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2504 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-26 06:05:19 +00:00
wj32 d247acaec9 Win32.CreateProcess -> ProcessHandle.CreateWin32 in HackerWindow
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2502 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-26 03:05:50 +00:00
wj32 78f9d68839 decreased BaseObject overhead to only 4 bytes
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2501 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-26 02:34:37 +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 9bb5a9f2bf * bump to 1.10
* added missing service descriptions in dumps

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2493 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-24 05:13:25 +00:00
wj32 d55c0642a7 made the FreeList less of a stupid idea
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2490 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-22 05:49:51 +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 19fea0413e got rid of a tab
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2480 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-20 10:58:00 +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 36742b573c added FreeList usage to MemoryFileSystem
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2469 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-20 00:01:43 +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 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 979cc5419b added "\WINDOWS" case to FileUtils.GetFileName
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2465 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-19 10:46:54 +00:00
wj32 55cd16a3e9 fixed bug in MFS when creating file systems with custom block sizes (2)
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2463 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-19 00:51:54 +00:00
wj32 87b9a73d10 fixed bug in MFS when creating file systems with custom block sizes
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2462 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-19 00:45:59 +00:00
wj32 c5e4cba3b1 dump: renamed GetStream to GetWriteStream
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2461 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-19 00:28:21 +00:00
wj32 97d352c241 added customizable block/cell sizes to MFS
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2460 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-19 00:11:22 +00:00
wj32 6e46a701a9 added exception messages
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2454 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-18 05:39:03 +00:00
wj32 91c141e78c fixed comment
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2453 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-18 05:32:08 +00:00
wj32 468712af4c added ability to dump process history manager data
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2447 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-17 11:16:50 +00:00
wj32 623cc5070e * dump: fixed command line values for POSIX processes
* added copyright headers

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2435 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-17 04:41:29 +00:00
wj32 8496f91121 fixed reference leak in MemoryFileSystem.ReadDataCell
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2430 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-17 02:02:12 +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 26fbdebe5d added VM and IO counters dumping
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2424 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-17 00:49:14 +00:00
wj32 6a77101400 started dump viewer
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2423 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-17 00:17:49 +00:00
wj32 1816c21f39 completed dump feature
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2422 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-16 22:21:07 +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 f79435956a started dump code
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2420 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-16 11:10:27 +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 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 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 9a269025fd * bump to 1.9
* #2911938 - "The given key was not present in the dictionary."

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2411 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-10 11:36:10 +00:00
wj32 f2e6ff3357 fixed SsLogger screwing up when stopping then starting - cursor position was thrown away
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2395 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-06 11:03:52 +00:00
wj32 dca3603551 added Bytes capturing to KphSs
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2393 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-12-05 09:59:10 +00:00
wj32 d284deafb8 * replaced messy half-working code in ProcessWindow for selecting threads with ActionSync
* replaced fast event emulators with FastEvent

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2388 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-11-29 04:03:14 +00:00
wj32 d4f5abfb9c added permissions editing to NtObjects
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2387 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-11-29 02:00:27 +00:00