C 库检查器(类似反射器)?

发布于 2024-12-03 00:08:06 字数 56 浏览 0 评论 0原文

是否有任何类型的 C 库反射器?

我正在寻找一个能够识别给定 C 库中内容的程序。

Is there a reflector of any kind for C libraries?

I'm looking for a program that is able to tell what's in a given C library(ies).

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

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

发布评论

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

评论(2

安人多梦 2024-12-10 00:08:06

您可以使用 dumpbin 实用程序 windows 获取导出符号。我很确定 Linux 库也有类似的东西。不如反射器好,但至少可以让您了解那里有什么。

更新:Linux 等效项似乎是 nm

You could use the dumpbin utility under windows to get the export symbols. I'm pretty sure there is something similar for linux libraries. Not as good as reflector but at least gives you an idea of what's there.

Update: The Linux equivalent seems to be nm

北城孤痞 2024-12-10 00:08:06

我认为 IDA 工具可以帮助您,可以从这里下载免费软件版本:

IDA Pro 5.0免费版

I think IDA tools can help you, there is freeware version that can be download from here:

IDA Pro 5.0 Freeware Version

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