I want to parse an elf64-bit file. The address of this symbol is 0x25008, but in fact this address does not exist. As shown in the figure below, the maximum address of the file is 0x1a900. Obviously, 0x25008 is greater than 0x1a900. How should I parse this elf file to get the correct address
This problem does not exist in arm32, how to solve it under arm64