xDL v1.2.1 #9
caikelun
announced in
Announcements
Replies: 0 comments
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.
-
Improve
xdl_iterate_phdr()
on Android 4.x.The first LOAD segment of ELF may be read-only (use the linker option
--rosegment
), and the/proc/self/maps
at this time may look like this:In Android 4.x,
xdl_iterate_phdr()
in previous versions of xDL will not recognize the abovelibquick.so
.改进
xdl_iterate_phdr()
在 Android 4.x 中的兼容性。ELF 的第一个 LOAD segment 可能是只读的(用链接器选项
--rosegment
),此时的/proc/self/maps
大概是这样的:在 Android 4.x 中,此前版本 xDL 中的
xdl_iterate_phdr()
会无法识别到上面的libquick.so
。This discussion was created from the release xDL v1.2.1.
Beta Was this translation helpful? Give feedback.
All reactions