objdump and readelf
生活随笔
收集整理的這篇文章主要介紹了
objdump and readelf
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
編譯器 arm-linux-gcc
arm-linux-gcc hello.c -o hello反匯編器 arm-linux-objdump
arm-linux-objdump -D -S hello //-D, --disassemble-all Display assembler contents of all sections //-S, --source Intermix source code with disassembly ELF文件查看工具 arm-linux-readelfarm-linux-readelf -a hello //check the data and machine arm-linux-readelf -d hello //查看hello使用的動態庫 shared library
?
?轉載于:https://www.cnblogs.com/plinx/archive/2013/02/07/2908706.html
《新程序員》:云原生和全面數字化實踐50位技術專家共同創作,文字、視頻、音頻交互閱讀總結
以上是生活随笔為你收集整理的objdump and readelf的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: [译] Facebook杯2013年编程
- 下一篇: spring.net nhibernat