How to create an .exe file and how can I modify exsisting .exe file?

link|improve this question

33% accept rate
2  
What is it that you're trying to do? – Dennis Williamson Jan 5 '11 at 8:53
1  
en.wikipedia.org/wiki/EXE – Zoredache Jan 5 '11 at 9:09
feedback

closed as off topic by Iain, Zoredache, Graeme Donaldson, DJ Pon3, Scott Pack Jan 5 '11 at 12:31

Questions on Server Fault are expected to generally relate to servers, networking, or desktop infrastructure, within the scope defined in the faq.

2 Answers

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.

link|improve this answer
feedback

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?

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.