Page 1 of 1
What is the meaning of objdump table?
Posted: Fri Jul 19, 2013 9:18 am
by gapry
$objdump -h obj/kern/kernel
It shows the table, but some title which I don't what it say.
There are File off, Algn and CONTENTS.
How can I find the message?
Re: What is the meaning of objdump table?
Posted: Fri Jul 19, 2013 9:23 am
by iansjack
As a matter of interest, what were you expecting? Why did you type the command in the first place?
Re: What is the meaning of objdump table?
Posted: Fri Jul 19, 2013 10:15 am
by bluemoon
You can find more information of those terms from the spec of such executable format (in this case, elf32-i386 specification).
For instant, File Off means the offset of such item within the file, align means alignment of such item within the parent.
Read the wiki for detail on
ELF.
Re: What is the meaning of objdump table?
Posted: Sat Jul 20, 2013 1:09 am
by dozniak
gapry wrote:How can I find the message?
The medium is the message.