Top "Exe" questions

EXE is a common filename extension for an executable file (a program) in Microsoft Windows and other operating systems (e.g. DOS, OpenVMS, Symbian, and OS/2).

what's in a .exe file?

So a .exe file is a file that can be executed by windows, but what exactly does it contain? Assembly …

windows executable exe
How to Get Version of an Executable file?

Salvete! I am writing a vb.net program to update the readme files for my applications. I want to extract …

.net vb.net version exe resource-files
How to Protect an Exe File from Decompilation

What are the methods for protecting an Exe file from Reverse Engineering.Many Packers are available to pack an exe …

exe executable reverse-engineering decompiling source-code-protection
How to create two different executables from one Visual Studio project

I have a main executable that runs based on settings saved in a configuration file. I want to be able …

c# winforms visual-studio-2013 config exe
How can I set up a CRON job using Windows Azure?

Is there a way to use the windows scheduled task to kick off a url or a exe on a …

azure cron virtual-machine exe rdp
Convert processing sketch into executable

I am using processing, and cannot figure out how to turn my processing sketch into an .exe file. So far …

java jar export processing exe
Make Java program as independent exe (run without JVM)

Is there any way to make Java program as independent exe (run without JVM)?

java jvm exe
Checking digital signature on EXE

My .NET exe is signed using signtool. Using this code, I can verify the validity of the certificate itself: var …

c# .net exe x509
Wix - How to run exe files after installation from installed directory?

I'm using a program which is being installed using wix. (Don't know if it's relevant but it's a C# program) …

c# .net wix exe
Signing Windows application on Linux-based distros

I have prepared an application and website where the customer can set several options for this application before he downloads …

linux windows certificate exe sign