Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

如何hook自定义类的构造方法,在调用callSuper时候参数没法设定 #26

Open
YaphetsH opened this issue May 16, 2017 · 0 comments

Comments

@YaphetsH
Copy link

YaphetsH commented May 16, 2017

E/Legend-Log: [---] Call super method with error : expected receiver of type com.baidu.mobads.g.b, but got java.io.File, detail message please see the [Logcat :system.err].
05-16 11:53:30.767 32709-32740/com.legend.demo W/System.err: java.lang.IllegalArgumentException: expected receiver of type com.baidu.mobads.g.b, but got java.io.File
05-16 11:53:30.767 32709-32740/com.legend.demo W/System.err: at java.lang.reflect.Method.invokeNative(Native Method)
05-16 11:53:30.767 32709-32740/com.legend.demo W/System.err: at java.lang.reflect.Method.invoke(Method.java:515)
05-16 11:53:30.767 32709-32740/com.legend.demo W/System.err: at com.lody.legend.HookManager.callSuperDalvik(HookManager.java:335)
05-16 11:53:30.767 32709-32740/com.legend.demo W/System.err: at com.lody.legend.HookManager.callSuper(HookManager.java:282)
05-16 11:53:30.767 32709-32740/com.legend.demo W/System.err: at com.baidu.mobads.g.b.b(SourceFile:240)
05-16 11:53:30.767 32709-32740/com.legend.demo W/System.err: at com.baidu.mobads.g.b.b(SourceFile:99)
05-16 11:53:30.767 32709-32740/com.legend.demo W/System.err: at com.baidu.mobads.g.g.b(SourceFile:370)
05-16 11:53:30.767 32709-32740/com.legend.demo W/System.err: at com.baidu.mobads.g.g.c(SourceFile:393)
05-16 11:53:30.767 32709-32740/com.legend.demo W/System.err: at com.baidu.mobads.g.g.d(SourceFile:292)
05-16 11:53:30.767 32709-32740/com.legend.demo W/System.err: at com.baidu.mobads.g.g.f(SourceFile:592)
05-16 11:53:30.767 32709-32740/com.legend.demo W/System.err: at com.baidu.mobads.g.g.b(SourceFile:663)
05-16 11:53:30.767 32709-32740/com.legend.demo W/System.err: at com.baidu.mobads.g.g.a(SourceFile:44)
05-16 11:53:30.767 32709-32740/com.legend.demo W/System.err: at com.baidu.mobads.g.n.run(SourceFile:689)
05-16 11:53:30.767 32709-32740/com.legend.demo W/System.err: at java.lang.Thread.run(Thread.java:841)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant