new module API questions #135
-
I am trying to use the new API to create modules https://github.com/libxposed/example Hope you dont mind me asking here, felt like the best place as you are the most advanced LSPosed version right now |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
You may first get a classloader from the app context, and then use its classloader to load class by names. You are welcome to discuss module developments here. Simply following community rules, being friendly and polite will be sufficient for others to share their knowledge. |
Beta Was this translation helpful? Give feedback.
-
You need to select the System Framework in scopes of Lsposed to make hooks
in systemui.
Em sáb., 21 de dez. de 2024 11:11, farfromrefuge ***@***.***>
escreveu:
… @JingMatrix <https://github.com/JingMatrix> Thanks for some reason it
does not go through handleLoadPackage though i see my module being
loaded. Will investigate
—
Reply to this email directly, view it on GitHub
<#135 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADZJUJXEP5LHPPJMUYITM632GVZI5AVCNFSM6AAAAABUAMIPQOVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCNRTG43DOOI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
You are welcome. You can learn from my module: https://github.com/JingMatrix/ChromeXt/blob/master/app/src/main/java/org/matrix/chromext/Chrome.kt#L175