使用gcc自带的objdump工具实现反汇编2021年11月13日 · objdump是gcc编译器下一款反汇编工具,能够反汇编目标文件、可执行文件。 基础指令: 至少必须给出以下选项之一: -a, --archive-headers Display archive header information -f, --file-headers Display the contents of the 更多内容请查看https://www.cnblogs.com/InfiniteVictory/p/15549941.html