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 are files in c++?
What is searching? Explain linear and binary search.
What is the difference between new/delete and malloc/free?
What is the main function c++?
WHO DEVELOPED C++?
How many storage classes are available in C++?
Is c or c++ more useful?
Can we use this pointer in a class specific, operator-overloading function for new operator?
What is class and structure in c++?
What is the main purpose of overloading operators?
What is c++ virtual inheritance?
Is it possible for a member function to delete the pointer, named this?