How to enable Microsoft Symbol Server in OlyDbg?

OlyDbg version 2 has recently been released. Now it supports using Microsoft Symbol Server for debugging:

It supports Microsoft compilers through dbghelp.dll. New character server support, moving the stack using dbghelp and procedure parameter names.

How to get OlyDbg to use Microsoft Symbol Server?

What have you tried?

enter image description here

Long answer:

  • I pointed OlyDbg to a folder that will contain characters after DbgHelp.dll loads them.
  • I told OlyDbg that to access the Symbol Server
  • I told OlyDbg that it is good to use DbgHelp.dll
  • I tried updating the version of DbgHelp.dll that OlyDbg 2.0 sends (2008) to the version that comes with the Windows 8 SDK
  • I set the system environment variable:

    _NT_SYMBOL_PATH=SRV*d:\Symbols*http://msdl.microsoft.com/download/symbols
    
  • SRV*d:\Symbols*http://msdl.microsoft.com/download/symbols "", OlyDbg, YouTube

    enter image description here

, ?

  • a)
  • b) - msdl.microsoft.com
  • c) OlyDbg 2.0

    enter image description here

.

+5
1

ollydbg , , " ": Missing SYMSRV.DLL, Microsoft Symbol Server is deactivated.

, Microsoft, symsrv.dll. , microsoft . Microsoft:

  • Microsoft Windows sdk
  • Microsoft Windows.
  • microsoft debug-tools ( Windows?)

symsrv.dll. , x64, . ollydbg .

+4

All Articles