You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey,
I have toReflectedMethod that is signature is android/app/ActivityThread->currentActivityThread()Landroid/app/ActivityThread;.
When I trying to return vm.resolveClass("android/app/ActivityThread").newObject(signature);
I get this exception com.github.unidbg.thread.ThreadContextSwitchException. The program continue to work but I think its make a problem with my signature.
Logs
android/app/ActivityThread->currentActivityThread()Landroid/app/ActivityThread;
JNIEnv->ToReflectedMethod(android/app/ActivityThread, "getSystemContext", not static) was called from RX@0x1209f2f8[libscplugin.so]0x9f2f8
The text was updated successfully, but these errors were encountered:
Hey,
I have
toReflectedMethod
that is signature isandroid/app/ActivityThread->currentActivityThread()Landroid/app/ActivityThread;
.When I trying to return
vm.resolveClass("android/app/ActivityThread").newObject(signature);
I get this exception
com.github.unidbg.thread.ThreadContextSwitchException
. The program continue to work but I think its make a problem with my signature.Logs
The text was updated successfully, but these errors were encountered: