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 are the comments in c++?
What is type of 'this' pointer? Explain when it is get created?
What is the use of function pointer?
Difference between a copy constructor and an assignment operator.
Is java as fast as c++?
What is the history of c++?
What c++ library is string in?
Explain method of creating object in C++ ?
What is an operator function? Describe the function of an operator function?
Is c++ built on c?
What is the function of I/O library in C++ ?
What is exception handling? Does c++ support exception handling?
What is the difference between a type-specific template friend class and a general template friend class?
How is static data member similar to a global variable?
Using a smart pointer can we iterate through a container?