Executables
From Just Solve the File Format Problem
(Difference between revisions)
Warning: require(): Unable to allocate memory for pool. in /usr/local/www/mediawiki/includes/AutoLoader.php on line 1007
(Created page, added a few formats) |
(how come .exe is missing here?) |
||
Line 3: | Line 3: | ||
* [[a.out]] | * [[a.out]] | ||
* [[COM]] — DOS executable | * [[COM]] — DOS executable | ||
+ | * [[EXE]] — DOS/Windows Executable | ||
* [[ELF]] | * [[ELF]] | ||
* [[Intel HEX]] | * [[Intel HEX]] | ||
* [[PE executable]] — The format used for exe and dll files in DOS and Windows. | * [[PE executable]] — The format used for exe and dll files in DOS and Windows. |
Revision as of 00:10, 4 November 2012
Container formats for machine executable code. These often define different sections to be loaded into memory. Some formats may be compatible with different CPU architectures.