ELF informations
Posted: Mon Jun 30, 2008 5:04 am
How can I see informations about ELF files? (sections, entry point, symbols, etc.)
I think with objdump, but I'm not sure.
I think with objdump, but I'm not sure.
The Place to Start for Operating System Developers
http://forum.osdev.org/
Code: Select all
objdump -x [binary] > [outputfile]