Android 64 support

3 views
Skip to first unread message

Yannie Cao

unread,
Apr 14, 2026, 11:38:03 AM (2 days ago) Apr 14
to DynamoRIO Users
Can client tool support Android 64 bit devices now?

Derek Bruening

unread,
Apr 14, 2026, 12:06:46 PM (2 days ago) Apr 14
to Yannie Cao, DynamoRIO Users
For all Android targets the main issue is trying to support the client use of libraries (C library, C++ library, etc.). The private loader approach is made difficult due to Android's hidden interfaces. A client that either does not use libraries at all (only DR API) or statically links all its libraries into itself (and redirects malloc via wrap) would avoid this issue for typical usage. (https://github.com/DynamoRIO/dynamorio/issues/7312 is a proposal for a long term solution.)

For AArch64 Android I believe there may be other smaller pieces missing: https://github.com/DynamoRIO/dynamorio/issues/2154 is one issue covering that.

Help on improving support here would be appreciated by the community.


On Tue, Apr 14, 2026 at 11:38 AM Yannie Cao <c3459...@gmail.com> wrote:
Can client tool support Android 64 bit devices now?

--
You received this message because you are subscribed to the Google Groups "DynamoRIO Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dynamorio-use...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/dynamorio-users/14dc00a7-51b8-4051-970f-b03c05460fe0n%40googlegroups.com.
Reply all
Reply to author
Forward
0 new messages