ELF Executable: Difference between revisions
Jump to navigation
Jump to search
imported>Ikskoks |
imported>Ikskoks |
||
| Line 24: | Line 24: | ||
* It is executable file format used mostly in some '''Unix''' based operating systems like '''Ubuntu''', '''OpenBSD''' etc. and on some consoles like '''PlayStation Portable''', '''PlayStation Vita''' etc. | * It is executable file format used mostly in some '''Unix''' based operating systems like '''Ubuntu''', '''OpenBSD''' etc. and on some consoles like '''PlayStation Portable''', '''PlayStation Vita''' etc. | ||
* Android uses ELF *.SO libraries (shared object files) for the Java Native Interface. | |||
=== Games === | === Games === | ||
Revision as of 13:17, 6 February 2022
Back to index | Edit this page
ELF
- Format Type : Executable
- Endian Order : Little Endian
- Signature : ELF
Format Specifications
//header 4 bytes (char) - signature // "ELF"
MultiEx BMS Script
Not written yet.
Notes and Comments
- It is executable file format used mostly in some Unix based operating systems like Ubuntu, OpenBSD etc. and on some consoles like PlayStation Portable, PlayStation Vita etc.
- Android uses ELF *.SO libraries (shared object files) for the Java Native Interface.
Games
List of games using this file format:
- Cataclysm: Dark Days Ahead
- Teeworlds
- many more...
Compatible Programs
- TODO