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
How compile and run c++ program in turbo c++?
What is the cout in c++?
What is the difference between a type-specific template friend class and a general template friend class?
What size is allocated to the union variable?
What is data structure in c++?
What are the benefits of c++?
Explain what is class definition in c++ ?
Should the this pointer can be used in the constructor?
What are the advantages of c++?
What is expression parser in c++
What are the advantages of using friend classes?
Will this c++ program execute or not?
What is constant in c++ with example?
Why do we use classes in programming?
Explain pass by value and pass by reference.