Is it possible to get the source code back from binary file?
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 |
Const char *p , char const *p What is the difference between the above two?
Can turbo c++ run c program?
Do the parentheses after the type name make a difference with new?
What is dynamic and static typing?
How do I get good at c++ programming?
Why we use #include conio h in c++?
Can we define a constructor as virtual in c++?
difference between the c++ and c languages
What is iterator c++?
What is isdigit c++?
Explain the operation of overloading of an assignment operator.
How do you invoke a base member function from a derived class in which you’ve overridden that function?