Sender: nate AT cartsys DOT com Message-ID: <37389114.239ABB19@cartsys.com> Date: Tue, 11 May 1999 13:20:37 -0700 From: Nate Eldredge X-Mailer: Mozilla 4.08 [en] (X11; I; Linux 2.2.5 i586) MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: Takking apart exe's References: <19990511150823 DOT 41126 DOT qmail AT hotmail DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Dane N/A wrote: > > Well....I know this more thanlikly will not work...But I made an EXE and > lost to code...Now I need to get the code from the EXE i made with your > compiler...Is there a way to tear down an Object? If so PLEASE GOD tell > me...If not I thank you for your time, You can disassemble it; do `objdump --disassemble foo.exe'. But you can't get the original source code. Sorry. (I'll avoid the philosophical discussion that usually turns up over whether a decompiler is possible or not.) -- Nate Eldredge nate AT cartsys DOT com