Search code examples
disassemblyollydbg

Disassembling an .EXE file using OllyDBG gives strange results


I'm trying to disassemble a software in ollydbg and I found something strange. It's something like the following:

ASCII"C:\FolderName\SubFolder\exec.h"
ASCII"C:\FolderName\SubFolder\Include\variable.cpp"

I don't have a folder named FolderName in C but the software is running fine. What could this be?


Solution

  • It could be the paths associated with debugging symbols.

    My only experience is on linux, where the path to the source on the compilation computer is included in the executable (when compiled with debugging symbols)