-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathrequired.txt
32 lines (24 loc) · 1.25 KB
/
required.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Required external system components:
Plug-ins minimal OS version required for Process Hacker v3.0 Windows 7/
Server 2008 R2 and installed MS KB2533623.
If You don't have "dbgcore.dll" in to Process Hacker directory (see
"plugins_install.txt" for details) then any create dump operation call Access
Violation (AV) and crash Process Hacker process.
If Your like use GeoIP features go to menu "Tools" -> "Network tools" ->
"GeoIP database updates..." press "Download" then press "Restart" button,
after Process Hacker restart go to Network tabs and add "Country" column in
to column set.
Search Path Used by Windows to Locate a DLL
-------------------------------------------
With both implicit and explicit linking, Windows first searches for
"known DLLs", such as Kernel32.dll and User32.dll. Windows then searches
for the DLL's in the following sequence:
- The directory where the executable module for the current process is located.
- The current directory.
- The Windows system directory. The GetSystemDirectory function retrieves the
path of this directory.
- The Windows directory. The GetWindowsDirectory function retrieves the path
of this directory.
- The directories listed in the PATH environment variable.
Note
The LIBPATH environment variable is not used.