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.



Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to port your

LSPosedtoRISC-V64architecture. After implementing the inline hook, I found that in Android Baklava riscv64, theart_quick_*symbols are hidden in.gnu_debugdata, which causes theLSPlantinit failure.But I found that
artQuickToInterpreterBridgeis 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