Replies: 2 comments 3 replies
-
Sorry, what do you mean here? If they are in that section, then they could be found since |
Beta Was this translation helpful? Give feedback.
-
I created a pull request to make LSPosed support riscv64, and libart_riscv64.so can be found here. |
Beta Was this translation helpful? Give feedback.
-
I am trying to port your
LSPosed
toRISC-V64
architecture. After implementing the inline hook, I found that in Android Baklava riscv64, theart_quick_*
symbols are hidden in.gnu_debugdata
, which causes theLSPlant
init failure.But I found that
artQuickToInterpreterBridge
is not hidden, maybe we could try searching forartQuickToInterpreterBridge
's caller in memory to getart_quick_to_interpreter_bridge
's address indirectly.Maybe you have a better idea.
Beta Was this translation helpful? Give feedback.
All reactions