I just build my first module for LSposed but i am little bit confused about cache system #2575
Unanswered
LearnFromTheBest
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone i really need your help to master this skills of hooking using LSposed
i do the first minimize project by following the guide of this repo and after i try to hook some random value of the system
i was successfully hooked the serial but the problem is that when i try to change it after his hooked first time they always remember only the old value and ignore my code notice that i try to uninstall the app and reboot my emulator every time i made change in my module but that did not help at all. i am using android emulator API 33 for testing is there anyone who could help me in this problem please
public class SerialHook implements IXposedHookLoadPackage {
public void handleLoadPackage(LoadPackageParam lpparam) throws Throwable {
}
Beta Was this translation helpful? Give feedback.
All reactions