Sample Header Ad - 728x90

A better disassembler than `objdump -d`?

0 votes
2 answers
629 views
I notice when using
-d
, it outputs the assembly (in either Intel syntax or AT&T syntax), the binary opcode encodings and the address numbers. In my case, I just want the disassembler to just output the AT&T assembly as it is irritating to remove the first 18-24 characters (yeah, didn’t count that) to copy assembly from one object file to an assembly file.
Asked by user135142 (57 rep)
Dec 6, 2021, 04:45 PM
Last activity: Nov 3, 2022, 02:17 PM