Apr 4, 2002 #1 lqdninja Programmer Apr 3, 2002 1 US I need to know how to convert an executable file into a .cpp file. Please help, thanks in advance.
Apr 4, 2002 #2 Zyrenthian Programmer Mar 30, 2001 1,440 US The only way to do it, that I can think of is to find 2 things 1. A decompiler (however these usually decompile to assembly) search on "DASM" on the web, but you will find alot of hacking sites 2. Find a program that will convert assembly to c code Also, I dont think it will reproduce what the original looked like at all. Matt Upvote 0 Downvote
The only way to do it, that I can think of is to find 2 things 1. A decompiler (however these usually decompile to assembly) search on "DASM" on the web, but you will find alot of hacking sites 2. Find a program that will convert assembly to c code Also, I dont think it will reproduce what the original looked like at all. Matt