Is it possible to get the source code back from binary file?
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 |
Please post the model question paper of hal?
What is a modifier in c++?
why is c++ called oops? Explain
Can char be a number c++?
When there is a global variable and local variable with the same name, how will you access the global variable?
What are references in c++?
What is static function? Explain with an example
Why c++ is created?
Explain deep copy?
What is data types c++?
Explain the difference between static and dynamic binding of functions?
What is #include iostream in c++?