xDL v2.2.0 #23
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.
-
Announcements
Compatible with Android 15. Compatible with 16KB page size.
New features
Added new API
xdl_addr4()
.See the description of
xdl_addr4()
in the README for details.Bugs fixed
Fixed the bug that the wrong address is returned when querying the indirect function address.
When querying the address of an indirect function (STT_GNU_IFUNC) via
xdl_sym()
, the correct address is now returned. Previously, the address of the indirect function itself was incorrectly returned.公告
兼容 Android 15,兼容 16KB page size。
新特性
增加了新的 API
xdl_addr4()
。具体请查看 README 中对
xdl_addr4()
的描述。Bugs 修复
修复查询 indirect function 地址时返回错误地址的bug。
当通过
xdl_sym()
查询 indirect function (STT_GNU_IFUNC) 地址时,现在能返回正确的地址了,之前错误的返回了 indirect function 本身的地址。This discussion was created from the release xDL v2.2.0.
Beta Was this translation helpful? Give feedback.
All reactions