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 enum class in c++?
What is the purpose of extern storage specifier?
What are virtual functions in c++?
Can you be bale to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?
What is the difference between c++ and turbo c++?
Specify different types of decision control statements?
What are the uses of static class data?
Explain public, protected, private in c++?
Why c++ is faster than java?
What are vtable and vptr?
What do you mean by function and operator overloading in c++?
Where are setjmp and longjmp used in c++?
Which programming language's unsatisfactory performance led to the discovery of c++?
What is purpose of new operator?
What is a character in c++?