从 ExE 或 Bin 文件中检索函数的地址

发布于 2024-08-19 18:28:48 字数 54 浏览 9 评论 0原文

如果我想检索 exe 文件或二进制文件中的反汇编代码和函数的绝对地址,您可以为我推荐哪个程序?

Which program can you recommend for me if I want to retrieve dissasembled code and absolute addresses of functions placed in exe file or binary file ??

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

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

发布评论

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

评论(1

来日方长 2024-08-26 18:28:48

对于 Unix/Linux:使用 'nm' 或 'objdump'。
对于 Windows,请使用 'dumpbin'

编辑: As < em>oneat 指出他没有 Visual C++,最好下载 OpenWatcom C++ ,它捆绑了名为“wdump.exe”的等效功能。 这里是另一个包含这些工具及其在 wikibook 上的功能的网站。

希望这有帮助,
此致,
汤姆.

For Unix/Linux: use 'nm' or 'objdump'.
For Windows use 'dumpbin'

Edit: As oneat pointed out he did not have Visual C++, it might be better to download OpenWatcom C++, which has the equivalent functionality called 'wdump.exe' bundled with it. Here is another site that contains the tools and what they do on wikibooks.

Hope this helps,
Best regards,
Tom.

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