: How do i convert a dos exe program into a readable language preferably C++ or basic??? Programs availible?
What you are talking about is impossible the way you want. You can convert any program to assembly language using a program called a disassembler, but to see the higher level source code, you have to get it from the programmer. For simple hacking (I hope your not talking about it, but I'll cover it anyway) you can use debug or edit(oldmsdos folder on windows disk). if you use edit, open the file in binary mode.
Comments
What you are talking about is impossible the way you want. You can convert any program to assembly language using a program called a disassembler, but to see the higher level source code, you have to get it from the programmer. For simple hacking (I hope your not talking about it, but I'll cover it anyway) you can use debug or edit(oldmsdos folder on windows disk). if you use edit, open the file in binary mode.