On 08/02/17 14:21, Yasumasa Suenaga wrote: > It differs 1 page (0x1000). > In this case, according to GDB, `java` was loaded 0x563bc6dd7000. > According to readelf of `java`, offset of dynamic section is 0x1d28. > So I want to investigate why we found 1 memory page difference. > (Is it caused by ASLR? Do you have any idea?)
I don't. GDB manages to find it in the right place, so I suppose that there must be some clue in GDB, but that's all I know. Andrew.