Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Check out the dependency website FAQ. <a href="http://www.dependencywalker.com/faq.html" rel="nofollow">http://www.dependencywalker.com/faq.html</a></p> <pre><code>Q.Will Dependency Walker work with 64-bit modules? </code></pre> <p>you need use the x86 version for the 32bit modules, x64 for the 64bit modules. It means you need have 2 copy in the 64bit OS and use them accordingly. </p> <p>you can use the windows registry to create the context menu in order to save your trouble like this.</p> <pre><code>Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\dllfile\shell] [HKEY_CLASSES_ROOT\dllfile\shell\View Dependencies] [HKEY_CLASSES_ROOT\dllfile\shell\View Dependencies\command] @="\\\\psf\\Public\\Library\\DEPE~K17\\depends.exe /dde" [HKEY_CLASSES_ROOT\dllfile\shell\View Dependencies\ddeexec] @="[open(\"%1\")]" [HKEY_CLASSES_ROOT\dllfile\shell\View Dependencies(32bit)] [HKEY_CLASSES_ROOT\dllfile\shell\View Dependencies(32bit)\command] @="\\\\psf\\Public\\Library\\DEPE~K17\\x86\\depends.exe /dde" [HKEY_CLASSES_ROOT\dllfile\shell\View Dependencies(32bit)\ddeexec] @="[open(\"%1\")]" [HKEY_CLASSES_ROOT\exefile\shell] [HKEY_CLASSES_ROOT\exefile\shell\View Dependencies] [HKEY_CLASSES_ROOT\exefile\shell\View Dependencies\command] @="\\\\psf\\Public\\Library\\DEPE~K17\\depends.exe /dde" [HKEY_CLASSES_ROOT\exefile\shell\View Dependencies\ddeexec] @="[open(\"%1\")]" [HKEY_CLASSES_ROOT\exefile\shell\View Dependencies(32bit)] [HKEY_CLASSES_ROOT\exefile\shell\View Dependencies(32bit)\command] @="\\\\psf\\Public\\Library\\DEPE~K17\\x86\\depends.exe /dde" [HKEY_CLASSES_ROOT\exefile\shell\View Dependencies(32bit)\ddeexec] @="[open(\"%1\")]" </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload