|
-
Jun 11th, 2002, 02:17 PM
#1
Thread Starter
Hyperactive Member
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
-
Jun 11th, 2002, 04:19 PM
#2
Monday Morning Lunatic
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
-
Jun 12th, 2002, 05:13 AM
#3
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|