rainers / cv2pdb

converter of DMD CodeView/DWARF debug information to PDB files
Artistic License 2.0
466 stars 110 forks source link

Missing symbols #93

Open FunkyFr3sh opened 4 months ago

FunkyFr3sh commented 4 months ago

Attached sample project got 4 Symbols:

WinMain
this_is_a_c_function
_this_is_a_nasm_variable
_this_is_a_nasm_function

All of them are showing up in ghidra with the original COFF_SYMBOLS, but once converted to pdb with cv2pdb only 2 symbols are available:

WinMain
this_is_a_c_function

testx.zip

FunkyFr3sh commented 4 months ago

There are a lot other symbols missing too (the ones not defined by the user), here are a few examples:

_WinMainCRTStartup
_mainCRTStartup
___tmainCRTStartup
__cexit
__IAT_end__
__IAT_start__