Is it possible to get the source code back from binary file?



Is it possible to get the source code back from binary file?..

Answer / 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

More C++ General Interview Questions

How should a contructor handle a failure?

0 Answers  


What is a dangling pointer in c++?

0 Answers  


What is the use of main function in c++?

0 Answers  


Is c++ still in demand?

0 Answers  


What is pure virtual function? Or what is abstract class?

0 Answers  






Which is best c++ or java?

0 Answers  


What is difference between class and function?

0 Answers  


Which operator can not be overloaded in C++?

1 Answers  


What is setfill c++?

0 Answers  


without if else statement can be written ah

0 Answers  


What are shallow and deep copies?

0 Answers  


Is c++ an integer?

0 Answers  


Categories