gateio检测处理

This commit is contained in:
Administrator 2025-08-01 11:33:56 +08:00
parent 407892e0d7
commit 5954c3f94c
2 changed files with 11 additions and 9 deletions

View File

@ -176,6 +176,7 @@ public class Entry {
//collector.checkAndParse(param); //collector.checkAndParse(param);
} }
});*/ });*/
if (pkg.equals("com.gateio.gateio")){
XSHelpers.findAndHookMethod("com.secneo.apkwrapper.H", loader, "gha", "java.lang.String", new XC_MethodHook() { XSHelpers.findAndHookMethod("com.secneo.apkwrapper.H", loader, "gha", "java.lang.String", new XC_MethodHook() {
@Override @Override
@ -186,6 +187,7 @@ public class Entry {
Log.e(TAG,"apkwrapper gha 检测:"+name+"修改完成"); Log.e(TAG,"apkwrapper gha 检测:"+name+"修改完成");
} }
}); });
}
XSHelpers.findAndHookMethod(URL.class, "openConnection", new XC_MethodHook() { XSHelpers.findAndHookMethod(URL.class, "openConnection", new XC_MethodHook() {
@Override @Override

Binary file not shown.