gateio检测处理
This commit is contained in:
parent
407892e0d7
commit
5954c3f94c
|
@ -176,6 +176,7 @@ public class Entry {
|
|||
//collector.checkAndParse(param);
|
||||
}
|
||||
});*/
|
||||
if (pkg.equals("com.gateio.gateio")){
|
||||
XSHelpers.findAndHookMethod("com.secneo.apkwrapper.H", loader, "gha", "java.lang.String", new XC_MethodHook() {
|
||||
|
||||
@Override
|
||||
|
@ -186,6 +187,7 @@ public class Entry {
|
|||
Log.e(TAG,"apkwrapper gha 检测:"+name+"修改完成");
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
XSHelpers.findAndHookMethod(URL.class, "openConnection", new XC_MethodHook() {
|
||||
@Override
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue