zhkl0228 / unidbg

Allows you to emulate an Android native library, and an experimental iOS emulation
Apache License 2.0
3.91k stars 969 forks source link

请教一个问题 #282

Open GC-666 opened 3 years ago

GC-666 commented 3 years ago

JNIEnv->RegisterNatives(com/kuaishou/dfp/envdetect/jni/Watermelon, unidbg@0xbffff678, 4) was called from RX@0x400049ed[libksse.so]0x49ed RegisterNative(com/kuaishou/dfp/envdetect/jni/Watermelon, jniCommand(ILjava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;, RX@0x400037a9[libksse.so]0x37a9) RegisterNative(com/kuaishou/dfp/envdetect/jni/Watermelon, pmsh()I, RX@0x4001c1a9[libksse.so]0x1c1a9) RegisterNative(com/kuaishou/dfp/envdetect/jni/Watermelon, ksec([B[BI)[B, RX@0x40004271[libksse.so]0x4271) RegisterNative(com/kuaishou/dfp/envdetect/jni/Watermelon, ssec([B[BLjava/lang/Object;)[B, RX@0x400042ad[libksse.so]0x42ad) 四月 18, 2021 3:33:37 下午 org.apache.catalina.core.StandardWrapperValve invoke 严重: Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.IllegalArgumentException: find method failed: ssec([B[BLjava/lang/Object;)[B] with root cause java.lang.IllegalArgumentException: find method failed: ssec([B[BLjava/lang/Object;)[B

GC-666 commented 3 years ago

都能找到这个函数的注册地址,就是调用的时候找不到方法