Difference between revisions of "ELF"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | + | '''Executable and Linking Format''' ('''ELF''') is the extension used on Wii mode Wii homebrew files. It is a standard format used for executable files, object files and shared libraries on most modern unix like systems. More information can be found at http://en.wikipedia.org/wiki/Executable_and_Linking_Format. | |
− | + | This format is supported by many Wii homebrew loading techniques, particularly the [[Homebrew Channel]], although most methods also support Nintendo's [[Dol|.dol]] format, and some methods only support one or the other. | |
− | |||
− | |||
− | |||
− | |||
− | + | <!-- | |
− | + | NOTE: commented out because this is no longer valid since Beta 9. Wasn't sure what should replace it, so I commented it out for now. | |
− | [ | + | According to marcan on #wiidev, all the current Wii elf files are actually broken, and the only reason why they load correctly is because the loaders are also broken. In the future, he says that they will make the [[Homebrew Channel]] incompatible with these broken files, and only compatible with working ones. Therefore, it is currently advised to use [[dol]] files wherever possible. |
+ | --> | ||
+ | [[Category:File formats]] |
Revision as of 18:43, 5 March 2009
Executable and Linking Format (ELF) is the extension used on Wii mode Wii homebrew files. It is a standard format used for executable files, object files and shared libraries on most modern unix like systems. More information can be found at http://en.wikipedia.org/wiki/Executable_and_Linking_Format.
This format is supported by many Wii homebrew loading techniques, particularly the Homebrew Channel, although most methods also support Nintendo's .dol format, and some methods only support one or the other.