Skip to content

xDL v2.2.0

Latest
Compare
Choose a tag to compare
@caikelun caikelun released this 08 Aug 11:14
· 2 commits to master since this release
v2.2.0
5c2a135

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 本身的地址。