Replies: 2 comments 3 replies
Sorry, what do you mean here? If they are in that section, then they could be found since |
3 replies
|
I created a pull request to make LSPosed support riscv64, and libart_riscv64.so can be found here. |
0 replies
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.
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.
All reactions