unidbg icon indicating copy to clipboard operation
unidbg copied to clipboard

callStaticJniMethodObject 报错

Open xhtechxposed opened this issue 3 years ago • 1 comments

这种如何调用 public static native Object doCommandNative(int i, Object... objArr);

我用 clazzUserInfo.callStaticJniMethodObject(emulator,"doCommandNative(I[Ljava/lang/Object;)Ljava/lang/Object;",70102,new Object[]{new StringObject(vm,"test")}); 出现java.lang.IllegalArgumentException: find method failed: doCommandNative(I[Ljava/lang/Object)Ljava/lang/Object

xhtechxposed avatar Aug 29 '21 06:08 xhtechxposed

你好,你构造错了,Unidbg没有找到对应方法

Pr0214 avatar Sep 14 '21 05:09 Pr0214