English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

This question was asked in assessment test, but I failed to answer. If u know it, plz reply ... so that I can answer this in future.

2006-10-24 20:18:10 · 3 answers · asked by Innocence Redefined 5 in Computers & Internet Programming & Design

3 answers

use 'decompiler'.

using decompiler/deassembler It's possible, but very hard and the result won't be good at all. To decompile you need to disassemble into assembly and translate the assembly into C. If you've seen a disassembly, even a good one, you'll know how useless a translation into C would be. There's just too much lost between the original C source and the object code after compilation. You can get better results from reverse engineering the program based on usability.

http://www.codeproject.com/cpp/Reversedisasm.asp

2006-10-24 20:31:46 · answer #1 · answered by techno max 1 · 0 0

No. C++ Source is compiled into object code.

2006-10-24 20:53:41 · answer #2 · answered by Gizmo L 4 · 0 0

click on generate

2006-10-24 20:20:27 · answer #3 · answered by lakshmi r 4 · 0 0

fedest.com, questions and answers