I want to to extract source code of a window application, I have only setup.
Is it possible to get the source code from a setup ?
Please suggest some useful tips.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No. You can’t. You cannot retrieve the original source code of a compiled .exe. You CAN decompile it, but you’ll end up with ugly unreadable code with machine-assigned variable names, and not looking anything at all like the original code.