Top "Executable" questions

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

How to strip executables thoroughly

I'd like to strip as much as I can - on Linux: an ELF. I only want in there the …

linux gcc executable elf strip
How long does a batch file take to execute?

How can I write a script to calculate the time the script took to complete? I thought this would be …

time batch-file executable
Compile a Standalone Static Executable

I'm trying to compile an executable (ELF file) that does not use a dynamic loader. I built a cross compiler …

c++ compiler-construction linker executable
How to implement readlink to find the path

Using the readlink function used as a solution to How do I find the location of the executable in C?, …

c++ linux path executable
How to create a desktop icon with Inno Setup

I am very new of Inno Setup and I wish to add a Desktop icon to my executable in Inno …

installation icons inno-setup executable desktop
JMP to absolute address (op codes)

I'm trying to code a exe packer/protector as a way of learning more about assembler, c++, and how PE …

assembly x86 executable masm opcode
Python executables: py2exe or PyInstaller?

To create executable files (windows) I assume that we should use one of them: Py2exe or PyInstaller. What are …

windows python executable
Difference between extracting and packaging libraries into a jar file

I would like to know the difference between extracting and packaging libraries into a jar file from eclipse with the …

java jar executable
Making an executable in Cython

Been playing with cython. Normally program in Python, but used C in a previous life. I can't figure out how …

python packages cython executable
How do I create a standalone exe with AutoHotkey?

I have created a script to remap the Windows Button to right-mouseclick. How can I create an executable AutoHotkey file …

executable autohotkey keyboard-events