Timeline for Is IDA resolving ELF relocations correctly?
Current License: CC BY-SA 4.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 8, 2018 at 10:59 | comment | added | Igor Skochinsky♦ | well, local symbols are obviously resolved locally. as for the addresses, “wrong” depends on your point of view. they probably don’t match the real addresses at runtime but the logical connections should be the same. | |
| Jun 8, 2018 at 4:17 | comment | added | sherlock | Also the symbol sys_renameat lands in .bss, not in .extern | |
| Jun 8, 2018 at 4:15 | vote | accept | sherlock | ||
| Jun 8, 2018 at 4:15 | comment | added | sherlock | Does it essentially mean that the address 0x080000720 (as the destination of mov instruction at 0x08000328) I am seeing in the first disassembly is plain wrong, and no way the real one? | |
| Jun 7, 2018 at 20:58 | history | answered | Igor Skochinsky♦ | CC BY-SA 4.0 |