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 word you will use when defining a function in base class to allow this function to be a polimorphic function?
what are the iterator and generic algorithms.
What are the new features that iso/ansi c++ has added to original c++ specifications?
What is data abstraction? How is it different from data encapsulation?
What are special characters c++?
What is a local reference?
Why do we need c++?
What is #include cstdlib in c++?
what are the characteristics of Class Members in C++?
Where must the declaration of a friend function appear?
What are the advantage of using register variables?
Why do we use setw in c++?
What does std :: flush do?
Is set c++?
What is prototype for that c string function?