Re: how to disassembly a specified section

Sofiane Akermoun <[email protected]> Mon, 18 Mar 2013 16:31:58 +0100
Newsgroups org.kernel.vger.linux-assembly
Message-ID <CAN0_x-Lv2376KCHXQHOeHXZAdLj8sH8VXTdP+HPtGTWs78ty9w@mail.gmail.com>
Hello,

"readelf" is a tool for reading elf structure.
use "man readelf" or google it for full options.. there are a lots
(section headers, etc..)
For disassembling a specific section you can use objdump with the "-d"
for disassemble and "-j nameofthesection"
Else use a GUI tools like IDA.

regards,

Sofiane Akermoun
[email protected]


2013/3/18 ishare <[email protected]>:
>
>   I need to look up the disassembly  content of a section in an elf ?
>   how to type that command ?
>
>   thanks!
> --
> To unsubscribe from this list: send the line "unsubscribe linux-assembly" in
> the body of a message to [email protected]
> More majordomo info at  http://vger.kernel.org/majordomo-info.html



-- 
Sofiane AKERMOUN
[email protected]