如何将 objdump 结果发送到文件?

发布于 2024-10-25 05:09:10 字数 133 浏览 1 评论 0原文

我想在 Windows XP 中的可执行文件上运行 objdump,并想观察详细信息。但是,我无法找到在文本文件中输出结果的选项 - 因为控制台中的输出显示被截断 (我也尝试使用选项 -o 或 /out 来指定 ooutfilename,但似乎不存在)

I want to run objdump on an execuatble file in windows XP, and want to observe the details. However, I am unable to find option to output the result in a text file - since the output display in console is chopped off
(I also tried using the options -o or /out to specify ooutfilename, but do not seem to exist)

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

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

发布评论

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

评论(1

感情废物 2024-11-01 05:09:10

shell 的正常输出重定向对您不起作用吗?例子:

objdump -d file.o > file.txt

Doesn't the shell's normal output redirection work for you? Example:

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