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
dmex
af09468b65
Updated PH 1.x solution to vs2010, updated CLR runtime to 4.0
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4250 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-06-22 03:14:34 +00:00
wj32
d02af78065
reverted to buildable state
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4132 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-03-09 07:15:21 +00:00
wj32
692aac15a9
rewriting KPH interface
...
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3975 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-01-03 00:18:32 +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
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