How to load a classes.dex file in an application? #2825
Unanswered
nitanmarcel
asked this question in
Q&A
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does anyone has an example on how to use xposed to inject a dex class into a target application? If possible even in the framework.jar.
I only need to inject the classes since they are loaded by the target app using reflection, in the original system from where the app is taken, the needed classes are located in the framework.jar file and loaded by the app, I tested it with a patch and it seems that either way the classes can also be integrated into the app. So either of framework or app will work.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions