From: Vic Newsgroups: comp.os.msdos.djgpp Subject: Re: exe to c? Date: Sat, 25 Jul 1998 15:01:36 -0400 Organization: Communications Accessibles Montreal, Quebec Canada Lines: 9 Message-ID: <35BA2B90.52EB@cam.org> References: <01bdb7fb$5578db20$ee074382 AT default> NNTP-Posting-Host: dialup-597.hip.cam.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Martin wrote: > > Is it possible to convert exe files to c files? > If yes, which program shall I use? No, AFAIK if is not possible. It is absolutely impossible to turn an exe back to it's original C source. You can see the assembly source in a debbuger. I don't know if there are programs that would turn an exe in _some_ form of C, but I doubt it.