BFEVFL: Difference between revisions
Jump to navigation
Jump to search
→Relocation table
imported>Leoetlino No edit summary |
imported>Leoetlino |
||
Line 61: | Line 61: | ||
| 0x4 || u32 || Offset to relocation table start | | 0x4 || u32 || Offset to relocation table start | ||
|- | |- | ||
| 0x8 || u32 || Number of sections | | 0x8 || u32 || Number of sections | ||
|- | |- | ||
| 0xc || u32 || Padding | | 0xc || u32 || Padding | ||
Line 67: | Line 67: | ||
| 0x10 || Section[num_sections] || Sections | | 0x10 || Section[num_sections] || Sections | ||
|} | |} | ||
Note: the number of sections is almost always 1 because a single section can already fit 0xffffffff (2^32 - 1) entries. If you need more than 4 billion entries, you are probably doing something ''very wrong''. | |||
==== Relocation table section ==== | ==== Relocation table section ==== |