Actions

Difference between revisions of "Executable"

From Sonic Retro

m
Line 1: Line 1:
An '''executable''' is a file containing the binary representation of machine instructions of a specific processor, and usually some amount of data. In Windows and DOS, executables are recognised by their file extension '''.EXE'''. Games and other [[:Category:Programs|programs]] are usually executables, often with ancillary files or DLLs.
+
An '''executable''' is a file containing the binary representation of machine instructions of a specific processor, and usually some amount of data. In Windows and DOS, executables are recognised by their file extension '''.EXE'''. Games and other [[:Category:Programs|programs]] are usually executables, often with ancillary files or DLLs.On the macintosh, it is a .bin file.
 
[[Category:Hacking Information]]
 
[[Category:Hacking Information]]
 
[[Category:Definitions]]
 
[[Category:Definitions]]

Revision as of 21:00, 17 February 2007

An executable is a file containing the binary representation of machine instructions of a specific processor, and usually some amount of data. In Windows and DOS, executables are recognised by their file extension .EXE. Games and other programs are usually executables, often with ancillary files or DLLs.On the macintosh, it is a .bin file.