installer problem
-
I made an player and I made the .exe file of project.I accidentaly deleted the project.Can I recover the project from the .exe and DLL files?
@admin2 Do you mean you deleted the source code?
You can't really recover the source code as it was. There are tools which can disassemble binaries, but it will be cryptic.
You should always have backups and even better use a code version system.