NSO: Difference between revisions
FrasierCrane (talk | contribs) m Expand compressed size to show order of sections. |
Misson20000 (talk | contribs) surprised the page didn't already mention that compression is LZ4 |
||
Line 2: | Line 2: | ||
NSO is the main executable format. | NSO is the main executable format. | ||
It starts with the "NSO" header and mainly describes .text, .rodata, and .data segments (like a short-form of ELF program headers) | It starts with the "NSO" header and mainly describes .text, .rodata, and .data segments (like a short-form of ELF program headers). If the segments are compressed, they are compressed using LZ4. | ||
= NSO Header = | = NSO Header = |