Link to home
Start Free TrialLog in
Avatar of CanisLupus
CanisLupus

asked on

files

how can I change a exe file, that was once a C++ file back into its original code. Please email me back at wolfspac@aol.com. I would greatly appriciate it. (The problem was that I erased a source file for a c++ file called Demo.exe. Now I need to convert the exe file back into a readable source file. How do I do that?)
Avatar of CanisLupus
CanisLupus

ASKER

Edited text of question
Please hurry and help me please
Edited text of question
ASKER CERTIFIED SOLUTION
Avatar of Answers2000
Answers2000

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
how do I get a "sourcer or disassembler tool"?
V Communications
http://www.v-com.com/winsrc.html

Don't forget this will give you assembly language rather than C++.  It will be an uphill task to recreate the equivalent C++ from the assembly language version.
Thank you very much