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

Popular posts from this blog

sql server - Cannot query correctly (MSSQL - PHP - JSON) -

php - trouble displaying mysqli database results in correct order -

C++ Linked List -