Commit Graph

  • 55c02ae89e mostly fixed high DPI support wj32 2010-12-30 10:12:15 +00:00
  • 2421ed582b fixed invalid info class class wj32 2010-12-30 09:15:43 +00:00
  • 3465e947bc fixed invalid I/O control code case wj32 2010-12-30 09:13:38 +00:00
  • d579a25232 switched to neither I/O wj32 2010-12-26 21:24:51 +00:00
  • 558b25ad2b fixed incorrect alignment specifications when probing wj32 2010-12-26 20:51:05 +00:00
  • 04d613cb7c * fixed compile error * updated ignore lists wj32 2010-12-26 20:32:16 +00:00
  • dcd4e8ef38 added clean and dirty build configurations wj32 2010-12-26 20:28:18 +00:00
  • 6257a5e367 fixed driver verifier BSODs wj32 2010-12-26 09:17:03 +00:00
  • 8bca0235f7 * added support for setting KPH parameters in user-mode interface * added dynamic data for Vista x64 wj32 2010-12-26 07:46:43 +00:00
  • 6f6a63cd18 added check in KphCaptureStackBackTraceThread wj32 2010-12-26 07:02:30 +00:00
  • 0f5ef73ca2 added more documentation wj32 2010-12-26 06:41:15 +00:00
  • 6ccd924a6c added some documentation wj32 2010-12-26 06:11:04 +00:00
  • 3dd224f365 improved KPH fallback methods wj32 2010-12-26 05:12:13 +00:00
  • 28b75293dd * added testsign.cmd script * added KphThreadIoPriority info class wj32 2010-12-26 04:57:40 +00:00
  • fa4519e74b * removed useless casts in PhReadVirtualMemory/PhWriteVirtualMemory * updated auto.cmd wj32 2010-12-26 04:04:56 +00:00
  • 9bc1d83d70 * fixed lots of KPH bugs * completed user-mode KPH interface wj32 2010-12-26 04:01:34 +00:00
  • 7ea51d144f added dynamic data for x64 wj32 2010-12-26 00:39:04 +00:00
  • 8ab05724d0 completed KProcessHacker rewrite wj32 2010-12-26 00:19:24 +00:00
  • d530ebf09f * completed basic process functions * added thread functions wj32 2010-12-24 23:07:49 +00:00
  • fb5a97332b * fixed BSOD * implemented VM functions wj32 2010-12-24 22:02:00 +00:00
  • 67ede01554 * added 64-bit build * updated ignore lists wj32 2010-12-24 12:03:00 +00:00
  • 7aecac4b50 began completely re-writing KProcessHacker (main project does NOT compile) wj32 2010-12-24 11:58:50 +00:00
  • 216ee0ada2 * added tests * deleted useless vcproj files wj32 2010-12-24 03:27:11 +00:00
  • 312dbca41f updated CHANGELOG.txt wj32 2010-12-23 22:41:38 +00:00
  • 61a9411164 added nasty comments about the LV control, and a fix for the problem wj32 2010-12-23 22:40:27 +00:00
  • e6a1d6d146 * added PhGetHandleInformationEx * improved handle name handling wj32 2010-12-23 11:03:12 +00:00
  • 5ebb2b5072 added copyright info wj32 2010-12-23 10:04:54 +00:00
  • 24d908a02a updated CHANGELOG.txt wj32 2010-12-23 04:45:59 +00:00
  • f045ca47a2 use pre-made atom for graph tooltips wj32 2010-12-23 04:41:09 +00:00
  • e5368408d0 improved tooltip code and fixed multi-monitor support wj32 2010-12-23 04:33:21 +00:00
  • c5b5fcf495 improved header files wj32 2010-12-22 21:49:15 +00:00
  • 7072de30c3 * all tick count usages now go to GetTickCount * NtGetTickCount and NtGetTickCount64 only work on Server 2003 and above wj32 2010-12-22 11:02:49 +00:00
  • 7315c1529e improved scaling for Private Bytes and I/O history graphs in process tree wj32 2010-12-22 10:05:39 +00:00
  • f6a29fe5ac * inlined PhGetProcedureAddress * added PhGetDllHandle wj32 2010-12-22 06:04:05 +00:00
  • 3412123b3b cleaned up a lot of code wj32 2010-12-22 01:37:39 +00:00
  • 86510d6ce2 updated fixlib.exe wj32 2010-12-21 10:27:55 +00:00
  • 98bae0faf9 fixed sorting in history columns wj32 2010-12-21 07:29:27 +00:00
  • 187dda9173 * added CPU, private bytes and I/O columns * moved graph buffer management from PH_GRAPH_STATE to PH_GRAPH_BUFFERS wj32 2010-12-21 07:23:40 +00:00
  • 44f7521fdc improved PhCreateProcessAsUser token handling wj32 2010-12-21 03:59:56 +00:00
  • b33bc407e9 improved PhpGetAccountPrivileges wj32 2010-12-21 03:48:57 +00:00
  • 0235794ad2 PhCreateProcessAsUser can now use the token of a specified session wj32 2010-12-21 03:34:45 +00:00
  • ddd2e8626e * don't show impersonation levels for primary tokens * better linked token support in PhCreateProcessAsUser wj32 2010-12-21 02:48:21 +00:00
  • 86e37c1ff9 added Run As Limited User wj32 2010-12-21 01:29:27 +00:00
  • 850d8e88cf PhRunAsCommandStart -> PhExecuteRunAsCommand wj32 2010-12-20 22:42:11 +00:00
  • 2a68e2045a check PhKphHandle in PhReadVirtualMemory/PhWriteVirtualMemory wj32 2010-12-20 22:29:37 +00:00
  • 664127a8df * added NtGetTickCount * un-Win32-ized process priority classes wj32 2010-12-20 09:14:11 +00:00
  • 8eea12f229 un-Win32'd the registry functions wj32 2010-12-20 08:18:10 +00:00
  • a462b049c6 don't create DialogList immediately wj32 2010-12-20 01:30:23 +00:00
  • 4b7c869679 removed unnecessary ZeroBits argument wj32 2010-12-20 01:16:58 +00:00
  • 777b21ceea added custom draw to treelist wj32 2010-12-20 00:06:04 +00:00
  • 60bd2299d2 added more docs wj32 2010-12-19 11:51:30 +00:00
  • bd78424982 inlined the simple native API wrapper functions wj32 2010-12-19 10:20:55 +00:00
  • f14a61d13c fixed reference leak wj32 2010-12-19 09:58:58 +00:00
  • 111b604f41 use listview-supplied check boxes instead of ticks/crosses for highlighting config list view wj32 2010-12-19 06:53:52 +00:00
  • c66fa8459f added some docs wj32 2010-12-19 04:09:09 +00:00
  • 76e5a16db1 added font selection wj32 2010-12-19 00:23:13 +00:00
  • 903706249f fixed tray menu crash wj32 2010-12-17 22:08:30 +00:00
  • 244ab319c9 fixed ExtendedTools crash wj32 2010-12-17 10:28:56 +00:00
  • 6641957a43 * bump to 2.10 * fixed some definitions wj32 2010-12-15 22:31:41 +00:00
  • d6b6b644de added more documentation wj32 2010-12-14 06:44:30 +00:00
  • 6399d0c22d use I/O priority names wj32 2010-12-14 05:53:33 +00:00
  • 11bd515e50 * added some more documentation * improved PhFindLoaderEntry wj32 2010-12-12 10:51:35 +00:00
  • f01429c508 don't manually create colorbox controls wj32 2010-12-12 03:41:16 +00:00
  • 940d6bb2e2 fixed weird line spacing on XP for modules list wj32 2010-12-12 03:14:56 +00:00
  • 2943a3dbe6 * fixed some treelist problems * fixed an ETW bug wj32 2010-12-12 03:01:12 +00:00
  • 7b5744dafd updated CHANGELOG.txt wj32 2010-12-11 23:41:03 +00:00
  • 0e0d158b31 ToolStatus plugin can now resolve ghost windows to hung windows wj32 2010-12-11 23:03:26 +00:00
  • 830ec8636e moved native API guide to ProcessHacker2 wj32 2010-12-11 09:58:06 +00:00
  • a5cb623174 moved native API guide to ProcessHacker2 wj32 2010-12-11 09:57:40 +00:00
  • 2afe65ec26 * ExtendedNotifications: added ability to log events to a file * fixed flag propagation in PhCreateFileStream wj32 2010-12-10 23:22:53 +00:00
  • 0e1ed09357 changed dprintf to use DbgPrint wj32 2010-12-09 10:05:10 +00:00
  • 10d8f35b99 * added Options to ExtendedTools * added some more implementation notes wj32 2010-12-08 10:13:49 +00:00
  • 3c85a5baca reversed definitions for querying the PFN database through SystemSuperfetchInformation wj32 2010-12-05 07:19:01 +00:00
  • 7e2106c699 changed memory region descriptions wj32 2010-12-05 02:42:29 +00:00
  • 08f6f6cb1b renamed Pvt. Memory to Private Bytes wj32 2010-12-05 02:18:05 +00:00
  • 5d00377aa5 * updated NT headers * added ntzwapi.h (auto-generated) * added GenerateZw tool wj32 2010-12-05 01:45:13 +00:00
  • fa01224b26 added missing integer/char conversion RTL routines wj32 2010-12-05 00:01:55 +00:00
  • 6bac722c98 fixed uninitialized variable usage wj32 2010-12-04 23:31:25 +00:00
  • 76f8fa7d33 updated README.txt wj32 2010-12-04 10:05:31 +00:00
  • 58db31301d * added Disk and Network graphs * made window classes global * fixed process names when no usage is recorded for a tick * fixed some plugin API bugs wj32 2010-12-04 08:29:00 +00:00
  • 7e50db1176 added Disk and Network tab to process properties wj32 2010-12-04 02:47:15 +00:00
  • 728b0904f3 added ETW-based statistics collection to ExtendedTools plugin wj32 2010-12-03 10:44:10 +00:00
  • 2f438435fc reversed some locale functions + memory zone functions wj32 2010-12-01 10:14:12 +00:00
  • 72aadd6d7b better method of getting token integrity wj32 2010-11-30 06:39:59 +00:00
  • 3e9868cded added some comments wj32 2010-11-29 10:48:36 +00:00
  • 6f5560abc3 updated kprocesshacker.sys wj32 2010-11-29 09:52:33 +00:00
  • c92b25d3ce fixed typo wj32 2010-11-28 11:33:19 +00:00
  • c929241a75 disabled the two warning messages in phlib initialization wj32 2010-11-28 09:15:36 +00:00
  • ae786ee7a4 fixed bug wj32 2010-11-28 08:44:12 +00:00
  • debe294e9f added comment wj32 2010-11-28 07:41:51 +00:00
  • 4366e3b01f fixed typo wj32 2010-11-28 07:19:48 +00:00
  • dc965c05e1 * added Other tab to ExtendedServices plugin * fixed regression in PhMainWndOnServiceAdded wj32 2010-11-28 06:53:12 +00:00
  • 5aa42bd657 changed GUID_EX to union wj32 2010-11-28 05:32:30 +00:00
  • 2999f6c61a added signature verification for modules wj32 2010-11-26 10:44:48 +00:00
  • de91738e3f reversed more superfetch info classes wj32 2010-11-22 07:58:40 +00:00
  • b540783f2e added memory list info to ExtendedTools wj32 2010-11-22 06:40:50 +00:00
  • cbe6fd16de started ETW monitoring code wj32 2010-11-21 22:18:32 +00:00
  • 2f2223ea1c added more docs wj32 2010-11-20 11:35:44 +00:00
  • 374104e55a fixed x64 wait analysis wj32 2010-11-20 09:46:51 +00:00
  • a77130fe0d added wait analysis for x64 wj32 2010-11-20 00:45:54 +00:00