linux - Is it possible to cat an ELF file and pipe it into objdump -
i cat elf file , pipe output objdump in bash shell after reading objdump man page not there option use stdin in place of file. there alternate way of achieving this?
for example, like:
cat my_elf_file | objdump -h -
Comments
Post a Comment