An executable is a binary file that can be executed by the operating system.
Is there any real use for self modifying code? I know that they can be used to build worms/viruses, …
executable self-modifyingI'm currently having trouble understanding how PE Base Relocations are build up. I understand there can be more then one …
executable portability relocationDon't get me wrong by looking at the question title - I know what they are (format for portable executable …
linker executable elf coffI am not well acquainted to the compiler magic. The act of transforming human-readable code (or the not really readable …
windows winapi operating-system exe executableI'm trying to create a self-contained version of pisa (html to pdf converter, latest version), but I can't succeed due …
python windows executable self-containedVery recently I have come back to Delphi after a long pause and written a rather straightforward utility app my …
delphi delphi-2009 compilation executable filesizeWhat are the differences between the byte code binary executables such as Java class files, Parrot bytecode files or CLR …
executable bytecode elf machine-code .class-fileMacOs 10.6, if I have a file "unwanted.c" which contains: class secret_thing { public: secret_thing() {} void revealing_method_name() {} }; …
binary executable strip darwin macosI have Python 2.7 on Window 7 OS. I wish to pack my project.py in an Executable using py2exe. Following …
python runtime-error exe executable py2exeI've been trying to do so for a while. I followed a tutorial which said you should install pyinstaller first. …
python pyinstaller executable cx-freeze python-3.8