Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Noobie question :p
#11
You can reverse engineer it, but you cannot get the source from a compiled C++ program.
Reply
#12
(02-15-2011, 05:43 PM)Scorch Wrote: You can reverse engineer it, but you cannot get the source from a compiled C++ program.

no, lol you're wrong there unfortunately, however during compiling a C++ program, some of the information gets lost, such as comments within the code, classes, etc.

But you can get certain calls, statements, variables and parameters in source code view. You'll still have to edit part of the code though. But you can get somewhat of a source code out of it.
Reply
#13
(02-15-2011, 07:21 PM)Infinity Wrote: no, lol you're wrong there unfortunately, however during compiling a C++ program, some of the information gets lost, such as comments within the code, classes, etc.

But you can get certain calls, statements, variables and parameters in source code view. You'll still have to edit part of the code though. But you can get somewhat of a source code out of it.

You're right about getting some of it. However the amount you can get is far to small to do much with.
Disassembling is possible, but translating asm into C++ will not go well.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)