crash-utility / crash

Linux kernel crash utility
https://crash-utility.github.io
788 stars 266 forks source link

kaslr error #163

Open SmartSmallBoy opened 6 months ago

SmartSmallBoy commented 6 months ago

https://github.com/crash-utility/crash/blob/d0164e7e480ad2ffd3fe73fe53c46087e5e137a6/arm64.c#L1283C1-L1283C1

KASLR has already added an offset during the relocate() in the symbol table initialization. Why is there a need to add an offset to kimage_offset here as well?