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 is the difference between delegation and implemented-in-terms-of?
Is nan a c++?
Explain selection sorting?
Explain Memory Allocation in C/C++ ?
What are register variables?
What is one dimensional array in c++?
What is extern c++?
What is the full form of ios?
Is python written in c or c++?
Do we have to use initialization list in spite of the assignment in constructors?
What is static class data?
Define private, protected and public access control.
Define a pdb file.
What are features of c++?
Explain selection sorting. Also write an example.