Skip to content

腾讯HOOK框架, 支持xposed接口

Notifications You must be signed in to change notification settings

yucz/TencentDexposed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

TencentDexposed

腾讯HOOK框架, 支持xposed接口

com.tencent.qapmsdk.Magnifier.sApp = this.getApplication();
        if (!com.tencent.qapmsdk.io.util.NativeMethodHook.hooksoLoadSign) {
            System.loadLibrary("apmioFake");
            System.loadLibrary("apmart");
            com.tencent.qapmsdk.io.util.NativeMethodHook.iosoLoadSign = true;
            com.tencent.qapmsdk.io.util.NativeMethodHook.hooksoLoadSign = true;
        }
        com.tencent.qapmsdk.io.dexposed.DexposedBridge.findAndHookMethod(Application.class,
                "onCreate", new com.tencent.qapmsdk.io.dexposed.XC_MethodHook() {
                    @Override
                    public void afterHookedMethod(com.tencent.qapmsdk.io.dexposed.XC_MethodHook.MethodHookParam param) {
                        super.beforeHookedMethod(param);
                        param.setResult(null);
                    }
                });

About

腾讯HOOK框架, 支持xposed接口

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published