Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WinDbg not reading dll name properly. #253

Open
R-Goc opened this issue Dec 30, 2024 · 0 comments
Open

WinDbg not reading dll name properly. #253

R-Goc opened this issue Dec 30, 2024 · 0 comments

Comments

@R-Goc
Copy link

R-Goc commented Dec 30, 2024

When linked against c++.dll windbg reads the name as c__.

0:000> lm
start             end                 module name
00007ff7`0d480000 00007ff7`0d52a000   main     C (private pdb symbols)  C:\ProgramData\Dbg\sym\main.pdb\69666CB40EDDEB704C4C44205044422E1\main.pdb
00007ff8`7aee0000 00007ff8`7b2af000   KERNELBASE   (deferred)             
00007ff8`7cd70000 00007ff8`7ce34000   KERNEL32   (pdb symbols)          C:\ProgramData\Dbg\sym\kernel32.pdb\5AB96A2C8A20946838E360CF6DCE4E181\kernel32.pdb
00007ff8`7daf0000 00007ff8`7dd07000   ntdll      (pdb symbols)          C:\ProgramData\Dbg\sym\ntdll.pdb\A5BD55E1A8090EF8B44412226C2F02331\ntdll.pdb
00007fff`d0c40000 00007fff`d0db8000   c__        (deferred)   
0:000> lmDvmc__
Browse full module list
start             end                 module name
00007fff`d0c40000 00007fff`d0db8000   c__        (deferred)             
    Image path: C:\Users\rysza\bin\LLVM\bin\c++.dll
    Image name: c++.dll
    Browse all global symbols  functions  data  Symbol Reload
    Timestamp:        Wed Dec  4 00:15:42 2024 (674F911E)
    CheckSum:         00000000
    ImageSize:        00178000
    Translations:     0000.04b0 0000.04e4 0409.04b0 0409.04e4
    Information from resource tables:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant