xdl_symtab_load 函数发现逻辑 bug (或者是疑问) #29
MuziStudio
started this conversation in
General
Replies: 1 comment
-
是正确的吧,base和load_bias有不同的作用和含义 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
xDL Version
2.2.0
Android OS Version
15.0
Android ABIs
armeabi-v7a, arm64-v8a, x86, x86_64
Device Manufacturers and Models
Mobile
Describe the Bug
在 xdl_symtab_load 中修改这个 self->base 基址是正确的吗,又加上了在获取它时已经减去的 vaddr_min,可以理解是为了后续 xdl_iterate_get_full_pathname 在 maps 中搜索时获取正确的开始地址字符,但是不是应该用临时变量而不是永久性修改这个字段(ps. 后续也没有把这个字段变回来)
Beta Was this translation helpful? Give feedback.
All reactions