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

Write a program to calculate the BMI of a person using the formula BMI = weight/height2.

2 Answers  


How do you write a function that can reverse a linked-list?

0 Answers  


Why is that unsafe to deal locate the memory using free( ) if it has been allocated using new?

0 Answers  


Do you know what are static and dynamic type checking?

0 Answers  


iam a fresher to Qt(GUI a c++ based framework software). i need to develop the basic applications on designer by drag and dropping mechanism...so pls send me the procedure to design applications?

1 Answers  






advantages and disadvantages of using Borland C++ / version 5.

1 Answers  


Explain what is class definition in c++ ?

0 Answers  


How is c++ different from java?

0 Answers  


What do you understand by pure virtual function? Write about its use?

0 Answers  


What is malloc in c++?

0 Answers  


When there is a global variable and local variable with the same name, how will you access the global variable?

0 Answers  


What is oops in c++?

0 Answers  


Categories