You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: