Why are the virtual addresses in the dumpfiles different, when I use XDD and Radare2?
The first image shows the Radare2-dump, the second one the xdd-dump. The addresses are not completely different.
The xdd is:
000007b0
The radare2 is:
0x004007b0
Why is there a offset of 0x00400000
?
Edit: I am working on Linux.