Commit 956330a6 authored by swift_gan's avatar swift_gan

fix call origin in hook bridge

parent be016039
......@@ -296,7 +296,7 @@ public class HookStubManager {
long[] newArgs = entity.getArgsAddress(stubArgs, param.args);
param.setResult(entity.getResult(callOrigin.call(newArgs)));
} else {
param.setResult(callOrigin(entity, originMethod, thiz, param.args));
param.setResult(SandHook.callOriginMethod(originMethod, entity.backup, thiz, param.args));
}
} catch (Throwable e) {
XposedBridge.log(e);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment