how to convert .exe file to .cpp or .txt file
Answers
Answered by
0
Normally, I guess, that an executable file can not be converted back in to a source file or a text file.
If the source file is compiled with a debugging option, it includes all the symbols in the program. It remembers the correspondance between each source program line and the executable instruction.
In such cases some source file may be generated. But it may not be in the desired format and may not contain all the information that the original source contained.
If the source file is compiled with a debugging option, it includes all the symbols in the program. It remembers the correspondance between each source program line and the executable instruction.
In such cases some source file may be generated. But it may not be in the desired format and may not contain all the information that the original source contained.
kvnmurty:
click on thank you link pls
Answered by
0
to convert .exe file to .cpp simply right click and change it extension or open it in notepad and save the file with .cpp or or .txt form in the extension suppose you give "car" " name to the notepad file and then add extension like car.txt and then save it
Similar questions