Results 1 to 3 of 3

Thread: C++ Decompiler

  1. #1

    Thread Starter
    Hyperactive Member nickwrs's Avatar
    Join Date
    Jan 2000
    Location
    Atlanta, Ga
    Posts
    398

    C++ Decompiler

    Hey,
    One question, we have some old code written in C++ and the source code is on a floppy that died many years ago.
    Any one know of a C++ decompiler that could work?

    I appreciate it.

    Nick

  2. #2
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    No.




    You might be able to decompile it to C but you'd have a hell of a time working out the mangled names, overloaded functions, virtual functions, templates (), etc......

    What compiler did you use?


    Oh, and I just thought I'd mention that backups are a very good idea......
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  3. #3
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594
    Even harder, because the names are not preserved in a release build. You can disassemble, and some apps may be able to produce C code from that (not very good, and all functions and variables would just have names like xf_34), but no way C++ code. It's far too complex.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width