We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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__
Sorry, something went wrong.
No branches or pull requests
Attached sample project got 4 Symbols:
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:
testx.zip
The text was updated successfully, but these errors were encountered: