Commit Graph

571 Commits

Author SHA1 Message Date
wj32 0bc39ec29d more robust symbol loading, done in several stages
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1058 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-04-14 05:48:07 +00:00
wj32 bb034d6d22 fixed dbghelp memory leak issue - forgot to sync a SymFromAddr call
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1057 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-04-14 04:57:50 +00:00
wj32 5909d75b23 fixed "Cannot access disposed object" problem with process windows
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1056 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-04-13 10:45:33 +00:00
wj32 dbbf01b5ad fixed symsrv EULA dialog
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1054 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-04-13 09:21:09 +00:00
wj32 1cdb716ebc added dbghelp.dll warning
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1053 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-04-13 08:59:11 +00:00
wj32 23ea6669c1 process windows are now threaded
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1049 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-04-13 02:06:53 +00:00
wj32 111144134a * disabled verify signatures by default
* fixed thread window border style

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1048 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-04-12 10:58:59 +00:00
wj32 4fa98825df dbghelp.dll support!
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1047 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-04-12 10:53:57 +00:00
wj32 ce60e5149c minor fixes to the API log window
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1046 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-04-11 11:22:37 +00:00
wj32 76d94cd8b3 API logger is now compatible with the new Sh dictionary format
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1045 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-04-11 02:11:21 +00:00
wj32 ffab572fcc fixed unhandled exceptions when viewing performance/statistics for non-existent processes
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1041 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-04-10 00:11:57 +00:00
wj32 b88f4ea52e fixed Key handle leak in service properties
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1038 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-04-09 10:41:27 +00:00
wj32 d3330a3d04 * API Logger is hidden for now (preparing for release)
* Inject DLL is disabled for other sessions

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1036 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-04-09 08:56:06 +00:00
wj32 6b4123f1a4 * fixed resources for KProcessHacker
* switched KPH to free build
* fixed DEP editing (hopefully) on XP
* added version number to PH Assistant

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1035 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-04-09 07:50:54 +00:00
wj32 6cf9fac419 API log updates smoothly
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1034 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-04-08 07:18:18 +00:00
wj32 c502e0b417 removed test code
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1031 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-04-07 12:06:06 +00:00
wj32 e7dfa66540 API logging works (2)!
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1030 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-04-07 11:57:18 +00:00
wj32 ca0a01ddda changed all instances of GetCurrentProcess().Kill() to Win32.ExitProcess
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1020 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-04-06 11:56:31 +00:00
wj32 0c8be7c312 added hardcore garbage collection to major memory-eating functions
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1018 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-04-06 09:08:29 +00:00
wj32 ed1fb68850 added DLL injection function
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1014 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-04-05 10:27:39 +00:00
wj32 c58a69146a removed dispose in Exit()
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1010 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-04-05 02:34:18 +00:00
wj32 932bbb0b28 added highlighting for GUI threads
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1009 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-04-05 00:28:15 +00:00
wj32 0f9af6bb32 Program.CollectGarbage() now deletes unused threadpool threads
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1005 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-04-04 02:23:55 +00:00
wj32 4692867d03 * fixed thread stacks on Windows Vista + KPH
* added KphGetContextThread and KphSetContextThread

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1001 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-04-03 07:39:36 +00:00
wj32 200b17c0b3 * fixed thread start addresses on Windows XP
* fixed module information on Windows XP

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@999 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-04-02 22:36:43 +00:00
wj32 032bf3b44a module unloading now works properly
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@998 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-04-02 09:03:11 +00:00
wj32 67bb666887 added Mikalai Chaly to credits
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@993 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-04-02 07:02:13 +00:00
wj32 1ce4fce076 module querying now only requires PROCESS_QUERY_LIMITED_INFORMATION if using KPH
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@992 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-04-02 06:56:07 +00:00
wj32 71ce9c03db * KPH now supports KphWriteVirtualMemory
* revised process opening means that we can now get the command line of audiodg.exe

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@991 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-04-02 05:38:59 +00:00
wj32 b51543af5c unfucked process window list dimensions (goddamn visual studio idiocy)
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@990 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-04-02 05:03:29 +00:00
wj32 98a01bc8a4 not all job processes are highlighted as such, but job properties are displayed for all relevant processes
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@989 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-04-02 05:01:09 +00:00
mikalai_chaly d50f47bb6a - Statusbar SizeGrip will be hidden with window is maximized (HackerWindow.OnResize)
- Changed main form layout to make it properly resizable using statubar SizeGrip.

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@988 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-04-01 16:07:54 +00:00
wj32 a59eedfb65 implemented KphReadVirtualMemory!
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@987 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-04-01 10:27:41 +00:00
wj32 5c479cfd10 implemented job statistics
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@986 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-04-01 09:21:24 +00:00
wj32 4952901e46 added ISynchronizable interface
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@985 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-04-01 08:48:30 +00:00
wj32 a5896e29a6 shows job name, hides job tab for processes with no job
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@979 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-31 11:04:16 +00:00
wj32 d3385ed62b can now view basic job properties
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@978 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-31 11:01:46 +00:00
wj32 a46b5836b6 extended Actions to services
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@965 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-29 09:35:57 +00:00
wj32 6146c2b95b fixed Properties menu item in process menu
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@963 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-29 07:45:39 +00:00
wj32 c04c957b21 fixed crash when attempting to perform actions using the notification icon menu
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@962 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-29 07:20:03 +00:00
wj32 6e31ff16c5 Vista-style dialogs
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@961 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-29 03:26:49 +00:00
wj32 76372108c7 fixed MiniSysInfo.RenewTimer
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@960 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-29 01:17:25 +00:00
wj32 5af37a240e #2642442 - "System Information label text gets clipped"
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@959 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-29 00:47:22 +00:00
wj32 f458e448b1 updated credits
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@955 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-28 11:21:14 +00:00
wj32 ddf47616b8 now GC's after loading symbols in process properties
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@953 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-28 10:46:08 +00:00
wj32 da22a68d2a all ProcessWindows now share a SharedThreadProvider while HackerWindow uses its own
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@951 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-28 10:13:01 +00:00
wj32 0e17c19e54 changed Free Memory behaviour
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@948 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-28 08:41:21 +00:00
wj32 d4cdcb1859 fixed many memory leaks (thanks to WinDbg+SOS)
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@947 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-28 05:31:27 +00:00
wj32 fe8cf7f489 * fixed huge thread and memory leak
* fixed HighlightedListViewItem crash

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@946 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-28 03:49:24 +00:00
wj32 76ff04dc3b removed the disassembler
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@945 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2009-03-28 02:15:28 +00:00