[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: traslate elf/a.out to text file.



Lo, on Monday, January 1, Nguyen Hai Ha did write:

> Hi,
> 
> Would anyone tell me what is the command to translate
> elf/a.out file to assembly file.
> 
> OS:  potato (linux-2.2.18pre21)
> ARC: x86
> 
> # in SPARCs, this is DIS

/usr/bin/objdump -d <object>

in the binutils package.  <object> is a .o, .a, .so, or executable file.

Richard



Reply to: