Is it possible to get the source code back from binary file?
Answer Posted / hrpynux@gmail.com
The code is probably written in C++ which is essentially impossible to decompile to the original source code. Unless you want to spend years reading assembly code, its very unlikely you can get the original code.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the oldest programming language?
What are the general quetions are in DEna bank manager IT/System interviews?
What will strcmp("Astring", "Astring"); return a) A positive value b) A negative value c) Zero
Why is c++ a mid-level programming language?
Which function cannot be overloaded c++?
What are static member functions?
What do you mean by inheritance in c++? Explain its types.
Explain the concept of memory leak?
What are the advantages of prototyping?
Can a program run without main?
How can you say that a template is better than a base class?
What are the differences between java and c++?
Does c++ have finally?
Can I have a reference as a data member of a class? If yes, then how do I initialise it?
which operator is used for performing an exponential operation a) > b) ^ c) none