Linux c

小彭生活 2019-03-12 04:56:49
Linux c中怎么找bss段地址
...全文
85 1 打赏 收藏 转发到动态 举报
写回复
用AI写文章
1 条回复
切换为时间正序
请发表友善的回复…
发表回复
LubinLew 2019-03-13
  • 打赏
  • 举报
回复

[root@localhost test]# gcc -g -Wall test.c
[root@localhost test]# objdump -DSl a.out > dump.txt
[root@localhost test]# cat dump.txt | grep bss
Disassembly of section .bss:
0000000000601024 <__bss_start>:
__bss_start():
[root@localhost test]#

23,125

社区成员

发帖
与我相关
我的任务
社区描述
Linux/Unix社区 应用程序开发区
社区管理员
  • 应用程序开发区社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧