-1

I need to get a class from UnityEngine called Vector3 in order to pass it to the method with its own parameters. I tried many ways, but none of them worked. I am using frida-il2cpp-bridge.

I tried with this code, but it didn't work for me.

const AssemblyCSharp = Il2Cpp.domain.assembly("Assembly-CSharp").image;
const Vector3 = Il2Cpp.domain.assembly("UnityEngine.CoreModule").image.class("UnityEngine.Vector3");
Rory McCrossan
  • 331,213
  • 40
  • 305
  • 339
MIDDLE
  • 1
  • Sorry, but I don't see where https://frida.re could fit into your question. Please give us more details. – Robert Aug 29 '23 at 18:02

0 Answers0