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


Please Help Members By Posting Answers For Below Questions

What is the difference between #import and #include?

555


What header file is needed for exit(); a) stdlib.h b) conio.h c) dos.h

614


Define copy constructor.

624


Can constructor be private in c++?

610


Can you declare an array without a size in c++?

576






How do I get good at c++ programming?

602


What is flush () in c++?

584


Is c++ built on c?

567


Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create

2075


Why is c++ still used?

610


Define a pdb file.

642


What is the best it certification?

590


There are 100 students in a class. The management keep information in two tables. Those two tables are given like Roll no Name Age 001 ABC 15 002 XYZ 14 and Roll No Subject Marks 001 Math 75 001 Physics 55 002 Math 68 001 Hindi 69 They want the information like this Roll No Name Hindi Physics Math Total 001 ABC 69 55 75 199 002 XYZ 68 74 84 226 And Roll No Suject Highest 001 Math 98 007 Physics 84 021 Hindi 74 All 275 All information is kept in structure in main memory. You have to find last two tables.

2537


What gives the current position of the put pointer?

565


Do you know what are static and dynamic type checking?

624