Can we generate a C++ source code from the binary file?

Answers were Sorted based on User's Feedback



Can we generate a C++ source code from the binary file?..

Answer / brainless

Microsoft's "managed c++" code maybe supports this feature.

Is This Answer Correct ?    2 Yes 0 No

Can we generate a C++ source code from the binary file?..

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

Post New Answer

More C++ General Interview Questions

Which is the best c++ compiler for beginners?

0 Answers  


What is the first name of c++?

0 Answers  


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

0 Answers  


What is the difference between while and do while loop?

0 Answers  


How do you differentiate between overloading the prefix and postfix increments?

0 Answers  






What are the important differences between c++ and java?

0 Answers  


On throwing an exception by the animal constructor in p = new animalq, can memory leak occur?

0 Answers  


What are the uses of c++ in the real world?

0 Answers  


What does count ++ do in c++?

0 Answers  


What are the advantages of early binding?

0 Answers  


What is array in c++ pdf?

0 Answers  


What is the difference between static global and global ?

2 Answers   CA,


Categories