Top "Executable" questions

An executable is a binary file that can be executed by the operating system.

Running a Haskell program on the Android OS

Forenote: This is an extension of the thread started on /r/haskell Lets start with the facts: Android is one …

android haskell executable
How can I generate an ELF file with GCC?

I am writing C and C++ code on Linux OS and I am using GCC. After finishing my code, I …

gcc compilation executable elf file-format
How to write and executable Windows .exe manually (machine code with Hex editor)?

I'd like to know how is it possible to write something as simple as an Hello World program just by …

windows exe executable machine-code
How to set processor affinity from Batch File for Windows XP?

I've got a dual processor machine and I would like to launch an executable via a batch file on both …

windows-xp batch-file executable dos affinity
svn: how to set the executable bit on a file?

How do I set the executable bit on a file in an svn repository? I've tried: chmod +x sync.py …

svn executable chmod
How do I build an xcode project for the itunes store?

I've got my apps running on my iphone, great, however to list on the itunes store I need the "universal …

iphone xcode binary itunes executable
Reason for huge size of compiled executable of Go

I complied a hello world Go program which generated native executable on my linux machine. But I was surprised to …

go executable
How to embed a file into an executable?

I have a small demo executable wrote in C++ that depends only on one 5kb PNG image being loaded before …

c++ file executable
How to check if a program is using .NET?

Can we check if a running application or a program uses .Net framework to execute itself?

.net process executable
How To Store Files In An EXE

Alright, so I'm working on programming my own installer in C#, and what I'd like to do is something along …

c# file executable