Guest User

Process Hacker v2.38 file list and installation manual

a guest
Apr 17th, 2016
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.28 KB | None | 0 0
  1. All Process Hacker files must be placed in to tree according in to this list
  2. (otherwise their location is not allowed and will result in errors when the
  3. program starts (plugin search path is fixed, any subdirectories are ignored)):
  4.  
  5. ./ --- program root folder, use any location
  6. ./kprocesshacker.sys
  7. ./peview.exe
  8. ./ProcessHacker.exe
  9. ./x86/ProcessHacker.exe - only for x64 edition copy to this folder x86 EXE (added r6015)
  10. ./CHANGELOG.txt
  11. ./COPYRIGHT.txt
  12. ./LICENSE.txt
  13. ./README.txt
  14. ./x64/x86/Plugins/DotNetTools.dll - only for x64 edition copy to this folder x86 DLL (added r6024)
  15. ./plugins/ - all plug-ins can located here (*.dll)
  16. ./plugins/AtomTablePlugin.dll - minimal OS version is Windows Vista/Server 2003 R2 (added in r5485)
  17. ./plugins/AvgCpuPlugin.dll - minimal OS version is Windows Vista/Server 2003 R2 (added in r5485)
  18. ./plugins/BootEntriesPlugin.dll - (added r5994).
  19. ./plugins/DbgViewPlugin.dll - minimal OS version is Windows Vista/Server 2003 R2 (added in r5749)
  20. ./plugins/DnsCachePlugin.dll
  21. ./plugins/DotNetTools.dll
  22. ./plugins/ExtendedNotifications.dll
  23. ./plugins/ExtendedServices.dll
  24. ./plugins/ExtendedTools.dll - minimal OS version is Windows Vista/Server 2003 R2
  25. ./plugins/FirewallMonitorPlugin.dll - required OS version is Windows 7/Server 2008 R2 (added in r6152/r1690)
  26. ./plugins/HardwareDevices.dll - (v2.38.0.178, old name NetAdaptersPlugin.dll then rename to NetAdapters.dll)
  27. ./plugins/HexPidPlugin.dll - minimal OS version is Windows Vista/Server 2003 R2 (added in r5485)
  28. ./plugins/NetExtrasPlugin.dll - (added r5993)
  29. ./plugins/NetworkTools.dll
  30. ./plugins/NvGpuPlugin.dll
  31. ./plugins/PerfMonPlugin.dll - problem on not Latin-1 parameters name resolving in r5812
  32. ./plugins/ROTViewerPlugin.dll - minimal OS version is Windows Vista/Server 2003 R2 (added in r5485)
  33. ./plugins/SbieSupport.dll
  34. ./plugins/SecurityExplorer.dll - support OS version is Windows XP SP2 - 7/Server 2003 - 2008 R2 (added in r6152/r1690)
  35. ./plugins/ServiceBackupRestorePlugin.dll (added in r6242)
  36. ./plugins/SetCriticalPlugin.dll - minimal OS version is Windows Vista/Server 2003 R2 (added in r5485)
  37. ./plugins/TaskbarExtPlugin.dll - (added in r6046)
  38. ./plugins/ToolStatus.dll
  39. ./plugins/Updater.dll
  40. ./plugins/UserNotes.dll
  41. ./plugins/WaitChainPlugin.dll - minimal OS version is Windows Vista/Server 2003 R2 (added in r5529)
  42. ./plugins/WindowExplorer.dll
  43. ./plugins/OnlineChecks.dll
  44.  
  45. Deleted plug-ins:
  46.  
  47. delete ./plugins/UMDFHostPlugin.dll - merged to processhacker.exe and remove in r5881
  48. delete ./plugins/HighlightPlugin.dll - merged in to User Notes plug-in and remove in r6176
  49. delete ./plugins/ServiceExtrasPlugin.dll - merged in to ExtendedServices and remove in r5948
  50. delete ./plugins/DiskDrivesPlugin.dll - merged in to NetAdapters and remove in v2.38.163
  51.  
  52. Renamed plug-ins:
  53.  
  54. rename ./plugins/NetAdapters.dll to ./plugins/HardwareDevices.dll
  55.  
  56. Notes:
  57.  
  58. 1. If the list of plug-ins do not specify the minimum required version of OS
  59. Windows Vista/Server 2003 R2, it can be used on Windows XP/Server 2003.
  60.  
  61. 2. For plug-ins added to the years 2014/2015 can be specified revision number
  62. in which it is added.
  63.  
  64. 3. Some third-party plug-ins can don't work then required rebuild for new
  65. Process Hacker v2.39 API. Please, write all bug-report to autors on this
  66. plug-ins! This not Process Hacker bug, is personally problem's plug-ins
  67. authors!
  68.  
  69. 4. If You on system don't installed Debugging Tools for Windows (Debuggers And
  70. Tools) and You don't like install this just copy dbghelp.dll located in to
  71. DLL dir (see ./DLL/readme.txt for details and inctallation incructions).
  72.  
  73. Search Path Used by Windows to Locate a DLL (source - MSDN)
  74. -----------------------------------------------------------
  75.  
  76. With both implicit and explicit linking, Windows first searches for
  77. "known DLLs", such as Kernel32.dll and User32.dll. Windows then searches
  78. for the DLL's in the following sequence:
  79.  
  80. - The directory where the executable module for the current process is located.
  81. - The current directory.
  82. - The Windows system directory. The GetSystemDirectory function retrieves the
  83. path of this directory.
  84. - The Windows directory. The GetWindowsDirectory function retrieves the path
  85. of this directory.
  86. - The directories listed in the PATH environment variable.
  87.  
  88. Note:
  89.  
  90. The LIBPATH environment variable is not used.
Add Comment
Please, Sign In to add comment