Related articles |
---|
Looking for disassembler, decompiler, discompiler or whatever. zuyihe@163.net (2001-09-03) |
Re: Looking for disassembler, decompiler, discompiler or whatever. challa@acc.am.ericsson.se (Madhusudan Challa) (2001-09-05) |
Re: Looking for disassembler, decompiler, discompiler or whatever. zuyihe@163.net (2001-09-11) |
Re: Looking for disassembler, decompiler, discompiler or whatever. Xavier.Leroy@inria.fr (2001-09-11) |
From: | Madhusudan Challa <challa@acc.am.ericsson.se> |
Newsgroups: | comp.compilers |
Date: | 5 Sep 2001 22:09:48 -0400 |
Organization: | Ericsson Inc |
References: | 01-09-011 |
Keywords: | decompile |
Posted-Date: | 05 Sep 2001 22:09:48 EDT |
Obviously, a.out is a complete executable which has already been
linked with the C start up file and other dlls. When you do a gcc -S
hello.c you havent resolved the symbolic references and addresses
yet. For that matter gcc -S hello.c wud give you an asm listing even
if it has undefined references.
-madhusudan
zyy wrote:
> My question is: is there any tool that, given exe, will give an
> assembly which looks like the one generated by "gcc -S *.c"? Or, in
> the example, given a.out, will generate hello0.s?
Ericsson Inc
work :- 805-562-6066
Return to the
comp.compilers page.
Search the
comp.compilers archives again.