Thread: EXE to code? Decompile question.

  1. #1
    Redundantly Redundant RoD's Avatar
    Join Date
    Sep 2002
    Location
    Missouri
    Posts
    6,331

    EXE to code? Decompile question.

    Ok lets say you make a cpp file and all that and make it into an exe in the release folder (VC++), and u want to take an exe and make it back to code, can u do that?

  2. #2
    Registered User red_baron's Avatar
    Join Date
    May 2002
    Posts
    274
    yes, you'll have to search for a decompiler www.google.com but they generally arn't very good...
    ¿Red Baron?

    "Imagination is more important than knowledge"
    -Albert Einstein (1879-1955)

    Check out my games!

    [code] /* dont forget code tags! */ [/code]

  3. #3
    Redundantly Redundant RoD's Avatar
    Join Date
    Sep 2002
    Location
    Missouri
    Posts
    6,331
    thats what i was afriad of, i ahve done that sorta thing before with minimal success, thanks.

  4. #4
    Rambling Man
    Join Date
    Jan 2002
    Posts
    1,050
    Why exactly do you want to do that?

  5. #5
    Redundantly Redundant RoD's Avatar
    Join Date
    Sep 2002
    Location
    Missouri
    Posts
    6,331
    well i wanted to disassemble one that used the map system but thanks to your help i won't need too : )

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Linked List question from a newb(Need code Critique)
    By Gatt9 in forum C++ Programming
    Replies: 2
    Last Post: 01-08-2006, 03:11 AM
  2. True ASM vs. Fake ASM ????
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 7
    Last Post: 04-02-2003, 04:28 AM
  3. Exe to source code
    By Morgan in forum C Programming
    Replies: 2
    Last Post: 03-20-2003, 07:54 AM
  4. Very simple question, problem in my Code.
    By Vber in forum C Programming
    Replies: 7
    Last Post: 11-16-2002, 03:57 PM
  5. question regarding code found on this board
    By Unregistered in forum C Programming
    Replies: 3
    Last Post: 07-23-2002, 08:03 PM