Related articles |
---|
Wanted: program to dump elf files sara@isi.com (1995-07-06) |
Re: Wanted: program to dump elf files rfg@rahul.net (Ronald F. Guilmette) (1995-07-11) |
Newsgroups: | comp.compilers |
From: | "Ronald F. Guilmette" <rfg@rahul.net> |
Keywords: | linker |
Organization: | a2i network |
References: | 95-07-060 |
Date: | Tue, 11 Jul 1995 07:05:43 GMT |
Saravanan Agasaveeran <sara@isi.com> wrote:
>Are there any free versions of programs that read elf files and dump their elf
>information in ascii?
>
>Please reply to sara@isi.com. Thanks.
Our moderator replied:
>[SVR4 comes with a disassembler called dis. Worked OK for me. -John]
`dis' certainly ``dumps'' the contents of an ELF file. In particular,
it dumps the contents of the _code_ portion(s) of an ELF file in a format
that looks a lot like assembly language.
But if you just want to see the ELF file headers, the SVR4 `dump'
command is designed expressely for that purpose.
--
-- Ron Guilmette, Sunnyvale, CA ---------- RG Consulting -------------------
---- E-mail: rfg@segfault.us.com ----------- Purveyors of Compiler Test ----
---- finger: rfg@rahul.net ----------------- Suites and Bullet-Proof Shoes -
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.