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
Example: couldn't find method A in class B (expected class C). Also happens on vanilla frida-il2cpp-bridge,
unity version: 2021.3.5f1,
workaround: use Il2Cpp.gc.choose(klass)[0] instead of this in implementation
The text was updated successfully, but these errors were encountered:
Example:
couldn't find method A in class B
(expected class C). Also happens on vanilla frida-il2cpp-bridge,unity version:
2021.3.5f1
,workaround: use
Il2Cpp.gc.choose(klass)[0]
instead ofthis
in implementationThe text was updated successfully, but these errors were encountered: