Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 Windows XP 中的可执行文件上运行 objdump,并想观察细节。但是,我无法找到在文本文件中输出结果的选项 - 因为控制台中的输出显示被截断(我也尝试使用选项 -o 或 /out 来指定 ooutfilename,但似乎不存在)
shell 的正常输出重定向不适合你吗?例子:
objdump -d file.o > file.txt