C 库检查器(类似反射器)?
是否有任何类型的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用 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
我认为 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