L
Lucky Rathod
Guest
Friends is it possible to convert .exe files to .c files as i have deleted my .c file accidentally
And if you copied it from someone, you can copy it again.If the program was your own, there is no reason why you can't rewrite it.
If it was downloaded, there is no reason why you can't download it again.
a decompiler needs to convert binary to c in this case. Its very hard to do even for a human, and won't generate the same code.try searching for a decompiler...
_
Most probably he would have written a simple C program Thats why I saida decompiler needs to convert binary to c in this case. Its very hard to do even for a human, and won't generate the same code.