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 |
What is the exit function in c++?
What is the copy-and-swap idiom?
What are static and dynamic type checking?
Why should we use null or zero in a program?
Adobe Interview & Adobe Placement Paper
What is atoi in c++?
Write a program to show polymorphism in C++?
What is the stack?
Is it possible to provide default values while overloading a binary operator?
What do you mean by vtable and vptr in c++?
How do you establish a has-a relationship?
What are the various storage classes in C++?