for example,i decompile the app and want to hook function with xposed,how can i do that?
package com.my.app;
public class myClass
{
public static int myFunction()
{
//do something inside
}
}
how to hook "myFunction" with xposed?
for example,i decompile the app and want to hook function with xposed,how can i do that?
package com.my.app;
public class myClass
{
public static int myFunction()
{
//do something inside
}
}
how to hook "myFunction" with xposed?
Copyright © 2021 Jogjafile Inc.
Have you tried to simply adapt the available examples to your class and method?