Can we generate a C++ source code from the binary file?
Answers were Sorted based on User's Feedback
Answer / brainless
Microsoft's "managed c++" code maybe supports this feature.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / dipak
It can possible, there are so many de-compilers avaliable
now to do this job.
| Is This Answer Correct ? | 0 Yes | 2 No |
What is the exit function in c++?
How are Structure passing and returning implemented by the compiler?
Why c++ does not have finally?
Are php strings immutable?
What is namespace std; and what is consists of?
What does asterisk mean in c++?
What is stack unwinding?
What are pointer-to-members in C++? Give their syntax.
What is a hash function c++?
Is std :: string immutable?
Why was c++ made?
What are shallow and deep copies?