python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
ELF's gnu_debuglink section gives me weird name
I've used Ubuntu 20.04.3, and when I run
readelf --string-dump=.gnu_debuglink /usr/bin/cp
I got weird debug filename while expecting something like cp.debug
String dump of section '.gnu_debuglink':
...
user150497
Votes: 0
Answers: 1
How to list up variables assigned to a specific section in an elf file?
How can I list up variables allocated in a specific section in an elf file?
For example, if I do readelf -t vmlinux, I can see the section informations (start offset and the size, of course in virtual...
Chan Kim
Votes: 0
Answers: 1
How "readelf --hex-dump" gives little endian output
I am using readelf --hex-dump=<section name> <elf> to get hex dump of a specific section. However, the result is shown as big endian DWORD. Is there a native way to make the output little ...
Eric Sun
Votes: 0
Answers: 0