Thread: Get source code from a .EXE file?

  1. #1
    Registered User
    Join Date
    Sep 2001
    Posts
    7

    Get source code from a .EXE file?

    Somehow, my game I was working on messed up. When I went to open the .cpp file in Notepad, only about %10 of it was there. I don't know what happened, but when I went to open it in Turbo C++, it said the file was faulty. I was wondering if there is a program out there that you can get the source code of a .EXE file because I still have that.

  2. #2
    A Banana Yoshi's Avatar
    Join Date
    Oct 2001
    Posts
    859
    Unless you know machine / assembly code, you can never understand what is inside the EXE.
    -----------------
    Engineer223
    Yoshi

  3. #3
    Registered User
    Join Date
    Sep 2001
    Posts
    7
    Damn, this sucks. I guess I could just take what I did from the game and make a better one.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. To find the memory leaks without using any tools
    By asadullah in forum C Programming
    Replies: 2
    Last Post: 05-12-2008, 07:54 AM
  2. Basic text file encoder
    By Abda92 in forum C Programming
    Replies: 15
    Last Post: 05-22-2007, 01:19 PM
  3. C++ std routines
    By siavoshkc in forum C++ Programming
    Replies: 33
    Last Post: 07-28-2006, 12:13 AM
  4. Tutorial review
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 11
    Last Post: 03-22-2004, 09:40 PM