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

Missing symbols #93

Open
FunkyFr3sh opened this issue Apr 18, 2024 · 1 comment
Open

Missing symbols #93

FunkyFr3sh opened this issue Apr 18, 2024 · 1 comment

Comments

@FunkyFr3sh
Copy link

FunkyFr3sh commented Apr 18, 2024

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
Copy link
Author

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__

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