65

GitHub - githubwing/HotXposed: xposed hotfix library

 6 years ago
source link: https://github.com/githubwing/HotXposed
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

README.md

HotXposed:

Useage

Step 1

compile the library in your build.gralde

gradle

allprojects {
    repositories {
        jcenter()
        maven { url "https://jitpack.io" }
    }
}

dependencies {
	        compile 'com.github.githubwing:HotXposed:v1.0.0'
}

Step 2

Implement IHookerDispatcher interface And call HotXposed.hook(YourClass.class,lpparam);

Tips

Only need kill the target app in MainActivity, not reboot the device anymore ,Enjoy! XD


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK