Rajesh Kannan wrote: > Hi, > I Want to convert .exe (executabale)program file into .c program file. > Can anybody guide me, regarding this issue.. > > > Regards, > Rajesh..
You are essentially looking for a "decompiler". Such programs exist but are pretty limited in their capabilities. You can't get the original source code. Important things such as comments, variable names, etc. will be missing. Plus most decompilers tend to output assembler where they get confused and the resulting code rarely compiles without significant effort. -- Thomas Hruska CubicleSoft President Ph: 517-803-4197 *NEW* MyTaskFocus 1.1 Get on task. Stay on task. http://www.CubicleSoft.com/MyTaskFocus/
