Re: Need to View the contents of an EXE file
- From: CBFalconer <cbfalconer@xxxxxxxxx>
- Date: Thu, 12 May 2005 12:21:41 GMT
adirajuv@xxxxxxxxx wrote:
>
> I wrote a program in C long time ago and I lost my code and all the
> intermediate files. All I have is the "exe" file that was generated
> when I executed it. Can the code be retrieved from this exe file?
>
> If not, is there a way I can atleast view the contents of the exe
> file?
You can disassemble it to machine (assembly) code. You can never
recover the original source code. If the exe file includes
debugging info you can regain some of the identifiers used.
--
"If you want to post a followup via groups.google.com, don't use
the broken "Reply" link at the bottom of the article. Click on
"show options" at the top of the article, then click on the
"Reply" at the bottom of the article headers." - Keith Thompson
.
- References:
- Need to View the contents of an EXE file
- From: adirajuv
- Need to View the contents of an EXE file
- Prev by Date: Re: Newbie: Array of pointers to strings questions.
- Next by Date: Re: Need to View the contents of an EXE file
- Previous by thread: Re: Need to View the contents of an EXE file
- Next by thread: Re: Need to View the contents of an EXE file
- Index(es):
Relevant Pages
|