Does objdump require some information embedded in an executable that may be stripped by a compiler or something? I tried using it on an executable on Linux and this is the only output I get
objdump -D foo
foo: file format elf64-x86-64
Does objdump require some information embedded in an executable that may be stripped by a compiler or something? I tried using it on an executable on Linux and this is the only output I get
objdump -D foo
foo: file format elf64-x86-64