Re: Getting source file from the object file
- From: richard@xxxxxxxxxxxxxxx (Richard Tobin)
- Date: 6 Mar 2009 15:26:28 GMT
In article <58bb918e-5b7f-476b-8c76-2148cc496e5e@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>,
user923005 <dcorbit@xxxxxxxxx> wrote:
Now, it is probably impossible to decompile 100%, because it has been
shown to be equivalent to the "does the turing machine halt?" problem.
What?
Obviously decompilation is impossible in a sense, because different
source programs can produce the same object file.
Equally obviously, it is theoretically possible to find a source
program which produces that code by enumerating all the source
programs and compiling them until we find one which produces the
desired object file. (Assuming of course that the object file really
is the result of compiling a source file.)
So where does the halting problem come into it?
-- Richard
--
Please remember to mention me / in tapes you leave behind.
.
- Follow-Ups:
- Re: Getting source file from the object file
- From: Phil Carmody
- Re: Getting source file from the object file
- From: Chris Dollin
- Re: Getting source file from the object file
- References:
- Getting source file from the object file
- From: pavunkumar
- Re: Getting source file from the object file
- From: user923005
- Getting source file from the object file
- Prev by Date: Re: reference-counted dynamic tag-union objects
- Next by Date: Re: Getting source file from the object file
- Previous by thread: Re: Getting source file from the object file
- Next by thread: Re: Getting source file from the object file
- Index(es):
Relevant Pages
|