I don't find any information about where is located the relocation table in ELF file.
My project is to display information about a ELF file like readelf
. I did the display of the Header, Section Header and Symbol table but I don't know where to find the relocation table.
Could anyone explain me where relocation table is in ELF file ?
Thanks