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.
我需要在 .out 文件中获取变量的地址和成员名称。我基本上使用 gcc 在 linux 中编译了 ac 程序,我想看看文件的信息。linux上有很多例子,但我需要在windows上做。
编辑
我安装了 cygwin,由于某种原因 objdump 不起作用:
考虑安装 cygwin 并尝试那些 linux 示例...