How to create an .exe file and how can I modify exsisting .exe file?
Asked
Active
Viewed 188 times
-1
-
2What is it that you're trying to do? – Dennis Williamson Jan 05 '11 at 08:53
-
1http://en.wikipedia.org/wiki/EXE – Zoredache Jan 05 '11 at 09:09
2 Answers
2
Typically EXE files are created by something like C# or VB.NET. You can create EXE files from batch files. For the most part you can't decompile EXE files back into source code.

mrdenny
- 27,174
- 4
- 41
- 69
1
Exe extension files are executable BINARY CODE. You are not able to modify them. Technically you could use IDA Pro or something to decompile to assembly, but judging from your question this may prove a little difficult.
I really don't understand how your question relates to your tags... Are you trolling?

Matt
- 1,142
- 1
- 12
- 32