Commit Graph

  • 03bcf93f2b added /MP in project file xhmikosr 2010-02-19 16:51:57 +00:00
  • f6ed2800fb added non-functional run as dialog wj32 2010-02-19 10:18:11 +00:00
  • 9f49abd367 updated CHANGELOG.txt wj32 2010-02-19 09:17:25 +00:00
  • c7a179a09c installer: changed InternalCompressLevel to the default value xhmikosr 2010-02-18 16:53:56 +00:00
  • 5a2cdd518a fixed .NET instance names wj32 2010-02-18 07:32:06 +00:00
  • 78c733fa09 completed heaps dialog wj32 2010-02-18 07:14:42 +00:00
  • 1e83c65ae8 basic heap dialog functionality is working wj32 2010-02-18 04:30:33 +00:00
  • 1f253cb0df don't use event pair with RtlQueryProcessDebugInformation to avoid crashes wj32 2010-02-18 04:28:37 +00:00
  • a0e3bd70ec added non-functional heaps dialog wj32 2010-02-18 03:12:27 +00:00
  • 64bc44c873 added Name to object type information wj32 2010-02-15 09:45:47 +00:00
  • 0ec1805447 introduced InterlockedIncrementPointer wj32 2010-02-15 06:09:26 +00:00
  • 99af22ce99 removed support for object instance flags wj32 2010-02-15 06:02:08 +00:00
  • e1e575de88 fixed race condition with providers wj32 2010-02-15 02:11:34 +00:00
  • 109e432540 fixed compiler warnings wj32 2010-02-15 02:00:26 +00:00
  • 61c4c5e779 fixed module item "hashing" which puts all entries in the same bucket wj32 2010-02-14 09:38:53 +00:00
  • c137326762 enable/disable terminate button properly wj32 2010-02-14 07:33:37 +00:00
  • 0a2b81a883 fixed description text wj32 2010-02-14 07:26:22 +00:00
  • 42801ca828 description text works now wj32 2010-02-14 07:08:12 +00:00
  • b1e2b6b8c1 hidden processes window is now fully working except for Save wj32 2010-02-14 06:53:33 +00:00
  • 5478252327 * implemented some hidden-process-related functions * improved the hashtable implementation wj32 2010-02-14 05:10:33 +00:00
  • 450addfa70 added non-functional hidden processes dialog wj32 2010-02-14 00:45:26 +00:00
  • f633ea4f0e * reverted back to WinMain * use asserts not exceptions * fixed the defer delete algorithm wj32 2010-02-13 22:33:03 +00:00
  • 8b4d61ae22 deleted __outRestrict wj32 2010-02-13 11:06:11 +00:00
  • fd6e22b4d5 added annotation for exception raising functions wj32 2010-02-13 11:04:26 +00:00
  • 2453a6a7aa use wWinMain instead of WinMain wj32 2010-02-13 10:38:34 +00:00
  • 550ea13724 fill, don't draw rectangle wj32 2010-02-13 10:27:45 +00:00
  • a7fefda52b fast lock functions are now fastcall wj32 2010-02-13 06:59:45 +00:00
  • e53b0de323 added string immutability info wj32 2010-02-12 23:46:09 +00:00
  • 0d731029df improved KPH API wj32 2010-02-12 23:42:18 +00:00
  • 9396c599b6 * added rundown protection * work queue deletion is now thread safe * added some more documentation wj32 2010-02-12 23:35:32 +00:00
  • 7e7c41ed9c handle cases where the application directory cannot be retrieved wj32 2010-02-12 22:20:55 +00:00
  • edfb93d3d5 added some annotations wj32 2010-02-12 10:43:52 +00:00
  • 382f2ef711 added more documentation wj32 2010-02-12 10:03:06 +00:00
  • 215e5c3018 implemented changing service configuration wj32 2010-02-12 09:24:04 +00:00
  • d5609c348e don't use the shield icon wj32 2010-02-11 07:43:19 +00:00
  • 2728843e4a added debug info for provider threads wj32 2010-02-11 07:25:06 +00:00
  • ef5e6de429 fixed bug when fonts are re-initialized wj32 2010-02-10 23:54:19 +00:00
  • aacddced22 started tree list control wj32 2010-02-10 07:16:55 +00:00
  • e572eca5fd * fixed memory leak in PhGetAccessString * fixed bug in PhStringBuilderInsertEx wj32 2010-02-09 10:45:12 +00:00
  • 7ae58035c3 improved pointer list API wj32 2010-02-08 10:34:04 +00:00
  • 89ab56913a updated HACKING.txt wj32 2010-02-08 08:05:45 +00:00
  • e0a6567d70 fixed typo wj32 2010-02-07 04:09:09 +00:00
  • 3a81331831 fixed help command wj32 2010-02-07 04:07:02 +00:00
  • 2ad66c3de6 added thread and auto pool debugging wj32 2010-02-07 04:05:57 +00:00
  • e33c949275 * added common thread creation function - PhCreateThread * auto pools are now stored on the stack instead of being allocated from the heap wj32 2010-02-07 02:39:42 +00:00
  • 6c615bdbef add new objects to the end of the list wj32 2010-02-07 01:55:59 +00:00
  • ddcddd5bc4 updated HACKING.txt wj32 2010-02-07 00:30:16 +00:00
  • f049c56d63 added GPL headers wj32 2010-02-06 23:10:59 +00:00
  • 8767fe1a73 fixed Release build wj32 2010-02-06 23:05:26 +00:00
  • 08999f8beb * added new-object detection * re-use PID list instead of creating a new one on each update wj32 2010-02-06 23:04:10 +00:00
  • dc6639b91c added missing LanguageCodePage for installer's Greek language xhmikosr 2010-02-06 15:10:33 +00:00
  • f21b0d5e14 fixed warnings on x64 wj32 2010-02-06 10:46:57 +00:00
  • 15c61486ce implemented View > Refresh wj32 2010-02-06 10:44:54 +00:00
  • c9038b1ea4 implemented Run As and Run As Administrator wj32 2010-02-06 10:40:10 +00:00
  • e6dd37dec8 implemented Tools > Verify File Signature wj32 2010-02-06 10:18:36 +00:00
  • 40b6fade18 avoid creating new string objects when looking up service items wj32 2010-02-06 08:15:00 +00:00
  • 8feb43058f fixed reference leak in PhGetHandleInformation wj32 2010-02-06 07:57:07 +00:00
  • 35aa326698 added objmksnap and objcmpsnap commands wj32 2010-02-06 07:44:51 +00:00
  • ffa91ec19a improved debug console wj32 2010-02-06 05:33:11 +00:00
  • 3f980dd9b9 added debug console wj32 2010-02-06 05:21:17 +00:00
  • a25b9d3244 added half-working handle search context menu wj32 2010-02-05 22:37:37 +00:00
  • c4531f72c5 added support for object address searches wj32 2010-02-05 21:37:14 +00:00
  • 513c6ba9e3 removed unneeded pshpack8 include wj32 2010-02-05 08:31:41 +00:00
  • a6d34ccc54 fixed process and thread access entries on XP wj32 2010-02-05 08:27:57 +00:00
  • 05863b2bc1 updated TODO.txt wj32 2010-02-05 08:13:59 +00:00
  • 37afeb1a33 fully implemented groups and privileges lists wj32 2010-02-05 07:42:57 +00:00
  • 966e9bdea9 Installer script should now be compatible with the unicode Inno Setup xhmikosr 2010-02-04 12:09:17 +00:00
  • f9cf5eed22 fixed bug wj32 2010-02-04 10:56:35 +00:00
  • 04da97442d added bold font for main module wj32 2010-02-04 05:01:56 +00:00
  • 5e43bb3efa removed useless comment wj32 2010-02-04 04:18:09 +00:00
  • 66aff886f3 removed FORCEINLINE from PhConcatStrings2 wj32 2010-02-01 07:13:19 +00:00
  • 8a050e7c62 added free list code wj32 2010-02-01 07:03:49 +00:00
  • 3ec17e0114 added token page to handle properties wj32 2010-01-31 02:36:55 +00:00
  • 1c84828c41 added properties button support for processes wj32 2010-01-31 02:31:04 +00:00
  • 92fc5e7af3 added Properties button - working for File and Key objects wj32 2010-01-31 02:18:14 +00:00
  • 20f14aca4a added highlighting for suspended threads wj32 2010-01-31 01:36:39 +00:00
  • 74f67cfff5 enabled tooltips for thread call stack list view wj32 2010-01-31 00:57:19 +00:00
  • 86a6323bb6 token tab is fully working except for groups and privileges wj32 2010-01-31 00:50:06 +00:00
  • e949bf4b9a * fixed some process properties window bugs * added token tab (non-functional) wj32 2010-01-30 11:03:34 +00:00
  • f6d4ac6fa2 updated TODO.txt wj32 2010-01-30 01:53:07 +00:00
  • 37b9522037 added module highlighting wj32 2010-01-30 01:45:15 +00:00
  • 24018055cd added thread and handle highlighting wj32 2010-01-30 01:35:21 +00:00
  • 48a3659bc6 set the cursor immediately when searching wj32 2010-01-30 00:05:39 +00:00
  • a4b0905e06 fixed missing search results wj32 2010-01-29 12:26:09 +00:00
  • 313f08bf3c added recursion-safe set-redraw functionality wj32 2010-01-29 12:20:15 +00:00
  • d05f72d1b0 fixed reference leaks wj32 2010-01-29 12:04:27 +00:00
  • 5fcb312acd implemented handle search wj32 2010-01-29 11:56:43 +00:00
  • 89b32a1d54 fixed comment wj32 2010-01-29 11:55:18 +00:00
  • 0363d80c0c * fixed x64 problems * use non-intrusive WOW64 module enumeration wj32 2010-01-29 09:27:11 +00:00
  • 325bd3daf5 * bump to 1.12 * use non-intrusive module enumeration whenever possible wj32 2010-01-29 09:26:49 +00:00
  • 46b79cc56a fixed huge typos wj32 2010-01-29 02:34:45 +00:00
  • 88b9edd985 fixed tab control not redrawing properly on resize wj32 2010-01-28 08:50:27 +00:00
  • e01704ff81 added option to use the fast lock as the standard mutex wj32 2010-01-28 07:17:09 +00:00
  • 04ea0b445f explicitly sort the services list wj32 2010-01-28 07:09:30 +00:00
  • ca211daced made Services tab buttons more flexible wj32 2010-01-28 07:06:31 +00:00
  • 170f6060cb fixed state highlighting wj32 2010-01-28 06:48:58 +00:00
  • 1e7067aca4 fixed highlighting wj32 2010-01-27 11:03:29 +00:00
  • 8efd721fe2 service DLL field is now filled in wj32 2010-01-26 10:56:10 +00:00
  • 617208f428 fixed uninitialized variable wj32 2010-01-26 10:13:37 +00:00
  • a7df1b6934 focus the find objects window if it's already visible wj32 2010-01-26 10:04:46 +00:00