当前位置:网站首页>Compile, link, notes - 3
Compile, link, notes - 3
2022-07-30 15:32:00 【wishfly】
1 readelf and objdump example detailed explanation and difference
Detailed explanation and difference between readelf and objdump examples | Code Farmers
a>- 1. readelf - view the information of the elf file
- 1. readelf command + code example detailed explanation
- 1.1 readelf -s simple.o //--symbols display the items in the symbol table section
- 1.2 readelf -h simple.o //Display the file header information at the beginning of the elf file.
- 1.3 readelf -S simple.o //Display section header information
- 1.4 readelf -a simple.o //elf displays all information
- 2. objdump - view information about object files
- 2. objdump command + code example detailed explanation
- 2.1 objdump -h simple.o //Display the header summary information of each section of the object file
- 2.2 objdump -t simple.o //Display the file's symbol table entry.
- 2.2.1 objdump -t libc.a grep -w printf //find which object file printf is in the libc.a library
- 2.3 objdump -d simple.o //-d parameter to see the disassembly result of the code segment
- 2.4 objdump -r simple.o //View the relocation table
- 2.5 objdump -f simple.o //Display the overall header summary information of each file in objfile
- 2.6 objdump -s simple.o //Display the complete content of the specified section
- 2.7 objdump -x simple.o //Display available header information
- 2.8 objdump -a simple.o //Display archives
边栏推荐
- 微服务该如何拆分?
- localhost与127.0.0.1
- 国内数字藏品的乱象与未来
- Mysql数据库查询好慢,除了索引,还能因为什么?
- MASM32v11编程调用Process32First失败: 程序发出命令,但命令长度不正确
- MongoDB starts an error Process: 29784 ExecStart=/usr/bin/mongod $OPTIONS (code=exited, status=14)
- Container sorting case
- [In-depth study of 4G/5G/6G topic-46]: 5G Link Adaption Link Adaption-2-Common Abbreviations
- 华为云重磅发布开源软件治理服务——软件成分分析
- canal抓取数据
猜你喜欢

Office Automation | Office Software and Edraw MindMaster Shortcuts

The evolution of content products has three axes: traffic, technology, and product form

泡沫褪去,DeFi还剩下什么

Lock wait timeout exceeded解决方案

【回归预测-lssvm分类】基于最小二乘支持向量机lssvm实现数据分类代码

In-depth analysis of Kubernetes application management

JUC common thread pool source learning 02 ( ThreadPoolExecutor thread pool )

Excel使用Visual Basic Editor对宏进行修改

Sentinel

MaxWell scraped data
随机推荐
Hello, World
A simple change for problem, knapsack problem sets of shell
Start learning C language
Understand Chisel language. 28. Chisel advanced finite state machine (2) - Mealy state machine and comparison with Moore state machine
基于5G的仓储信息化解决方案2022
Kubernetes应用管理深度剖析
剑指 Offer II 037. 小行星碰撞
Understand the Chisel language. 29. Chisel advanced communication state machine (1) - communication state machine: take the flash as an example
惊艳!京东T8纯手码的Redis核心原理手册,基础与源码齐下
华为再发「天才少年」召集令!曾放弃360万年薪的他也来首秀
Excel使用Visual Basic Editor对宏进行修改
Sleuth+Zipkin(可视化) 服务链路追踪
About the data synchronization delay of MySQL master-slave replication
去腾讯面试,直接让人出门左拐 :幂等性都不知道!
第十一章 api mgmnt API 参考
JVM performance tuning
localhost with 127.0.0.1
Flink本地UI运行
数字量输入模块io
软件包 - 笔记