windows-devel.rst
changeset 855 928d26058a00
parent 754 1fed660348c4
child 856 4f14f6abbf77
equal deleted inserted replaced
854:746238239dc4 855:928d26058a00
    29   http://www.microsoft.com/downloads/en/details.aspx?familyid=c4a25ab9-649d-4a1b-b4a7-c9d8b095df18
    29   http://www.microsoft.com/downloads/en/details.aspx?familyid=c4a25ab9-649d-4a1b-b4a7-c9d8b095df18
    30                 download page
    30                 download page
    31   http://msdn.microsoft.com/en-us/library/ms220948.aspx
    31   http://msdn.microsoft.com/en-us/library/ms220948.aspx
    32                 Application Verifier
    32                 Application Verifier
    33 
    33 
    34 * Debugging.
    34 * Debugging with windbg.
    35 
       
    36 ** windbg.
       
    37 
    35 
    38   http://www.microsoft.com/whdc/devtools/debugging/default.mspx
    36   http://www.microsoft.com/whdc/devtools/debugging/default.mspx
    39                 Download and Install Debugging Tools for Windows
    37                 Download and Install Debugging Tools for Windows
    40   http://www.microsoft.com/whdc/devtools/debugging/installx86.mspx
    38   http://www.microsoft.com/whdc/devtools/debugging/installx86.mspx
    41                 Debugging Tools for Windows 32-bit Version
    39                 Debugging Tools for Windows 32-bit Version
    42                 download page
    40                 download page
    43   http://www.microsoft.com/whdc/devtools/debugging/install64bit.mspx
    41   http://www.microsoft.com/whdc/devtools/debugging/install64bit.mspx
    44                 Debugging Tools for Windows 64-bit Version
    42                 Debugging Tools for Windows 64-bit Version
    45                 download page
    43                 download page
       
    44 
       
    45 ** Break on dll load/unload.
       
    46 
       
    47   sxe ld <module>
       
    48   sxe ud <module>
    46 
    49 
    47 * Running at startup.
    50 * Running at startup.
    48 
    51 
    49   HKCU\Software\Microsoft\Windows\CurrentVersion\Run
    52   HKCU\Software\Microsoft\Windows\CurrentVersion\Run
    50                 Launches a program automatically when a particular user logs
    53                 Launches a program automatically when a particular user logs