| Related articles |
|---|
| Looking for disassembler, decompiler, discompiler or whatever. zuyihe@163.net (2001-09-03) |
| Re: Looking for disassembler, decompiler, discompiler or whatever. andyjnsn@ma.ultranet.com (2001-09-05) |
| Re: Looking for disassembler, decompiler, discompiler or whatever. vbdis@aol.com (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. mpointie@eden-studios.fr (Mickaël Pointier) (2001-09-11) |
| Re: Looking for disassembler, decompiler, discompiler or whatever. Xavier.Leroy@inria.fr (2001-09-11) |
| Re: Looking for disassembler, decompiler, discompiler or whatever. joachim_d@gmx.de (Joachim Durchholz) (2001-09-11) |
| Re: Looking for disassembler, decompiler, discompiler or whatever. mpointie@eden-studios.fr (Mickaël Pointier) (2001-09-11) |
| Re: Looking for disassembler, decompiler, discompiler or whatever. debray@CS.Arizona.EDU (2001-09-11) |
| [1 later articles] |
| From: | vbdis@aol.com (VBDis) |
| Newsgroups: | comp.compilers |
| Date: | 5 Sep 2001 22:12:53 -0400 |
| Organization: | AOL Bertelsmann Online GmbH & Co. KG http://www.germany.aol.com |
| References: | 01-09-011 |
| Keywords: | decompile, comment |
| Posted-Date: | 05 Sep 2001 22:12:53 EDT |
zuyihe@163.net (zyy) schreibt:
> 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?
No, but the opposite direction works. There exist tools that, given a
disassembled source, will create an executable, which is equivalent to
that original executable ;-)
You cannot recover names, remarks, or other details, from an
executable, which are definitely lost during compilation or linking.
DoDi
[Depending on how extensive the symbol table info is, you can probably
recover the names, maybe line numbers. -John]
Return to the
comp.compilers page.
Search the
comp.compilers archives again.