objdump tinkering

commandline session

root>objdump -f nouveau.ko

nouveau.ko:     file format elf64-x86-64
architecture: i386:x86-64, flags 0x00000011:
HAS_RELOC, HAS_SYMS
start address 0x0000000000000000

root>objdump -a nouveau.ko

nouveau.ko:     file format elf64-x86-64
nouveau.ko

root>objdump -p nouveau.ko

nouveau.ko:     file format elf64-x86-64

root>objdump -g nouveau.ko

nouveau.ko:     file format elf64-x86-64

root>

http://www.beautifulwork.org/wp-content/uploads/2013/05/objdump.c

Leave a comment

Your email address will not be published. Required fields are marked *