Visual Studio 生成的二进制文件真的没有任何符号吗?

发布于 2024-11-06 15:03:05 字数 166 浏览 0 评论 0原文

所有输出都相同:

SYMBOL TABLE:
no symbols

这是我在多次试验 objdump 后发现的,这是真的吗?

如果是这样的话,我想进一步说明一下:Windows下的所有二进制文件都没有符号吗?

All output the same:

SYMBOL TABLE:
no symbols

This is what I find after several experiment with objdump,is this true?

If that's the case,I want to give it a little further: is it true all binaries under windows don't have symbols?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

許願樹丅啲祈禱 2024-11-13 15:03:05

Visual Studio 默认设置将调试符号放入扩展名为 .pdb 的单独文件中。

阅读 @metamat 的此答案这解释了通过更改编译器选项可以获得的其他调试格式。

Visual Studio default settings put debug symbols into a separate file with a .pdb extension.

Read this answer by @metamatt which explains the other debug formats you can get by changing compiler options.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文