devel-windows.rst
changeset 142 6de0091cc5e9
child 143 ff931ad0ec66
equal deleted inserted replaced
125:5c5e49a75b02 142:6de0091cc5e9
       
     1 -*- mode: outline -*-
       
     2 
       
     3 * Dependency Walker.
       
     4 
       
     5 Dependency Walker is a free utility that scans any 32-bit or 64-bit Windows
       
     6 module (exe, dll, ocx, sys, etc.) and builds a hierarchical tree diagram of
       
     7 all dependent modules. For each module found, it lists all the functions that
       
     8 are exported by that module, and which of those functions are actually being
       
     9 called by other modules. Another view displays the minimum set of required
       
    10 files, along with detailed information about each file including a full path
       
    11 to the file, base address, version numbers, machine type, debug information,
       
    12 and more.
       
    13 
       
    14 See
       
    15 
       
    16   http://www.dependencywalker.com/
       
    17 
       
    18 * Kill process.
       
    19 
       
    20 ** tskill.exe
       
    21 
       
    22   cmd> tskill {<pid>|<name>}
       
    23 
       
    24 ** taskkill.exe.
       
    25 
       
    26   cmd> taskkill /IM notepad.exe
       
    27   cmd> taskkill /PID 827