Changes

4 bytes added ,  01:47, 10 March 2021
Link ELF
Line 2: Line 2:     
== ELF format ==
 
== ELF format ==
IOS modules, at least, use bare ELF files. The files seem to be compiled with GCC 3.4.3, and they are EABI compliant. The file is in big endian format. All ELF files are stripped and don't include function names or symbols.
+
IOS modules, at least, use bare [[ELF]] files. The files seem to be compiled with GCC 3.4.3, and they are EABI compliant. The file is in big endian format. All ELF files are stripped and don't include function names or symbols.
    
=== ELF Note Structure ===
 
=== ELF Note Structure ===
303

edits