symbolsdebug-symbols

Debug Symbols and PE


I wanted to better understand how debug symbols work in relation with the PE.

As I understand the pdb file holds symbol information on its PE. But how exactly can a debugger take a PE and its pdb file and display code?

For instance:

Thanks!


Solution

  • Found the following very helpful resource:
    https://www.atmosera.com/blog/pdb-files-what-every-developer-must-know/