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 does new do in c++?
give me an example for testing a program showing the test path .show how the test is important and complex.
What is the use of object in c++?
What is the basic concept of c++?
What is virtual methods?
Distinguish between new and malloc and delete and free().
What new()is different from malloc()?
If you don’t declare a return value, what type of return value is assumed?
What jobs can you get with a c++ certification?
What are compilers in c++?
What is runtime errors c++?
Define pointers?
When should we use multiple inheritance?
What data encapsulation is in c++?
What is stream and its types in c++?