Linux c中怎么找bss段地址
uj5u.com熱心網友回復:
[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]#
轉載請註明出處,本文鏈接:https://www.uj5u.com/caozuo/149417.html
標籤:應用程序開發區
上一篇:灌水
