Message-ID: <374A1434.A1DD21F0@enter.net> Date: Mon, 24 May 1999 23:08:36 -0400 From: Sean X-Mailer: Mozilla 4.51 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp 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 NNTP-Posting-Host: 207.16.158.217 X-Original-NNTP-Posting-Host: 207.16.158.217 X-Trace: 24 May 1999 23:08:09 -0400, 207.16.158.217 Organization: Enter.Net Lines: 17 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp 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, > Flawed_Demon > > _______________________________________________________________ > Get Free Email and Do More On The Web. Visit http://www.msn.com I thought someone answered this before, maybe I was dreaming or something. You can't get C code or whatever from an exec. You can get assembly though. NASM has a disassembler, I'm not sure if DJGPP does. Maybe someone else can help you with that. Sean