Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
401 views
in Technique[技术] by (71.8m points)

gcc - TEXTREL and readelf

https://codywu2010.wordpress.com/2014/11/29/about-elf-pie-pic-and-else/

The above page shows this. But I see no output when I try both commands. I am on ubuntu 20.04. Given the date this blog was written. Was it due changes in gcc?

$readelf -a libhello.so | grep -i textrel
 0x00000016 (TEXTREL)                    0x0
$readelf -a libhello_pic.so | grep -i textrel
question from:https://stackoverflow.com/questions/66067383/textrel-and-readelf

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...